Lines Matching defs:timeout

43 MODULE_PARM_DESC(rcv_intr_timeout, "Receive interrupt mitigation timeout in ns");
6550 dd_dev_err(dd, "%s: timeout starting 8051 firmware\n",
6785 unsigned long timeout;
6788 timeout = jiffies + msecs_to_jiffies(FREEZE_STATUS_TIMEOUT);
6801 if (time_after(jiffies, timeout)) {
8717 unsigned long timeout;
8733 * On first timeout, attempt to reset and restart the entire DC
8752 * If there is no timeout, then the 8051 command interface is
8792 timeout = jiffies + msecs_to_jiffies(DC8051_COMMAND_TIMEOUT);
8798 if (time_after(jiffies, timeout)) {
8800 dd_dev_err(dd, "8051 host command %u timeout\n", type);
9471 unsigned long timeout;
9477 * a minimum timeout of the module inrush initialization time of
9486 timeout = jiffies + msecs_to_jiffies(2000);
9492 if (time_after(jiffies, timeout)) {
9800 * Give up after 10s (20 x 500ms). The overall timeout was empirically
10229 "State timeout occurred before link partner completed the state";
10243 "State timeout occurred before link partner identified equalization presets",
10256 "State timeout occurred waiting for host to process received frames",
10294 * [ 7: 4] - next state timeout
10343 unsigned long timeout;
10346 timeout = jiffies + msecs_to_jiffies(wait_ms);
10351 if (time_after(jiffies, timeout)) {
10353 "timeout waiting for LINK_TRANSFER_ACTIVE\n");
11360 unsigned long timeout;
11363 timeout = jiffies + msecs_to_jiffies(VL_STATUS_CLEAR_TIMEOUT);
11369 if (time_after(jiffies, timeout))
11797 * Dynamically adjust the receive interrupt timeout for a context based on
11805 u32 timeout = rcd->rcvavail_timeout;
11808 * This algorithm doubles or halves the timeout depending on whether
11814 * timeout.
11818 * Not enough packets arrived before the timeout, adjust
11819 * timeout downward.
11821 if (timeout < 2) /* already at minimum? */
11823 timeout >>= 1;
11826 * More than enough packets arrived before the timeout, adjust
11827 * timeout upward.
11829 if (timeout >= dd->rcv_intr_timeout_csr) /* already at max? */
11831 timeout = min(timeout << 1, dd->rcv_intr_timeout_csr);
11834 rcd->rcvavail_timeout = timeout;
11836 * timeout cannot be larger than rcv_intr_timeout_csr which has already
11840 (u64)timeout <<
11852 * Need to write timeout register before updating RcvHdrHead to ensure
12034 /* starting timeout */
12162 * The interrupt timeout and count must be set after
12165 /* set interrupt timeout */
12976 unsigned long timeout;
12979 timeout = jiffies + msecs_to_jiffies(msecs);
12985 if (time_after(jiffies, timeout)) {
12987 "timeout waiting for link state 0x%x\n",
13036 unsigned long timeout;
13038 timeout = jiffies + msecs_to_jiffies(msecs);
13043 if (time_after(jiffies, timeout)) {
13045 "timeout waiting for phy link state 0x%x\n",
13069 unsigned long timeout;
13071 timeout = jiffies + msecs_to_jiffies(msecs);
13076 if (time_after(jiffies, timeout)) {
13078 "timeout waiting for phy link offline.quiet substates. Read state 0x%x, %dms\n",
13102 unsigned long timeout;
13104 timeout = jiffies + msecs_to_jiffies(msecs);
13109 if (time_after(jiffies, timeout)) {
13111 "timeout waiting for phy link out of offline. Read state 0x%x, %dms\n",
13602 unsigned long timeout;
13614 timeout = jiffies + msecs_to_jiffies(CCE_STATUS_TIMEOUT);
13619 if (time_after(jiffies, timeout)) {
15131 * Limit the max if larger than the field holds. If timeout is