Searched refs:cfg_devloss_tmo (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_attr.c2069 return snprintf(buf, PAGE_SIZE, "%d\n", vport->cfg_devloss_tmo);
2090 if (vport->cfg_devloss_tmo != LPFC_DEF_DEVLOSS_TMO) {
2091 vport->cfg_nodev_tmo = vport->cfg_devloss_tmo;
2102 vport->cfg_devloss_tmo = val;
2130 ndlp->rport->dev_loss_tmo = vport->cfg_devloss_tmo;
2161 vport->cfg_devloss_tmo = val;
2209 vport->cfg_devloss_tmo = val;
H A Dlpfc.h392 uint32_t cfg_devloss_tmo; member in struct:lpfc_vport
H A Dlpfc_scsi.c3140 (2*vport->cfg_devloss_tmo*HZ));
3299 later = msecs_to_jiffies(2 * vport->cfg_devloss_tmo * 1000) + jiffies;
3345 later = msecs_to_jiffies(2 * vport->cfg_devloss_tmo * 1000) + jiffies;
3683 rport->dev_loss_tmo = vport->cfg_devloss_tmo;

Completed in 41 milliseconds