Searched refs:HAL_TXDESC_INTREQ (Results 1 – 6 of 6) sorted by relevance
262 #define HAL_TXDESC_INTREQ 0x0010 /* enable per-descriptor interrupt */ macro
511 | (flags & HAL_TXDESC_INTREQ ? AR_TxInterReq : 0) in ar5210SetupTxDesc()
367 | (flags & HAL_TXDESC_INTREQ ? AR_TxIntrReq : 0) in ar5416SetupTxDesc()638 | (flags & HAL_TXDESC_INTREQ ? AR_TxIntrReq : 0); in ar5416SetupFirstTxDesc()
539 | (flags & HAL_TXDESC_INTREQ ? AR_TxInterReq : 0) in ar5211SetupTxDesc()
591 , bf->bf_state.bfs_txflags | HAL_TXDESC_INTREQ /* flags */ in ath_tx_setds_11n()1660 flags |= HAL_TXDESC_INTREQ; /* force interrupt */ in ath_tx_normal_setup()1669 flags |= HAL_TXDESC_INTREQ; /* force interrupt */ in ath_tx_normal_setup()1824 if (flags & HAL_TXDESC_INTREQ) { in ath_tx_normal_setup()1827 flags |= HAL_TXDESC_INTREQ; in ath_tx_normal_setup()2228 flags |= HAL_TXDESC_INTREQ; /* force interrupt */ in ath_tx_raw_start()
723 | (flags & HAL_TXDESC_INTREQ ? AR_TxInterReq : 0) in ar5212SetupTxDesc()