Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c155 txdp = next_txdl_priv->first_txdp; in __hal_fifo_txdl_free_many()
185 txdp = current_txdl_priv->first_txdp; in __hal_fifo_txdl_restore_many()
302 xge_assert(next_txdl_priv->first_txdp == next_txdp); in xge_hal_fifo_dtr_reserve_many()
H A Dxgehal-fifo.c55 txdl_priv->first_txdp = (xge_hal_fifo_txd_t *)item; in __hal_fifo_mempool_item_alloc()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-fifo.h235 xge_hal_fifo_txd_t *first_txdp; member