Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/nxge/xgehal/
Dxgehal-fifo-fp.c510 xge_hal_fifo_txd_t *txdp_first; in xge_hal_fifo_dtr_post() local
517 txdp_first = (xge_hal_fifo_txd_t *)dtrh; in xge_hal_fifo_dtr_post()
518 txdp_first->control_1 |= XGE_HAL_TXD_GATHER_CODE_FIRST; in xge_hal_fifo_dtr_post()
519 txdp_first->control_2 |= fifo->interrupt_type; in xge_hal_fifo_dtr_post()
563 xge_hal_fifo_txd_t *txdp_first; in xge_hal_fifo_dtr_post_many() local
571 txdp_first = (xge_hal_fifo_txd_t *)dtrs[0]; in xge_hal_fifo_dtr_post_many()
572 txdp_first->control_1 |= XGE_HAL_TXD_GATHER_CODE_FIRST; in xge_hal_fifo_dtr_post_many()
573 txdp_first->control_2 |= fifo->interrupt_type; in xge_hal_fifo_dtr_post_many()
/freebsd-10-stable/sys/dev/vxge/vxgehal/
Dvxgehal-fifo.c1349 vxge_hal_fifo_txd_t *txdp_first; in vxge_hal_fifo_txdl_post() local
1373 txdp_first = (vxge_hal_fifo_txd_t *) txdlh; in vxge_hal_fifo_txdl_post()
1374 txdp_first->control_0 |= in vxge_hal_fifo_txdl_post()
1376 txdp_first->control_0 |= in vxge_hal_fifo_txdl_post()
1378 txdp_first->control_1 |= in vxge_hal_fifo_txdl_post()
1380 txdp_first->control_1 |= fifo->interrupt_type; in vxge_hal_fifo_txdl_post()
1383 txdp_first->control_1 |= VXGE_HAL_FIFO_TXD_NO_BW_LIMIT; in vxge_hal_fifo_txdl_post()
1398 txdp_first->control_0 |= VXGE_HAL_FIFO_TXD_LIST_OWN_ADAPTER; in vxge_hal_fifo_txdl_post()
1402 txdp_first->control_0 |= in vxge_hal_fifo_txdl_post()
1429 txdp_first->control_0, txdp_first->control_1, in vxge_hal_fifo_txdl_post()
[all …]