Searched refs:ATH_OP_SCANNING (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ath/ |
A D | ath.h | 63 ATH_OP_SCANNING, enumerator
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | htc_drv_main.c | 307 if (!test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath9k_htc_set_channel() 315 if (test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath9k_htc_set_channel() 1716 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_htc_sw_scan_start() 1731 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_htc_sw_scan_complete()
|
A D | main.c | 2027 if (test_bit(ATH_OP_SCANNING, &common->op_flags)) { in ath9k_ampdu_action() 2386 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_sw_scan_start() 2394 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_sw_scan_complete() 2412 if (test_bit(ATH_OP_SCANNING, &common->op_flags)) { in ath9k_cancel_pending_offchannel() 2437 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_hw_scan()
|
A D | channel.c | 95 if (test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath_set_channel() 459 if (test_bit(ATH_OP_SCANNING, &common->op_flags) || in ath_chanctx_set_periodic_noa() 980 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath_scan_complete()
|
A D | htc_drv_beacon.c | 212 if (unlikely(test_bit(ATH_OP_SCANNING, &common->op_flags))) { in ath9k_htc_send_beacon()
|
A D | recv.c | 432 test_bit(ATH_OP_SCANNING, &common->op_flags)) in ath_calcrxfilter()
|
A D | htc_drv_txrx.c | 937 ath9k_hw_startpcureceive(priv->ah, test_bit(ATH_OP_SCANNING, &common->op_flags)); in ath9k_host_rx_init()
|
Completed in 27 milliseconds