Home
last modified time | relevance | path

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
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) : in ath_tx_setup_buffer()
1230 (bf->bf_state.bf_type &= ~BUF_SHORT_PREAMBLE); in ath_tx_setup_buffer()