Searched refs:TXDMA_RING_FULL (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.h59 #define TXDMA_RING_FULL(head, head_wrap, tail, tail_wrap) \ macro
H A Dhxge_txdma.c694 if (TXDMA_RING_FULL(head_index, head_wrap, tail_index,
1340 if (TXDMA_RING_FULL(head_index, head_wrap, tail_index, tail_wrap)) {
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma.h61 #define TXDMA_RING_FULL(head, head_wrap, tail, tail_wrap) \ macro
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c982 if (TXDMA_RING_FULL(head_index, head_wrap, tail_index,
1822 if (TXDMA_RING_FULL(head_index, head_wrap, tail_index,

Completed in 55 milliseconds