Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c262 xge_hal_fifo_txd_t *next_txdp; in xge_hal_fifo_dtr_reserve_many() local
280 (xge_hal_dtr_h *)(void*)&next_txdp); in xge_hal_fifo_dtr_reserve_many()
299 " for frags %d", next_txdp, frags); in xge_hal_fifo_dtr_reserve_many()
300 next_txdl_priv = __hal_fifo_txdl_priv(next_txdp); in xge_hal_fifo_dtr_reserve_many()
302 xge_assert(next_txdl_priv->first_txdp == next_txdp); in xge_hal_fifo_dtr_reserve_many()
310 curr_txdp = next_txdp; in xge_hal_fifo_dtr_reserve_many()
312 *dtrh = (xge_hal_dtr_h)next_txdp; in xge_hal_fifo_dtr_reserve_many()
320 *dtrh, next_txdp); in xge_hal_fifo_dtr_reserve_many()
321 xge_assert (next_txdp == in xge_hal_fifo_dtr_reserve_many()
333 *dtrh, next_txdp); in xge_hal_fifo_dtr_reserve_many()
[all …]