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

/drivers/net/wireless/iwlwifi/
H A Diwl-scan.c668 u32 suspend_time = 100; local
684 scan->suspend_time = 0;
687 interval = suspend_time;
689 extra = (suspend_time / interval) << 22;
691 ((suspend_time % interval) * 1024));
692 scan->suspend_time = cpu_to_le32(scan_suspend_time);
693 IWL_DEBUG_SCAN(priv, "suspend_time 0x%X beacon interval %d\n",
696 scan->suspend_time = 0;
H A Diwl-commands.h2273 * background. The max_out_time and suspend_time control the ratio of how
2278 * max_out_time is the max time off-channel (in usec), and suspend_time
2280 * after returning to the service channel. That is, suspend_time is the
2299 * 10) Stays on service channel until suspend_time expires
2338 __le32 suspend_time; /* pause scan this long (in "extended beacon member in struct:iwl_scan_cmd
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c2546 u32 suspend_time = 100; local
2553 scan->suspend_time = 0;
2556 interval = suspend_time;
2564 extra = (suspend_time / interval) << 24;
2566 0xFF0FFFFF & (extra | ((suspend_time % interval) * 1024));
2568 scan->suspend_time = cpu_to_le32(scan_suspend_time);
2569 D_SCAN("suspend_time 0x%X beacon interval %d\n",
H A D4965-mac.c879 u32 suspend_time = 100; local
885 scan->suspend_time = 0;
888 interval = suspend_time;
890 extra = (suspend_time / interval) << 22;
892 (extra | ((suspend_time % interval) * 1024));
893 scan->suspend_time = cpu_to_le32(scan_suspend_time);
894 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.h1349 unsigned long suspend_time; member in struct:ipw_priv

Completed in 334 milliseconds