Searched refs:ATH_OP_INVALID (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/drivers/net/wireless/ath/ |
D | ath.h | 58 ATH_OP_INVALID, enumerator
|
/Linux-v6.1/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() 2210 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 | 726 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 | debug.c | 811 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in write_file_reset()
|
D | xmit.c | 1918 if (test_bit(ATH_OP_INVALID, &common->op_flags)) in ath_drain_all_txq()
|