Home
last modified time | relevance | path

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

/linux-4.1.27/include/scsi/
Dscsi_transport_fc.h496 struct fc_host_attrs { struct
549 ((struct fc_host_attrs *)(x)->shost_data) argument
552 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
554 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
556 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
558 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
560 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
562 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
564 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
566 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
[all …]
/linux-4.1.27/drivers/scsi/
Dscsi_transport_fc.c48 static int fc_bsg_hostadd(struct Scsi_Host *, struct fc_host_attrs *);
388 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_setup()
469 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_remove()
1665 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_private_host_dev_loss_tmo()
1904 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_host_vport_delete()
2193 i->t.host_size = sizeof(struct fc_host_attrs); in fc_attach_transport()
2443 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remove_host()
2611 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_rport_create()
2738 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remote_port_add()
3052 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remote_port_rolechg()
[all …]
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c2212 struct fc_host_attrs *fc_host; in fcoe_destroy_work()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_target.c961 struct fc_host_attrs *fc_host = shost_to_fc_host(sh); in qlt_stop_phase1()