Lines Matching defs:timeout
3922 * lpfc_poll_eratt - Error attention polling timer timeout handler
5346 /* Adapter failed to init, timeout, status reg
5350 "timeout, status reg x%x, "
9108 * process the mailbox timeout and returns. All the processing is
9239 * lpfc_mbox_timeout_handler - Worker thread function to handle mailbox timeout
9263 * between the mbox timeout handler getting executed in the
9271 "0353 Active Mailbox cleared - mailbox timeout "
9277 /* Mbox cmd <mbxCommand> timeout */
9279 "0310 Mailbox command x%x timeout Data: x%x x%x x%px\n",
9300 "0345 Resetting board due to mailbox timeout\n");
9341 unsigned long timeout;
9501 /* timeout active mbox command */
9502 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, pmbox) *
9504 mod_timer(&psli->mbox_tmo, jiffies + timeout);
9627 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, pmbox) *
9634 if (time_after(jiffies, timeout)) {
9743 unsigned long timeout = 0;
9754 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba,
9760 if (timeout)
9767 if (time_after(jiffies, timeout)) {
9832 * successful or timeout, after timing-out the outstanding mailbox
9849 * port for twice the regular mailbox command timeout value.
9851 * 0 - no timeout on waiting for bootstrap mailbox register ready.
9859 unsigned long timeout;
9879 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, mboxq)
9888 if (time_after(jiffies, timeout))
13071 * @timeout: Timeout in number of seconds.
13079 * not completed within timeout seconds, the function will either
13106 uint32_t timeout)
13151 timeout_req = msecs_to_jiffies(timeout * 1000);
13177 "0338 IOCB wait timeout error - no "
13178 "wake response Data x%x\n", timeout);
13184 timeout, (timeleft / jiffies));
13227 * @timeout: Timeout in number of seconds.
13231 * completed within timeout seconds, it returns MBX_TIMEOUT.
13251 uint32_t timeout)
13268 msecs_to_jiffies(timeout * 1000));
13307 unsigned long timeout;
13315 timeout = msecs_to_jiffies(LPFC_MBOX_TMO * 1000) + jiffies;
13328 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba,
13339 if (time_after(jiffies, timeout))
18641 unsigned long timeout;
18644 timeout = (msecs_to_jiffies(vport->phba->fc_edtov) +
18647 time_before(jiffies, timeout))
18652 timeout = (msecs_to_jiffies(vport->phba->fc_edtov) +
18654 if (time_before(jiffies, timeout))