Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c469 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) macro
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c501 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) macro
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c680 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) macro
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c149 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) macro