Home
last modified time | relevance | path

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

/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/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, in hxge_txdma_reclaim()
1340 if (TXDMA_RING_FULL(head_index, head_wrap, tail_index, tail_wrap)) { in hxge_txdma_channel_hung()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c982 if (TXDMA_RING_FULL(head_index, head_wrap, tail_index, in nxge_txdma_reclaim()
1823 if (TXDMA_RING_FULL(head_index, head_wrap, tail_index, in nxge_txdma_channel_hung()