Searched refs:next_txdl_priv (Results 1 – 5 of 5) sorted by relevance
138 xge_hal_fifo_txdl_priv_t *next_txdl_priv; in __hal_fifo_txdl_free_many() local155 next_txdl_priv = current_txdl_priv->next_txdl_priv; in __hal_fifo_txdl_free_many()158 if (next_txdl_priv) { in __hal_fifo_txdl_free_many()159 current_txdl_priv->next_txdl_priv = NULL; in __hal_fifo_txdl_free_many()160 txdp = next_txdl_priv->first_txdp; in __hal_fifo_txdl_free_many()177 xge_hal_fifo_txdl_priv_t *next_txdl_priv; in __hal_fifo_txdl_restore_many() local189 next_txdl_priv = current_txdl_priv->next_txdl_priv; in __hal_fifo_txdl_restore_many()191 current_txdl_priv->next_txdl_priv = NULL; in __hal_fifo_txdl_restore_many()195 current_txdl_priv = next_txdl_priv; in __hal_fifo_txdl_restore_many()268 xge_hal_fifo_txdl_priv_t *next_txdl_priv, *curr_txdl_priv = NULL; in xge_hal_fifo_dtr_reserve_many() local[all …]
61 txdl_priv->next_txdl_priv = NULL; in __hal_fifo_mempool_item_alloc()
126 txdl_priv->next_txdl_priv = NULL; in __hal_fifo_mempool_item_alloc()883 priv->next_txdl_priv = NULL; in vxge_hal_fifo_txdl_reserve()1733 __hal_fifo_txdl_priv_t *next_txdl_priv; in __hal_fifo_txdl_free_many() local1767 next_txdl_priv = current_txdl_priv->next_txdl_priv; in __hal_fifo_txdl_free_many()1770 if (next_txdl_priv) { in __hal_fifo_txdl_free_many()1771 current_txdl_priv->next_txdl_priv = NULL; in __hal_fifo_txdl_free_many()1772 txdp = next_txdl_priv->first_txdp; in __hal_fifo_txdl_free_many()1859 vxge_assert(txdl_priv->next_txdl_priv); in vxge_hal_fifo_txdl_free()
157 struct __hal_fifo_txdl_priv_t *next_txdl_priv; member
239 struct xge_hal_fifo_txdl_priv_t *next_txdl_priv; member