Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c505 xge_hal_fifo_txd_t *txdp_first; in xge_hal_fifo_dtr_post() local
512 txdp_first = (xge_hal_fifo_txd_t *)dtrh; in xge_hal_fifo_dtr_post()
513 txdp_first->control_1 |= XGE_HAL_TXD_GATHER_CODE_FIRST; in xge_hal_fifo_dtr_post()
514 txdp_first->control_2 |= fifo->interrupt_type; in xge_hal_fifo_dtr_post()
558 xge_hal_fifo_txd_t *txdp_first; in xge_hal_fifo_dtr_post_many() local
566 txdp_first = (xge_hal_fifo_txd_t *)dtrs[0]; in xge_hal_fifo_dtr_post_many()
567 txdp_first->control_1 |= XGE_HAL_TXD_GATHER_CODE_FIRST; in xge_hal_fifo_dtr_post_many()
568 txdp_first->control_2 |= fifo->interrupt_type; in xge_hal_fifo_dtr_post_many()