Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_transport_fc.h659 #define fc_host_dev_loss_tmo(x) \ macro
/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()
/linux/drivers/scsi/fnic/
H A Dfnic_main.c939 fc_host_dev_loss_tmo(lp->host) = fnic->config.port_down_timeout / 1000; in fnic_probe()
/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c3126 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla24xx_vport_create()
3376 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla2x00_init_host_attr()
/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c3836 fc_host_dev_loss_tmo(lpfc_shost_from_vport(vport)) = val; in lpfc_nodev_tmo_set()
3885 fc_host_dev_loss_tmo(lpfc_shost_from_vport(vport)) = val; in lpfc_vport_param_init()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c2069 fc_host_dev_loss_tmo(shost) = val; in store_fc_private_host_dev_loss_tmo()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c6386 fc_host_dev_loss_tmo(shost) = IBMVFC_DEV_LOSS_TMO; in ibmvfc_probe()