Home
last modified time | relevance | path

Searched refs:next_txdl_priv (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/nxge/xgehal/
HDxgehal-fifo-fp.c138 xge_hal_fifo_txdl_priv_t *next_txdl_priv; in __hal_fifo_txdl_free_many() local
155 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() local
189 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 …]
HDxgehal-fifo.c61 txdl_priv->next_txdl_priv = NULL; in __hal_fifo_mempool_item_alloc()
/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-fifo.c126 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() local
1767 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()
HDvxgehal-fifo.h157 struct __hal_fifo_txdl_priv_t *next_txdl_priv; member
/NextBSD/sys/dev/nxge/include/
HDxgehal-fifo.h239 struct xge_hal_fifo_txdl_priv_t *next_txdl_priv; member