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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_attr.c785 static int lpfc_devloss_tmo = LPFC_DEF_DEVLOSS_TMO; variable
848 (lpfc_devloss_tmo != LPFC_DEF_DEVLOSS_TMO)) {
877 # lpfc_devloss_tmo: If set, it will hold all I/O errors on devices that
881 module_param(lpfc_devloss_tmo, int, 0);
882 MODULE_PARM_DESC(lpfc_devloss_tmo,
900 "%d:0404 lpfc_devloss_tmo attribute cannot be set to"
908 static CLASS_DEVICE_ATTR(lpfc_devloss_tmo, S_IRUGO | S_IWUSR,
1941 lpfc_devloss_tmo_init(phba, lpfc_devloss_tmo);

Completed in 53 milliseconds