Searched refs:ATH_OP_INVALID (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ |
H A D | ath.h | 58 ATH_OP_INVALID, enumerator
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | wow.c | 180 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_suspend()
|
H A D | tx99.c | 115 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_tx99_init()
|
H A 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() 1269 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_htc_configure_filter()
|
H A D | main.c | 518 if (!ah || test_bit(ATH_OP_INVALID, &common->op_flags)) in ath_isr() 721 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() 2209 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in __ath9k_flush()
|
H A D | htc_drv_init.c | 642 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_init_priv()
|
H A D | init.c | 726 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_init_softc()
|
H A D | channel.c | 36 if (test_bit(ATH_OP_INVALID, &common->op_flags)) in ath_set_channel()
|
H A D | debug.c | 791 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in write_file_reset()
|
H A D | xmit.c | 1936 if (test_bit(ATH_OP_INVALID, &common->op_flags)) in ath_drain_all_txq()
|