Searched defs:tail_wrap (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_send.c | 115 boolean_t tail_wrap = B_FALSE; in hxge_start() local
|
H A D | hxge_txdma.h | 56 #define TXDMA_RING_EMPTY(head, head_wrap, tail, tail_wrap) \ argument 59 #define TXDMA_RING_FULL(head, head_wrap, tail, tail_wrap) \ argument
|
H A D | hxge_txdma.c | 619 boolean_t head_wrap, tail_wrap; in hxge_txdma_reclaim() local 1300 boolean_t head_wrap, tail_wrap; in hxge_txdma_channel_hung() local
|
/titanic_41/usr/src/uts/common/sys/nxge/ |
H A D | nxge_txdma.h | 58 #define TXDMA_RING_EMPTY(head, head_wrap, tail, tail_wrap) \ argument 61 #define TXDMA_RING_FULL(head, head_wrap, tail, tail_wrap) \ argument
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 164 boolean_t tail_wrap = B_FALSE; in nxge_start() local
|
H A D | nxge_txdma.c | 918 boolean_t head_wrap, tail_wrap; in nxge_txdma_reclaim() local 1776 boolean_t head_wrap, tail_wrap; in nxge_txdma_channel_hung() local
|