Home
last modified time | relevance | path

Searched refs:HAL_TXDESC_DURENA (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah_desc.h278 #define HAL_TXDESC_DURENA 0x0040 /* enable h/w write of duration field */ macro
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c733 | (flags & HAL_TXDESC_DURENA ? AR_DurUpdateEna : 0) in ar5212SetupTxDesc()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c375 | (flags & HAL_TXDESC_DURENA ? AR_DurUpdateEn : 0) in ar5416SetupTxDesc()