Searched defs:suspend_time (Results 1 - 7 of 7) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-scan.c608 u32 suspend_time = 100; local
624 scan->suspend_time = 0;
627 interval = suspend_time;
629 extra = (suspend_time / interval) << 22;
631 ((suspend_time % interval) * 1024));
632 scan->suspend_time = cpu_to_le32(scan_suspend_time);
633 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
636 scan->suspend_time = 0;
H A Diwl-commands.h2328 * background. The max_out_time and suspend_time control the ratio of how
2333 * max_out_time is the max time off-channel (in usec), and suspend_time
2335 * after returning to the service channel. That is, suspend_time is the
2354 * 10) Stays on service channel until suspend_time expires
2393 __le32 suspend_time; /* pause scan this long (in "extended beacon member in struct:iwl_scan_cmd
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c2555 u32 suspend_time = 100; local
2562 scan->suspend_time = 0;
2565 interval = suspend_time;
2573 extra = (suspend_time / interval) << 24;
2575 0xFF0FFFFF & (extra | ((suspend_time % interval) * 1024));
2577 scan->suspend_time = cpu_to_le32(scan_suspend_time);
2578 D_SCAN("suspend_time 0x%X beacon interval %d\n",
H A D4965-mac.c882 u32 suspend_time = 100; local
888 scan->suspend_time = 0;
891 interval = suspend_time;
893 extra = (suspend_time / interval) << 22;
895 (extra | ((suspend_time % interval) * 1024));
896 scan->suspend_time = cpu_to_le32(scan_suspend_time);
897 D_SCAN("suspend_time 0x%X beacon interval %d\n",
H A Dcommands.h2440 * background. The max_out_time and suspend_time control the ratio of how
2445 * max_out_time is the max time off-channel (in usec), and suspend_time
2447 * after returning to the service channel. That is, suspend_time is the
2466 * 10) Stays on service channel until suspend_time expires
2499 __le32 suspend_time; /* pause scan this long (in "extended beacon member in struct:il3945_scan_cmd
2543 __le32 suspend_time; /* pause scan this long (in "extended beacon member in struct:il_scan_cmd
/drivers/net/wireless/ipw2x00/
H A Dipw2100.h595 unsigned long suspend_time; member in struct:ipw2100_priv
H A Dipw2200.h1351 unsigned long suspend_time; member in struct:ipw_priv

Completed in 157 milliseconds