Searched refs:VALID_PKT_TYPES (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c465 #define VALID_PKT_TYPES \ macro
469 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c498 #define VALID_PKT_TYPES \ macro
502 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES)
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300desc.h477 #define VALID_PKT_TYPES \ macro
481 #define is_valid_pkt_type(_t) ((1<<(_t)) & VALID_PKT_TYPES)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c677 #define VALID_PKT_TYPES \ macro
681 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c145 #define VALID_PKT_TYPES \ macro
149 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES)

Completed in 144 milliseconds