Home
last modified time | relevance | path

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

/linux-2.6.39/include/scsi/
Dscsi_transport_fc.h478 struct fc_host_attrs { struct
524 ((struct fc_host_attrs *)(x)->shost_data) argument
527 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
529 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
531 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
533 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
535 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
537 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
539 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
541 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
[all …]
/linux-2.6.39/drivers/scsi/
Dscsi_transport_fc.c50 static int fc_bsg_hostadd(struct Scsi_Host *, struct fc_host_attrs *);
384 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_setup()
452 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_remove()
1645 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_private_host_dev_loss_tmo()
1866 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_host_vport_delete()
2155 i->t.host_size = sizeof(struct fc_host_attrs); in fc_attach_transport()
2398 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remove_host()
2567 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_rport_create()
2694 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remote_port_add()
3008 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remote_port_rolechg()
[all …]