Searched refs:ATH_OP_HW_RESET (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ |
D | ath.h | 64 ATH_OP_HW_RESET, enumerator
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | main.c | 241 clear_bit(ATH_OP_HW_RESET, &common->op_flags); in ath_complete_reset() 533 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_isr() 609 set_bit(ATH_OP_HW_RESET, &common->op_flags); in ath_reset() 630 set_bit(ATH_OP_HW_RESET, &common->op_flags); in ath9k_queue_reset()
|
D | beacon.c | 329 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) { in ath9k_beacon_tasklet()
|
D | mci.c | 558 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_mci_intr()
|
D | xmit.c | 1926 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_txq_schedule() 2654 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_tx_processq() 2737 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_tx_edma_tasklet()
|