Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211desc.h45 #define AR_VEOL 0x00800000 /* virtual end-of-list */ macro
Dar5211_xmit.c542 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5211SetupTxDesc()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212desc.h63 #define AR_VEOL 0x00800000 /* virtual end-of-list */ macro
Dar5212_xmit.c721 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5212SetupTxDesc()
/freebsd-10-stable/tools/tools/ath/athalq/
Dar5211_ds.c97 MF(txc.ds_ctl0, AR_VEOL), in ar5211_decode_txdesc()
Dar5212_ds.c103 MF(txc.ds_ctl0, AR_VEOL), in ar5212_decode_txdesc()
Dar5416_ds.c146 MF(txc.ds_ctl0, AR_VEOL), in ar5416_decode_txdesc()
Dar5416_ds_tdma.c149 MF(txc.ds_ctl0, AR_VEOL), in ar5416_decode_txdesc()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416desc.h111 #define AR_VEOL 0x00800000 macro
Dar5416_xmit.c365 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5416SetupTxDesc()
631 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5416SetupFirstTxDesc()