Lines Matching defs:usdelay
14847 * @delay: Pointer to usdelay to set in case of rescheduling of the handler
15933 * @usdelay: amount of delay
15953 uint32_t numq, uint32_t usdelay)
15967 if (usdelay > 0xFFFF) {
15969 "6429 usdelay %d too large. Scaled down to "
15970 "0xFFFF.\n", usdelay);
15971 usdelay = 0xFFFF;
15981 lpfc_sli4_mod_hba_eq_delay(phba, eq, usdelay);
16006 dmult = (usdelay * LPFC_DMULT_CONST) / LPFC_SEC_TO_USEC;
16016 eq->q_mode = usdelay;