Home
last modified time | relevance | path

Searched refs:cfg_devloss_tmo (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_attr.c2125 return snprintf(buf, PAGE_SIZE, "%d\n", vport->cfg_devloss_tmo); in lpfc_nodev_tmo_show()
2146 if (vport->cfg_devloss_tmo != LPFC_DEF_DEVLOSS_TMO) { in lpfc_nodev_tmo_init()
2147 vport->cfg_nodev_tmo = vport->cfg_devloss_tmo; in lpfc_nodev_tmo_init()
2158 vport->cfg_devloss_tmo = val; in lpfc_nodev_tmo_init()
2186 ndlp->rport->dev_loss_tmo = vport->cfg_devloss_tmo; in lpfc_update_rport_devloss_tmo()
2217 vport->cfg_devloss_tmo = val; in lpfc_nodev_tmo_set()
2270 vport->cfg_devloss_tmo = val; in lpfc_vport_param_init()
Dlpfc.h400 uint32_t cfg_devloss_tmo; member
Dlpfc_scsi.c3310 (2*vport->cfg_devloss_tmo*HZ)); in DEF_SCSI_QCMD()
3470 later = msecs_to_jiffies(2 * vport->cfg_devloss_tmo * 1000) + jiffies; in lpfc_chk_tgt_mapped()
3516 later = msecs_to_jiffies(2 * vport->cfg_devloss_tmo * 1000) + jiffies; in lpfc_reset_flush_io_context()
Dlpfc_init.c2912 fc_host_dev_loss_tmo(shost) = vport->cfg_devloss_tmo; in lpfc_host_attrib_init()