Searched refs:ATH_OP_INVALID (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ |
D | ath.h | 60 ATH_OP_INVALID, enumerator
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | tx99.c | 117 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_tx99_init()
|
D | wow.c | 180 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_suspend()
|
D | htc_drv_main.c | 255 if (test_bit(ATH_OP_INVALID, &common->op_flags)) in ath9k_htc_set_channel() 960 clear_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_htc_start() 989 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_htc_stop() 1031 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_htc_stop() 1272 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_htc_configure_filter()
|
D | main.c | 516 if (!ah || test_bit(ATH_OP_INVALID, &common->op_flags)) in ath_isr() 715 clear_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_start() 835 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_stop() 885 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_stop() 2062 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in __ath9k_flush()
|
D | htc_drv_init.c | 644 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_init_priv()
|
D | init.c | 562 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_init_softc()
|
D | channel.c | 35 if (test_bit(ATH_OP_INVALID, &common->op_flags)) in ath_set_channel()
|
D | xmit.c | 1848 if (test_bit(ATH_OP_INVALID, &common->op_flags)) in ath_drain_all_txq()
|