Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_scsi.c4282 if (vport->cfg_max_scsicmpl_time && in lpfc_fcp_io_cmd_wqe_cmpl()
4284 msecs_to_jiffies(vport->cfg_max_scsicmpl_time))) { in lpfc_fcp_io_cmd_wqe_cmpl()
4562 if (vport->cfg_max_scsicmpl_time && in lpfc_scsi_cmd_iocb_cmpl()
4564 msecs_to_jiffies(vport->cfg_max_scsicmpl_time))) { in lpfc_scsi_cmd_iocb_cmpl()
Dlpfc.h688 uint32_t cfg_max_scsicmpl_time; member
Dlpfc_attr.c5106 if (val == vport->cfg_max_scsicmpl_time) in lpfc_max_scsicmpl_time_set()
5110 vport->cfg_max_scsicmpl_time = val; in lpfc_max_scsicmpl_time_set()