Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c504 xge_hal_fifo_txd_t *txdp_last; in xge_hal_fifo_dtr_post() local
516 txdp_last = (xge_hal_fifo_txd_t *)dtrh + (txdl_priv->frags - 1); in xge_hal_fifo_dtr_post()
517 txdp_last->control_1 |= XGE_HAL_TXD_GATHER_CODE_LAST; in xge_hal_fifo_dtr_post()
557 xge_hal_fifo_txd_t *txdp_last; in xge_hal_fifo_dtr_post_many() local
571 txdp_last = (xge_hal_fifo_txd_t *)dtrs[num-1] + in xge_hal_fifo_dtr_post_many()
573 txdp_last->control_1 |= XGE_HAL_TXD_GATHER_CODE_LAST; in xge_hal_fifo_dtr_post_many()