Lines Matching defs:timeout
27 _il_poll_bit(struct il_priv *il, u32 addr, u32 bits, u32 mask, int timeout)
37 } while (t < timeout);
108 il_poll_bit(struct il_priv *il, u32 addr, u32 mask, int timeout)
118 } while (t < timeout);
1144 D_POWER("Tx timeout = %u\n", le32_to_cpu(cmd->tx_data_timeout));
1145 D_POWER("Rx timeout = %u\n", le32_to_cpu(cmd->rx_data_timeout));
1366 unsigned long timeout = jiffies + msecs_to_jiffies(ms);
1370 D_SCAN("Scan cancel timeout\n");
1374 while (time_before_eq(jiffies, timeout)) {
4751 unsigned long timeout = jiffies + msecs_to_jiffies(500);
4770 if (time_after(jiffies, timeout)) {
4785 * change during timeout period and queue is not empty we reset firmware.
4792 unsigned long timeout;
4801 timeout =
4805 if (time_after(now, timeout)) {
4816 * Making watchdog tick be a quarter of timeout assure we will
4817 * discover the queue hung between timeout and 1.25*timeout
4819 #define IL_WD_TICK(timeout) ((timeout) / 4)
4830 unsigned long timeout;
4835 timeout = il->cfg->wd_timeout;
4836 if (timeout == 0)
4853 jiffies + msecs_to_jiffies(IL_WD_TICK(timeout)));
4860 unsigned int timeout = il->cfg->wd_timeout;
4862 if (timeout)
4864 jiffies + msecs_to_jiffies(IL_WD_TICK(timeout)));