Searched refs:ATH_OP_HW_RESET (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
H A D | ath.h | 62 ATH_OP_HW_RESET, enumerator
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ |
H A D | ath.h | 62 ATH_OP_HW_RESET, enumerator
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | main.c | 246 clear_bit(ATH_OP_HW_RESET, &common->op_flags); in ath_complete_reset() 536 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) { in ath_isr() 616 set_bit(ATH_OP_HW_RESET, &common->op_flags); in ath_reset() 627 * hw_reset_work workqueue, but we set ATH_OP_HW_RESET before 637 set_bit(ATH_OP_HW_RESET, &common->op_flags); in ath9k_queue_reset()
|
H A D | beacon.c | 398 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) { in ath9k_beacon_tasklet()
|
H A D | mci.c | 558 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_mci_intr()
|
H A D | xmit.c | 1931 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_txq_schedule() 2587 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_tx_processq() 2673 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_tx_edma_tasklet()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | main.c | 246 clear_bit(ATH_OP_HW_RESET, &common->op_flags); in ath_complete_reset() 536 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) { in ath_isr() 616 set_bit(ATH_OP_HW_RESET, &common->op_flags); in ath_reset() 627 * hw_reset_work workqueue, but we set ATH_OP_HW_RESET before 637 set_bit(ATH_OP_HW_RESET, &common->op_flags); in ath9k_queue_reset()
|
H A D | beacon.c | 398 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) { in ath9k_beacon_tasklet()
|
H A D | mci.c | 560 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_mci_intr()
|
H A D | xmit.c | 1990 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_txq_schedule() 2646 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_tx_processq() 2732 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_tx_edma_tasklet()
|
Completed in 20 milliseconds