Home
last modified time | relevance | path

Searched refs:isValidPktType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c471 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) macro
501 HALASSERT(isValidPktType(type)); in ar5210SetupTxDesc()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c504 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) macro
534 HALASSERT(isValidPktType(type)); in ar5211SetupTxDesc()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c151 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) macro
346 HALASSERT(isValidPktType(type)); in ar5416SetupTxDesc()
553 HALASSERT(isValidPktType(type)); in ar5416ChainTxDesc()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c683 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) macro
713 HALASSERT(isValidPktType(type)); in ar5212SetupTxDesc()