Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/scsi/
Dscsi_transport_fc.h490 struct fc_host_attrs { struct
543 ((struct fc_host_attrs *)(x)->shost_data) argument
546 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
548 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
550 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
552 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
554 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
556 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
558 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
560 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
[all …]
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_fc.c32 static int fc_bsg_hostadd(struct Scsi_Host *, struct fc_host_attrs *);
380 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_setup()
461 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_remove()
1656 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_private_host_dev_loss_tmo()
1895 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_host_vport_delete()
2172 i->t.host_size = sizeof(struct fc_host_attrs); in fc_attach_transport()
2416 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remove_host()
2586 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remote_port_create()
2714 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remote_port_add()
3022 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_remote_port_rolechg()
[all …]
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_main.c2021 struct fc_host_attrs *fc_host = shost_to_fc_host(qedf->lport->host); in qedf_wait_for_vport_destroy()
3884 struct fc_host_attrs *fc_host; in qedf_get_protocol_tlv_data()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
Dfcoe.c2730 struct fc_host_attrs *fc_host; in fcoe_vport_remove()