Searched refs:ATH_OP_INVALID (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
D | ath.h | 58 ATH_OP_INVALID, enumerator
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | wow.c | 180 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_suspend()
|
D | tx99.c | 115 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_tx99_init()
|
D | htc_drv_main.c | 255 if (test_bit(ATH_OP_INVALID, &common->op_flags)) in ath9k_htc_set_channel() 957 clear_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_htc_start() 986 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_htc_stop() 1028 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_htc_stop() 1270 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_htc_configure_filter()
|
D | main.c | 519 if (!ah || test_bit(ATH_OP_INVALID, &common->op_flags)) in ath_isr() 722 clear_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_start() 914 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_stop() 964 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_stop() 2214 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in __ath9k_flush()
|
D | htc_drv_init.c | 642 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_init_priv()
|
D | init.c | 678 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_init_softc()
|
D | channel.c | 36 if (test_bit(ATH_OP_INVALID, &common->op_flags)) in ath_set_channel()
|
D | xmit.c | 1877 if (test_bit(ATH_OP_INVALID, &common->op_flags)) in ath_drain_all_txq()
|