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)) {
4749 unsigned long timeout = jiffies + msecs_to_jiffies(500);
4768 if (time_after(jiffies, timeout)) {
4783 * change during timeout period and queue is not empty we reset firmware.
4790 unsigned long timeout;
4799 timeout =
4803 if (time_after(now, timeout)) {
4814 * Making watchdog tick be a quarter of timeout assure we will
4815 * discover the queue hung between timeout and 1.25*timeout
4817 #define IL_WD_TICK(timeout) ((timeout) / 4)
4828 unsigned long timeout;
4833 timeout = il->cfg->wd_timeout;
4834 if (timeout == 0)
4851 jiffies + msecs_to_jiffies(IL_WD_TICK(timeout)));
4858 unsigned int timeout = il->cfg->wd_timeout;
4860 if (timeout)
4862 jiffies + msecs_to_jiffies(IL_WD_TICK(timeout)));