Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah_desc.h276 #define HAL_TXDESC_VEOL 0x0020 /* mark virtual EOL */ macro
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c366 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5416SetupTxDesc()
637 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5416SetupFirstTxDesc()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_xmit.c542 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5211SetupTxDesc()
/freebsd-11-stable/sys/dev/ath/
HDif_ath_beacon.c291 flags |= HAL_TXDESC_VEOL; in ath_beacon_setup()
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit_ds.c608 | (flags & HAL_TXDESC_VEOL ? AR_veol : 0) in ar9300_set_11n_tx_desc()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c721 | (flags & HAL_TXDESC_VEOL ? AR_VEOL : 0) in ar5212SetupTxDesc()