Home
last modified time | relevance | path

Searched refs:AR_MCI_INTERRUPT_RX_MSG_CONT_NACK (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dreg_mci.h117 #define AR_MCI_INTERRUPT_RX_MSG_CONT_NACK 0x00000004 macro
300 AR_MCI_INTERRUPT_RX_MSG_CONT_NACK | \
Dmci.c616 if (mci_int_rxmsg & AR_MCI_INTERRUPT_RX_MSG_CONT_NACK) in ath_mci_intr()
617 mci_int_rxmsg &= ~AR_MCI_INTERRUPT_RX_MSG_CONT_NACK; in ath_mci_intr()