Searched refs:HAL_TXDESC_INTREQ (Results 1 – 6 of 6) sorted by relevance
275 #define HAL_TXDESC_INTREQ 0x0010 /* enable per-descriptor interrupt */ macro
578 , 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()
511 | (flags & HAL_TXDESC_INTREQ ? AR_TxInterReq : 0) in ar5210SetupTxDesc()
368 | (flags & HAL_TXDESC_INTREQ ? AR_TxIntrReq : 0) in ar5416SetupTxDesc()639 | (flags & HAL_TXDESC_INTREQ ? AR_TxIntrReq : 0); in ar5416SetupFirstTxDesc()
540 | (flags & HAL_TXDESC_INTREQ ? AR_TxInterReq : 0) in ar5211SetupTxDesc()
724 | (flags & HAL_TXDESC_INTREQ ? AR_TxInterReq : 0) in ar5212SetupTxDesc()