Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah_desc.h275 #define HAL_TXDESC_INTREQ 0x0010 /* enable per-descriptor interrupt */ macro
/freebsd-11-stable/sys/dev/ath/
HDif_ath_tx.c578 , bf->bf_state.bfs_txflags | HAL_TXDESC_INTREQ /* flags */ in ath_tx_setds_11n()
1632 flags |= HAL_TXDESC_INTREQ; /* force interrupt */ in ath_tx_normal_setup()
1641 flags |= HAL_TXDESC_INTREQ; /* force interrupt */ in ath_tx_normal_setup()
1764 if (flags & HAL_TXDESC_INTREQ) { in ath_tx_normal_setup()
1767 flags |= HAL_TXDESC_INTREQ; in ath_tx_normal_setup()
2144 flags |= HAL_TXDESC_INTREQ; /* force interrupt */ in ath_tx_raw_start()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_xmit.c511 | (flags & HAL_TXDESC_INTREQ ? AR_TxInterReq : 0) in ar5210SetupTxDesc()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c368 | (flags & HAL_TXDESC_INTREQ ? AR_TxIntrReq : 0) in ar5416SetupTxDesc()
639 | (flags & HAL_TXDESC_INTREQ ? AR_TxIntrReq : 0); in ar5416SetupFirstTxDesc()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_xmit.c540 | (flags & HAL_TXDESC_INTREQ ? AR_TxInterReq : 0) in ar5211SetupTxDesc()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c724 | (flags & HAL_TXDESC_INTREQ ? AR_TxInterReq : 0) in ar5212SetupTxDesc()