Lines Matching defs:timeout

84 MODULE_PARM_DESC(rcv_intr_timeout, "Receive interrupt mitigation timeout in ns");
6589 dd_dev_err(dd, "%s: timeout starting 8051 firmware\n",
6824 unsigned long timeout;
6827 timeout = jiffies + msecs_to_jiffies(FREEZE_STATUS_TIMEOUT);
6840 if (time_after(jiffies, timeout)) {
8756 unsigned long timeout;
8772 * On first timeout, attempt to reset and restart the entire DC
8791 * If there is no timeout, then the 8051 command interface is
8831 timeout = jiffies + msecs_to_jiffies(DC8051_COMMAND_TIMEOUT);
8837 if (time_after(jiffies, timeout)) {
8839 dd_dev_err(dd, "8051 host command %u timeout\n", type);
9510 unsigned long timeout;
9516 * a minimum timeout of the module inrush initialization time of
9525 timeout = jiffies + msecs_to_jiffies(2000);
9531 if (time_after(jiffies, timeout)) {
9839 * Give up after 10s (20 x 500ms). The overall timeout was empirically
10268 "State timeout occurred before link partner completed the state";
10282 "State timeout occurred before link partner identified equalization presets",
10295 "State timeout occurred waiting for host to process received frames",
10333 * [ 7: 4] - next state timeout
10382 unsigned long timeout;
10385 timeout = jiffies + msecs_to_jiffies(wait_ms);
10390 if (time_after(jiffies, timeout)) {
10392 "timeout waiting for LINK_TRANSFER_ACTIVE\n");
11399 unsigned long timeout;
11402 timeout = jiffies + msecs_to_jiffies(VL_STATUS_CLEAR_TIMEOUT);
11408 if (time_after(jiffies, timeout))
11836 * Dynamically adjust the receive interrupt timeout for a context based on
11844 u32 timeout = rcd->rcvavail_timeout;
11847 * This algorithm doubles or halves the timeout depending on whether
11853 * timeout.
11857 * Not enough packets arrived before the timeout, adjust
11858 * timeout downward.
11860 if (timeout < 2) /* already at minimum? */
11862 timeout >>= 1;
11865 * More than enough packets arrived before the timeout, adjust
11866 * timeout upward.
11868 if (timeout >= dd->rcv_intr_timeout_csr) /* already at max? */
11870 timeout = min(timeout << 1, dd->rcv_intr_timeout_csr);
11873 rcd->rcvavail_timeout = timeout;
11875 * timeout cannot be larger than rcv_intr_timeout_csr which has already
11879 (u64)timeout <<
11891 * Need to write timeout register before updating RcvHdrHead to ensure
12073 /* starting timeout */
12201 * The interrupt timeout and count must be set after
12204 /* set interrupt timeout */
13015 unsigned long timeout;
13018 timeout = jiffies + msecs_to_jiffies(msecs);
13024 if (time_after(jiffies, timeout)) {
13026 "timeout waiting for link state 0x%x\n",
13075 unsigned long timeout;
13077 timeout = jiffies + msecs_to_jiffies(msecs);
13082 if (time_after(jiffies, timeout)) {
13084 "timeout waiting for phy link state 0x%x\n",
13108 unsigned long timeout;
13110 timeout = jiffies + msecs_to_jiffies(msecs);
13115 if (time_after(jiffies, timeout)) {
13117 "timeout waiting for phy link offline.quiet substates. Read state 0x%x, %dms\n",
13141 unsigned long timeout;
13143 timeout = jiffies + msecs_to_jiffies(msecs);
13148 if (time_after(jiffies, timeout)) {
13150 "timeout waiting for phy link out of offline. Read state 0x%x, %dms\n",
13641 unsigned long timeout;
13653 timeout = jiffies + msecs_to_jiffies(CCE_STATUS_TIMEOUT);
13658 if (time_after(jiffies, timeout)) {
15171 * Limit the max if larger than the field holds. If timeout is