Lines Matching defs:timer

594 	/* Set up ring-0 (ELS) timer */
598 /* Set up heart beat (HB) timer */
603 /* Set up error attention (ERATT) polling timer */
1181 * lpfc_hb_timeout - The HBA-timer timeout handler
1182 * @t: timer context used to obtain the pointer to lpfc hba data structure.
1184 * This is the HBA-timer timeout handler registered to the lpfc driver. When
1185 * this timer fires, a HBA timeout event shall be posted to the lpfc driver
1215 * lpfc_rrq_timeout - The RRQ-timer timeout handler
1216 * @t: timer context used to obtain the pointer to lpfc hba data structure.
1218 * This is the RRQ-timer timeout handler registered to the lpfc driver. When
1219 * this timer fires, a RRQ timeout event shall be posted to the lpfc driver
1253 * timeout timer to LPFC_HB_MBOX_TIMEOUT (current 30) seconds and marks
1255 * no error conditions detected, the heart-beat mailbox command timer is
1257 * state is cleared for the next heart-beat. If the timer expired with the
1269 /* Check and reset heart-beat timer if necessary */
1480 * lpfc_issue_hb_tmo - Signals heartbeat timer to issue mbox command
1483 * The heartbeat timer (every 5 sec) will fire. If the HBA_HBEAT_TMO
1498 * lpfc_hb_timeout_handler - The HBA-timer timeout handler
1501 * This is the actual HBA-timer timeout handler to be invoked by the worker
1502 * thread whenever the HBA timer fired and HBA-timeout event posted. This
1505 * or by processing slow-ring or fast-ring events within the HBA-timer
1507 * the timer for the next timeout period. If lpfc heart-beat mailbox command
1509 * heart-beat mailbox is issued and timer set properly. Otherwise, if there
3139 * __lpfc_sli4_stop_fcf_redisc_wait_timer - Stop FCF rediscovery wait timer
3142 * This routine stops the SLI4 FCF rediscover wait timer if it's on. The
3151 /* Now, try to stop the timer */
3156 * lpfc_sli4_stop_fcf_redisc_wait_timer - Stop FCF rediscovery wait timer
3159 * This routine stops the SLI4 FCF rediscover wait timer if it's on. It
3160 * checks whether the FCF rediscovery wait timer is pending with the host
3161 * lock held before proceeding with disabling the timer and clearing the
3162 * wait timer pendig flag.
3169 /* FCF rediscovery timer already fired or stopped */
3200 /* Cancel the CMF timer */
5100 * lpfc_fcf_redisc_wait_start_timer - Start fcf rediscover wait timer
5103 * This routine starts the timer waiting for the FCF rediscovery to complete.
5110 /* Start fcf rediscovery wait period timer */
5135 /* Don't send FCF rediscovery event if timer cancelled */
5141 /* Clear FCF rediscovery timer pending flag */
5147 "2776 FCF rediscover quiescent timer expired\n");
5173 /* Is the vmid inactivity timer enabled */
5183 /* restart the timer for the next iteration */
5670 * @timer: Timer cookie to access lpfc private data
5679 lpfc_cmf_stats_timer(struct hrtimer *timer)
5693 phba = container_of(timer, struct lpfc_hba, cmf_stats_timer);
5901 hrtimer_forward_now(timer, ktime_set(0, LPFC_SEC_MIN * NSEC_PER_SEC));
5907 * lpfc_calc_cmf_latency - latency from start of rxate timer interval
5910 * The routine calculates the latency from the beginning of the CMF timer
5945 * lpfc_cmf_timer - This is the timer function for one congestion
5947 * @timer: Pointer to the high resolution timer that expired
5950 lpfc_cmf_timer(struct hrtimer *timer)
5952 struct lpfc_hba *phba = container_of(timer, struct lpfc_hba,
5963 /* Only restart the timer if congestion mgmt is on */
5967 "6224 CMF timer exit: %d %lld\n",
5974 * the next timer cycle to hit.
5979 /* Do not block SCSI IO while in the timer routine since
5985 * the last timer interrupt and this one. We ask for
5993 * timer interrupt, set the start time for the next
6001 /* Collect all the stats from the prior timer interval */
6017 * this next timer interval.
6027 * timer accuracy. If we are less than LPFC_CMF_INTERVAL
6054 /* Calculate MBPI for the next timer interval */
6113 hrtimer_forward_now(timer,
7720 /* MBOX heartbeat timer */
7722 /* Fabric block timer */
7724 /* EA polling mode timer */
7726 /* Heartbeat timer */
7757 /* FCP polling mode timer */
7956 /* FCF rediscover timer */
7959 /* CMF congestion timer */
7962 /* CMF 1 minute stats collection timer */
12770 * timer. Wait for the poll timer to retire.