Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c435 bcopy(&wqed->frag[i], wqe, NIC_WQE_SIZE); in oce_fill_ring_descs()
845 DW_SWAP(u32ptr(&wqed->frag[0]), (wqed->wqe_cnt * NIC_WQE_SIZE)); in oce_send_packet()
H A Doce_queue.c519 NIC_WQE_SIZE, DDI_DMA_CONSISTENT | DDI_DMA_RDWR); in oce_wq_init()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h38 #define NIC_WQE_SIZE 16 macro