Searched refs:TXDMA_RING_FULL (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_txdma.h | 59 #define TXDMA_RING_FULL(head, head_wrap, tail, tail_wrap) \ macro
|
H A D | hxge_txdma.c | 694 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 D | nxge_txdma.h | 61 #define TXDMA_RING_FULL(head, head_wrap, tail, tail_wrap) \ macro
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_txdma.c | 982 if (TXDMA_RING_FULL(head_index, head_wrap, tail_index, 1822 if (TXDMA_RING_FULL(head_index, head_wrap, tail_index,
|
Completed in 86 milliseconds