Searched refs:WL1271_FLAG_RECOVERY_IN_PROGRESS (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/ |
A D | wlcore_i.h | 229 WL1271_FLAG_RECOVERY_IN_PROGRESS, enumerator
|
A D | main.c | 799 set_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags); in wl12xx_queue_recovery_work() 866 if (test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) in wlcore_save_freed_pkts() 983 clear_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags); in wl1271_recovery_work() 1723 if (test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) { in wl1271_op_suspend() 1822 pending_recovery = test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, in wl1271_op_resume() 1906 if (test_and_clear_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, in wlcore_op_stop_locked() 1928 if (!test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) in wlcore_op_stop_locked() 1946 if (test_and_clear_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) in wlcore_op_stop_locked() 2533 if (test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags) || in wl1271_op_add_interface() 2671 if (!test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) { in __wl1271_op_remove_interface() [all …]
|
A D | cmd.c | 389 if (test_bit(WL1271_FLAG_RECOVERY_IN_PROGRESS, &wl->flags)) in wl12xx_free_link()
|
Completed in 17 milliseconds