Home
last modified time | relevance | path

Searched refs:AR_VEOL (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211desc.h47 #define AR_VEOL 0x00800000 /* virtual end-of-list */ macro
Dar5211_xmit.c542 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5211SetupTxDesc()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212desc.h64 #define AR_VEOL 0x00800000 /* virtual end-of-list */ macro
Dar5212_xmit.c695 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5212SetupTxDesc()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416desc.h111 #define AR_VEOL 0x00800000 macro
Dar5416_xmit.c191 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5416SetupTxDesc()
407 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5416SetupFirstTxDesc()