Searched refs:TXDMA_RING_EMPTY (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/sys/nxge/ |
H A D | nxge_txdma.h | 58 #define TXDMA_RING_EMPTY(head, head_wrap, tail, tail_wrap) \ macro
|
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_txdma.h | 56 #define TXDMA_RING_EMPTY(head, head_wrap, tail, tail_wrap) \ macro
|
H A D | hxge_txdma.c | 686 if (TXDMA_RING_EMPTY(head_index, head_wrap, tail_index, in hxge_txdma_reclaim() 1332 if (TXDMA_RING_EMPTY(head_index, head_wrap, tail_index, tail_wrap) && in hxge_txdma_channel_hung()
|
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_txdma.c | 971 if (TXDMA_RING_EMPTY(head_index, head_wrap, in nxge_txdma_reclaim() 1812 if (TXDMA_RING_EMPTY(head_index, head_wrap, in nxge_txdma_channel_hung()
|