Home
last modified time | relevance | path

Searched refs:WL1271_FLAG_RECOVERY_IN_PROGRESS (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h242 WL1271_FLAG_RECOVERY_IN_PROGRESS, enumerator
Dmain.c811 set_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags); in wl12xx_queue_recovery_work()
880 if (test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) in wlcore_save_freed_pkts()
997 clear_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags); in wl1271_recovery_work()
1735 if (test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) { in wl1271_op_suspend()
1837 pending_recovery = test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, in wl1271_op_resume()
1923 if (test_and_clear_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, in wlcore_op_stop_locked()
1945 if (!test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) in wlcore_op_stop_locked()
1963 if (test_and_clear_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) in wlcore_op_stop_locked()
2554 if (test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags) || in wl1271_op_add_interface()
2694 if (!test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) { in __wl1271_op_remove_interface()
[all …]
Dcmd.c405 if (test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) in wl12xx_free_link()