Home
last modified time | relevance | path

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

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