Searched refs:next_txdl_priv (Results 1 – 3 of 3) sorted by relevance
133 xge_hal_fifo_txdl_priv_t *next_txdl_priv; in __hal_fifo_txdl_free_many() local150 next_txdl_priv = current_txdl_priv->next_txdl_priv; in __hal_fifo_txdl_free_many()153 if (next_txdl_priv) { in __hal_fifo_txdl_free_many()154 current_txdl_priv->next_txdl_priv = NULL; in __hal_fifo_txdl_free_many()155 txdp = next_txdl_priv->first_txdp; in __hal_fifo_txdl_free_many()172 xge_hal_fifo_txdl_priv_t *next_txdl_priv; in __hal_fifo_txdl_restore_many() local184 next_txdl_priv = current_txdl_priv->next_txdl_priv; in __hal_fifo_txdl_restore_many()186 current_txdl_priv->next_txdl_priv = NULL; in __hal_fifo_txdl_restore_many()190 current_txdl_priv = next_txdl_priv; in __hal_fifo_txdl_restore_many()263 xge_hal_fifo_txdl_priv_t *next_txdl_priv, *curr_txdl_priv = NULL; in xge_hal_fifo_dtr_reserve_many() local[all …]
56 txdl_priv->next_txdl_priv = NULL; in __hal_fifo_mempool_item_alloc()
234 struct xge_hal_fifo_txdl_priv_t *next_txdl_priv; member