Home
last modified time | relevance | path

Searched refs:cfg_max_scsicmpl_time (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/lpfc/
Dlpfc.h420 uint32_t cfg_max_scsicmpl_time; member
Dlpfc_attr.c4456 if (val == vport->cfg_max_scsicmpl_time) in lpfc_max_scsicmpl_time_set()
4460 vport->cfg_max_scsicmpl_time = val; in lpfc_max_scsicmpl_time_set()
Dlpfc_scsi.c4107 if (vport->cfg_max_scsicmpl_time && in lpfc_scsi_cmd_iocb_cmpl()
4109 msecs_to_jiffies(vport->cfg_max_scsicmpl_time))) { in lpfc_scsi_cmd_iocb_cmpl()