Searched refs:current_txdl_priv (Results 1 – 2 of 2) sorted by relevance
137 xge_hal_fifo_txdl_priv_t *current_txdl_priv; in __hal_fifo_txdl_free_many() local150 current_txdl_priv = __hal_fifo_txdl_priv(txdp); in __hal_fifo_txdl_free_many()152 current_txdl_priv->allocated = 0; in __hal_fifo_txdl_free_many()155 next_txdl_priv = current_txdl_priv->next_txdl_priv; in __hal_fifo_txdl_free_many()159 current_txdl_priv->next_txdl_priv = NULL; in __hal_fifo_txdl_free_many()176 xge_hal_fifo_txdl_priv_t *current_txdl_priv; in __hal_fifo_txdl_restore_many() local183 current_txdl_priv = __hal_fifo_txdl_priv(txdp); in __hal_fifo_txdl_restore_many()187 current_txdl_priv->allocated = 0; in __hal_fifo_txdl_restore_many()189 next_txdl_priv = current_txdl_priv->next_txdl_priv; in __hal_fifo_txdl_restore_many()190 txdp = current_txdl_priv->first_txdp; in __hal_fifo_txdl_restore_many()[all …]
1732 __hal_fifo_txdl_priv_t *current_txdl_priv; in __hal_fifo_txdl_free_many() local1761 current_txdl_priv = VXGE_HAL_FIFO_HAL_PRIV(fifo, txdp); in __hal_fifo_txdl_free_many()1763 current_txdl_priv->allocated = 0; in __hal_fifo_txdl_free_many()1767 next_txdl_priv = current_txdl_priv->next_txdl_priv; in __hal_fifo_txdl_free_many()1771 current_txdl_priv->next_txdl_priv = NULL; in __hal_fifo_txdl_free_many()