Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c133 xge_hal_fifo_txdl_priv_t *next_txdl_priv; in __hal_fifo_txdl_free_many() local
150 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() local
184 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 …]
H A Dxgehal-fifo.c56 txdl_priv->next_txdl_priv = NULL; in __hal_fifo_mempool_item_alloc()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-fifo.h234 struct xge_hal_fifo_txdl_priv_t *next_txdl_priv; member