Lines Matching defs:usdelay
13870 * @delay: Pointer to usdelay to set in case of rescheduling of the handler
14972 * @usdelay: amount of delay
14992 uint32_t numq, uint32_t usdelay)
15006 if (usdelay > 0xFFFF) {
15008 "6429 usdelay %d too large. Scaled down to "
15009 "0xFFFF.\n", usdelay);
15010 usdelay = 0xFFFF;
15020 lpfc_sli4_mod_hba_eq_delay(phba, eq, usdelay);
15045 dmult = (usdelay * LPFC_DMULT_CONST) / LPFC_SEC_TO_USEC;
15055 eq->q_mode = usdelay;