Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc.h693 uint32_t cfg_max_scsicmpl_time; member
Dlpfc_scsi.c4439 if (vport->cfg_max_scsicmpl_time && in lpfc_fcp_io_cmd_wqe_cmpl()
4441 msecs_to_jiffies(vport->cfg_max_scsicmpl_time))) { in lpfc_fcp_io_cmd_wqe_cmpl()
4720 if (vport->cfg_max_scsicmpl_time && in lpfc_scsi_cmd_iocb_cmpl()
4722 msecs_to_jiffies(vport->cfg_max_scsicmpl_time))) { in lpfc_scsi_cmd_iocb_cmpl()
Dlpfc_attr.c5648 if (val == vport->cfg_max_scsicmpl_time) in lpfc_max_scsicmpl_time_set()
5652 vport->cfg_max_scsicmpl_time = val; in lpfc_max_scsicmpl_time_set()