Searched refs:usdelay (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h1079 uint32_t numq, uint32_t usdelay);
H A Dlpfc_attr.c4792 uint32_t usdelay; local
4827 usdelay = LPFC_SEC_TO_USEC / phba->cfg_fcp_imax;
4829 usdelay = 0;
4833 usdelay);
H A Dlpfc_init.c1359 uint32_t usdelay; local
1389 usdelay = (eqi->icnt >> 10) * LPFC_EQ_DELAY_STEP;
1390 if (usdelay > LPFC_MAX_AUTO_EQ_DELAY)
1391 usdelay = LPFC_MAX_AUTO_EQ_DELAY;
1393 usdelay = 0;
1405 if (usdelay != eq->q_mode)
1407 usdelay);
11088 uint32_t length, usdelay; local
11397 usdelay = LPFC_SEC_TO_USEC / phba->cfg_fcp_imax;
11399 usdelay
[all...]
H A Dlpfc_sli.c14849 * @delay: Pointer to usdelay to set in case of rescheduling of the handler
15935 * @usdelay: amount of delay
15955 uint32_t numq, uint32_t usdelay)
15969 if (usdelay > 0xFFFF) {
15971 "6429 usdelay %d too large. Scaled down to "
15972 "0xFFFF.\n", usdelay);
15973 usdelay = 0xFFFF;
15983 lpfc_sli4_mod_hba_eq_delay(phba, eq, usdelay);
16008 dmult = (usdelay * LPFC_DMULT_CONST) / LPFC_SEC_TO_USEC;
16018 eq->q_mode = usdelay;
15954 lpfc_modify_hba_eq_delay(struct lpfc_hba *phba, uint32_t startq, uint32_t numq, uint32_t usdelay) argument
[all...]

Completed in 308 milliseconds