Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_xmit.c469 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) macro
499 HALASSERT(isValidPktType(type)); in ar5210SetupTxDesc()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_xmit.c502 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) macro
532 HALASSERT(isValidPktType(type)); in ar5211SetupTxDesc()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_xmit.c148 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) macro
180 HALASSERT(isValidPktType(type)); in ar5416SetupTxDesc()
344 HALASSERT(isValidPktType(type)); in ar5416ChainTxDesc()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_xmit.c655 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) macro
685 HALASSERT(isValidPktType(type)); in ar5212SetupTxDesc()