Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_scsi.c4261 if (vport->cfg_max_scsicmpl_time && in lpfc_fcp_io_cmd_wqe_cmpl()
4263 msecs_to_jiffies(vport->cfg_max_scsicmpl_time))) { in lpfc_fcp_io_cmd_wqe_cmpl()
4541 if (vport->cfg_max_scsicmpl_time && in lpfc_scsi_cmd_iocb_cmpl()
4543 msecs_to_jiffies(vport->cfg_max_scsicmpl_time))) { in lpfc_scsi_cmd_iocb_cmpl()
Dlpfc.h664 uint32_t cfg_max_scsicmpl_time; member
Dlpfc_attr.c5241 if (val == vport->cfg_max_scsicmpl_time) in lpfc_max_scsicmpl_time_set()
5245 vport->cfg_max_scsicmpl_time = val; in lpfc_max_scsicmpl_time_set()