Searched refs:BUF_BAR (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h335 BUF_BAR = BIT(7), enumerator in enum:buffer_type
370 #define bf_isbar(bf) (bf->bf_state.bf_type & BUF_BAR)
H A Darn_xmit.c1217 (bf->bf_state.bf_type |= BUF_BAR) :
1218 (bf->bf_state.bf_type &= ~BUF_BAR);

Completed in 105 milliseconds