Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc.h423 uint32_t cfg_max_scsicmpl_time; member
Dlpfc_attr.c4486 if (val == vport->cfg_max_scsicmpl_time) in lpfc_max_scsicmpl_time_set()
4490 vport->cfg_max_scsicmpl_time = val; in lpfc_max_scsicmpl_time_set()
Dlpfc_scsi.c4056 if (vport->cfg_max_scsicmpl_time && in lpfc_scsi_cmd_iocb_cmpl()
4058 msecs_to_jiffies(vport->cfg_max_scsicmpl_time))) { in lpfc_scsi_cmd_iocb_cmpl()