Lines Matching defs:delay
27 #include <linux/delay.h>
4824 * restart of zeroization, further delay the board ready.
12301 /* delay 100ms for port state */
13870 * @delay: Pointer to usdelay to set in case of rescheduling of the handler
13881 * another interrupt, a cq rescheduling delay will be set. A delay of 0
13889 struct lpfc_cqe *), unsigned long *delay,
13898 *delay = 0;
13927 *delay = 1;
13966 * the second is the delay parameter. If non-zero, rather than rearming
13969 * the delay indicates when to reschedule it.
13975 unsigned long delay;
13984 &delay, LPFC_QUEUE_WORK);
13990 &delay, LPFC_QUEUE_WORK);
13994 &delay, LPFC_QUEUE_WORK);
14003 if (delay) {
14006 delay);
14009 &cq->sched_spwork, delay);
14475 * the second is the delay parameter. If non-zero, rather than rearming
14478 * the delay indicates when to reschedule it.
14485 unsigned long delay;
14491 &delay, poll_mode);
14493 if (delay) {
14496 delay);
14499 &cq->sched_irqwork, delay);
14972 * @usdelay: amount of delay
14974 * This function revises the EQ delay on 1 or more EQs. The EQ delay
14988 * have had their delay multipler changed.
15034 " EQ delay was not set.\n");
15044 /* Calculate delay multiper from maximum interrupt per second */
15145 /* don't setup delay multiplier using EQ_CREATE */
19491 /* Cancel retry delay timers to all vports before FCF rediscover */