Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1373 (bf_isshpreamble(bf) ? rt->info[cix].short_preamble : 0); in ath_buf_set_rate()
1382 (bf_isshpreamble(bf) ? in ath_buf_set_rate()
1398 bf_isshpreamble(bf)); in ath_buf_set_rate()
H A Darn_core.h369 #define bf_isshpreamble(bf) (bf->bf_state.bf_type & BUF_SHORT_PREAMBLE) macro