Home
last modified time | relevance | path

Searched refs:fc_host_attrs (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h502 struct fc_host_attrs { struct
555 ((struct fc_host_attrs *)(x)->shost_data) argument
558 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
560 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
562 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
564 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
566 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
568 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
570 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
572 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
[all …]
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c49 static int fc_bsg_hostadd(struct Scsi_Host *, struct fc_host_attrs *);
392 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_setup()
473 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_remove()
1669 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_private_host_dev_loss_tmo()
1908 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_host_vport_delete()
2185 i->t.host_size = sizeof(struct fc_host_attrs); in fc_attach_transport()
2429 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remove_host()
2599 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remote_port_create()
2727 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remote_port_add()
3035 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remote_port_rolechg()
[all …]
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_main.c1431 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in qedf_setup_fdmi()
1750 struct fc_host_attrs *fc_host = shost_to_fc_host(qedf->lport->host); in qedf_wait_for_vport_destroy()
3489 struct fc_host_attrs *fc_host = shost_to_fc_host(host); in qedf_get_protocol_tlv_data()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c2744 struct fc_host_attrs *fc_host; in fcoe_vport_remove()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_target.c1485 struct fc_host_attrs *fc_host = shost_to_fc_host(sh); in qlt_stop_phase1()