Home
last modified time | relevance | path

Searched refs:fc_host_dev_loss_tmo (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi_transport_fc.h665 #define fc_host_dev_loss_tmo(x) \ macro
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_main.c884 fc_host_dev_loss_tmo(lp->host) = fnic->config.port_down_timeout / 1000; in fnic_probe()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1155 fc_host_dev_loss_tmo(vn_port->host) = bnx2fc_devloss_tmo; in bnx2fc_vport_create()
1552 fc_host_dev_loss_tmo(shost) = bnx2fc_devloss_tmo; in bnx2fc_if_create()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c3133 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla24xx_vport_create()
3383 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla2x00_init_host_attr()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_main.c1777 fc_host_dev_loss_tmo(lport->host) = qedf_dev_loss_tmo; in qedf_lport_setup()
1905 fc_host_dev_loss_tmo(vn_port->host) = qedf_dev_loss_tmo; in qedf_vport_create()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c3830 fc_host_dev_loss_tmo(lpfc_shost_from_vport(vport)) = val; in lpfc_nodev_tmo_set()
3879 fc_host_dev_loss_tmo(lpfc_shost_from_vport(vport)) = val; in lpfc_vport_param_init()
H A Dlpfc_init.c5028 fc_host_dev_loss_tmo(shost) = vport->cfg_devloss_tmo; in lpfc_host_attrib_init()
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_fc.c2074 fc_host_dev_loss_tmo(shost) = val; in store_fc_private_host_dev_loss_tmo()
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c6296 fc_host_dev_loss_tmo(shost) = IBMVFC_DEV_LOSS_TMO; in ibmvfc_probe()