Home
last modified time | relevance | path

Searched refs:dev_loss_tmo (Results 1 – 17 of 17) sorted by relevance

/linux/include/scsi/
H A Dscsi_transport_srp.h71 int dev_loss_tmo; member
99 int *dev_loss_tmo; member
115 long dev_loss_tmo);
H A Dfcoe_sysfs.h85 u32 dev_loss_tmo; member
/linux/Documentation/scsi/scsi_transport_srp/
H A Drport_state_diagram.dot19 blocked -> lost [ label = "dev_loss_tmo\nexpired or\nsrp_stop_rport_timers()" ];
20 failfast -> lost [ label = "dev_loss_tmo\nexpired or\nsrp_stop_rport_timers()" ];
/linux/Documentation/ABI/stable/
H A Dsysfs-transport-srp8 What: /sys/class/srp_remote_ports/port-<h>:<n>/dev_loss_tmo
56 "dev_loss_tmo" timer has fired; "lost" after the
57 "dev_loss_tmo" timer has fired and before the port is finally
/linux/include/linux/
H A Dnvme-fc-driver.h161 u32 dev_loss_tmo; member
331 u32 dev_loss_tmo; member
537 u32 dev_loss_tmo);
/linux/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c87 ((x)->dev_loss_tmo)
515 fcoe_fcf_private_show_function(dev_loss_tmo, "%d\n", 20, )
533 static FCOE_DEVICE_ATTR(fcf, dev_loss_tmo, S_IRUGO | S_IWUSR,
943 int timeout = fcf->dev_loss_tmo; in fcoe_fcf_device_delete()
1002 fcf->dev_loss_tmo = ctlr->fcf_dev_loss_tmo; in fcoe_fcf_device_add()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-fcoe40 this value will change the dev_loss_tmo for all
126 dev_loss_tmo: The device loss timeout period for this FCF.
/linux/drivers/scsi/
H A Dscsi_transport_fc.c55 module_param_named(dev_loss_tmo, fc_dev_loss_tmo, uint, S_IRUGO|S_IWUSR);
56 MODULE_PARM_DESC(dev_loss_tmo,
450 fc_host->dev_loss_tmo = fc_dev_loss_tmo; in fc_host_setup()
1173 fc_rport_show_function(dev_loss_tmo, "%u\n", 20, )
1191 static FC_DEVICE_ATTR(rport, dev_loss_tmo, S_IRUGO | S_IWUSR,
1326 if ((val >= rport->dev_loss_tmo) || in store_fc_rport_fast_io_fail_tmo()
2117 fc_private_host_show_function(dev_loss_tmo, "%d\n", 20, );
2118 static FC_DEVICE_ATTR(host, dev_loss_tmo, S_IRUGO | S_IWUSR,
2745 SETUP_PRIVATE_HOST_ATTRIBUTE_RW(dev_loss_tmo); in fc_attach_transport()
2764 SETUP_RPORT_ATTRIBUTE_RW(dev_loss_tmo); in fc_attach_transport()
[all …]
/linux/drivers/nvme/host/
H A Dfc.c643 if (pinfo->dev_loss_tmo) in __nvme_fc_set_dev_loss_tmo()
644 rport->remoteport.dev_loss_tmo = pinfo->dev_loss_tmo; in __nvme_fc_set_dev_loss_tmo()
646 rport->remoteport.dev_loss_tmo = NVME_FC_DEFAULT_DEV_LOSS_TMO; in __nvme_fc_set_dev_loss_tmo()
823 rport->dev_loss_end = jiffies + (portptr->dev_loss_tmo * HZ); in nvme_fc_unregister_remoteport()
827 if (!portptr->dev_loss_tmo) { in nvme_fc_unregister_remoteport()
873 u32 dev_loss_tmo) in nvme_fc_set_remoteport_devloss() argument
886 rport->remoteport.dev_loss_tmo = dev_loss_tmo; in nvme_fc_set_remoteport_devloss()
3332 ctrl->cnum, min_t(int, portptr->dev_loss_tmo, in nvme_fc_reconnect_or_delete()
/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c383 rport->dev_loss_tmo = timeout; in csio_set_rport_loss_tmo()
385 rport->dev_loss_tmo = 1; in csio_set_rport_loss_tmo()
/linux/drivers/message/fusion/
H A Dmptfc.c297 rport->dev_loss_tmo = timeout; in mptfc_set_rport_loss_tmo()
299 rport->dev_loss_tmo = mptfc_dev_loss_tmo; in mptfc_set_rport_loss_tmo()
503 rport->dev_loss_tmo = mptfc_dev_loss_tmo; in mptfc_register_dev()
533 ri->rport->dev_loss_tmo)); in mptfc_register_dev()
/linux/drivers/scsi/bfa/
H A Dbfad_attr.c346 rport->dev_loss_tmo = timeout; in bfad_im_set_rport_loss_tmo()
348 rport->dev_loss_tmo = path_tov + 1; in bfad_im_set_rport_loss_tmo()
H A Dbfad_im.c1156 fc_rport->dev_loss_tmo = in bfad_im_itnim_work_handler()
1182 fc_rport->dev_loss_tmo = in bfad_im_itnim_work_handler()
/linux/drivers/scsi/libfc/
H A Dfc_rport.c206 rport->dev_loss_tmo = timeout; in fc_set_rport_loss_tmo()
208 rport->dev_loss_tmo = 1; in fc_set_rport_loss_tmo()
/linux/drivers/s390/scsi/
H A Dzfcp_scsi.c689 rport->dev_loss_tmo = timeout; in zfcp_scsi_set_rport_dev_loss_tmo()
/linux/Documentation/scsi/
H A DChangeLog.lpfc155 * Added updates for revised FC remote port patch (dev_loss_tmo
574 unblock (stop dev_loss_tmo) when appropriate.
611 * Since lpfc_nodev_tmo < dev_loss_tmo remove queuecommand
649 * Moved + 5 second window to dev_loss_tmo setting and updated
/linux/drivers/scsi/qedf/
H A Dqedf_main.c40 module_param_named(dev_loss_tmo, qedf_dev_loss_tmo, int, S_IRUGO);
41 MODULE_PARM_DESC(dev_loss_tmo, " dev_loss_tmo setting for attached "