Searched refs:current_txdl_priv (Results 1 – 1 of 1) sorted by relevance
132 xge_hal_fifo_txdl_priv_t *current_txdl_priv; in __hal_fifo_txdl_free_many() local145 current_txdl_priv = __hal_fifo_txdl_priv(txdp); in __hal_fifo_txdl_free_many()147 current_txdl_priv->allocated = 0; in __hal_fifo_txdl_free_many()150 next_txdl_priv = current_txdl_priv->next_txdl_priv; in __hal_fifo_txdl_free_many()154 current_txdl_priv->next_txdl_priv = NULL; in __hal_fifo_txdl_free_many()171 xge_hal_fifo_txdl_priv_t *current_txdl_priv; in __hal_fifo_txdl_restore_many() local178 current_txdl_priv = __hal_fifo_txdl_priv(txdp); in __hal_fifo_txdl_restore_many()182 current_txdl_priv->allocated = 0; in __hal_fifo_txdl_restore_many()184 next_txdl_priv = current_txdl_priv->next_txdl_priv; in __hal_fifo_txdl_restore_many()185 txdp = current_txdl_priv->first_txdp; in __hal_fifo_txdl_restore_many()[all …]