Searched refs:STATUS_SCAN_ABORTING (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | scan.c | 108 aborted = test_and_clear_bit(STATUS_SCAN_ABORTING, &priv->status); in iwl_process_scan_complete() 160 clear_bit(STATUS_SCAN_ABORTING, &priv->status); in iwl_force_scan_end() 176 if (test_and_set_bit(STATUS_SCAN_ABORTING, &priv->status)) { in iwl_do_scan_abort() 941 if (test_bit(STATUS_SCAN_ABORTING, &priv->status)) { in iwl_scan_initiate()
|
H A D | agn.h | 98 #define STATUS_SCAN_ABORTING 8 macro
|
H A D | debugfs.c | 370 pos += scnprintf(buf + pos, bufsz - pos, "STATUS_SCAN_ABORTING:\t %d\n", in iwl_dbgfs_status_read() 371 test_bit(STATUS_SCAN_ABORTING, &priv->status)); in iwl_dbgfs_status_read()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | scan.c | 104 aborted = test_and_clear_bit(STATUS_SCAN_ABORTING, &priv->status); in iwl_process_scan_complete() 156 clear_bit(STATUS_SCAN_ABORTING, &priv->status); in iwl_force_scan_end() 172 if (test_and_set_bit(STATUS_SCAN_ABORTING, &priv->status)) { in iwl_do_scan_abort() 943 if (test_bit(STATUS_SCAN_ABORTING, &priv->status)) { in iwl_scan_initiate()
|
H A D | agn.h | 45 #define STATUS_SCAN_ABORTING 8 macro
|
H A D | debugfs.c | 366 pos += scnprintf(buf + pos, bufsz - pos, "STATUS_SCAN_ABORTING:\t %d\n", in iwl_dbgfs_status_read() 367 test_bit(STATUS_SCAN_ABORTING, &priv->status)); in iwl_dbgfs_status_read()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 431 #define STATUS_SCAN_ABORTING (1<<25) macro
|
H A D | ipw2200.c | 2355 if (priv->status & STATUS_SCAN_ABORTING) { in ipw_scan_check() 3374 priv->status &= ~(STATUS_SCANNING | STATUS_SCAN_ABORTING); in ipw_reset_nic() 4757 ~(STATUS_SCANNING | STATUS_SCAN_ABORTING); in ipw_rx_notification() 6144 if (priv->status & STATUS_SCAN_ABORTING) { in ipw_abort_scan() 6148 priv->status |= STATUS_SCAN_ABORTING; in ipw_abort_scan() 6294 priv->status & STATUS_SCAN_ABORTING) { in ipw_request_scan_helper()
|
H A D | ipw2200.h | 1030 #define STATUS_SCAN_ABORTING (1<<22) macro
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 431 #define STATUS_SCAN_ABORTING (1<<25) macro
|
H A D | ipw2200.c | 2323 if (priv->status & STATUS_SCAN_ABORTING) { in ipw_scan_check() 3328 priv->status &= ~(STATUS_SCANNING | STATUS_SCAN_ABORTING); in ipw_reset_nic() 4711 ~(STATUS_SCANNING | STATUS_SCAN_ABORTING); in ipw_rx_notification() 6098 if (priv->status & STATUS_SCAN_ABORTING) { in ipw_abort_scan() 6102 priv->status |= STATUS_SCAN_ABORTING; in ipw_abort_scan() 6248 priv->status & STATUS_SCAN_ABORTING) { in ipw_request_scan_helper()
|
H A D | ipw2200.h | 1030 #define STATUS_SCAN_ABORTING (1<<22) macro
|
Completed in 67 milliseconds