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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h334 BUF_SHORT_PREAMBLE = BIT(6), enumerator in enum:buffer_type
369 #define bf_isshpreamble(bf) (bf->bf_state.bf_type & BUF_SHORT_PREAMBLE)
H A Darn_xmit.c1229 (bf->bf_state.bf_type |= BUF_SHORT_PREAMBLE) :
1230 (bf->bf_state.bf_type &= ~BUF_SHORT_PREAMBLE);

Completed in 62 milliseconds