Home
last modified time | relevance | path

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

/linux-6.1.9/include/scsi/
Dscsi_transport_fc.h526 struct fc_host_attrs { struct
590 ((struct fc_host_attrs *)(x)->shost_data) argument
593 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
595 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
597 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
599 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
601 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
603 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
605 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
607 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
[all …]
/linux-6.1.9/drivers/scsi/
Dscsi_transport_fc.c33 static int fc_bsg_hostadd(struct Scsi_Host *, struct fc_host_attrs *);
389 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_setup()
471 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_remove()
762 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_fpin_li_stats_update()
810 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_fpin_delivery_stats_update()
885 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_fpin_congn_stats_update()
2062 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_private_host_dev_loss_tmo()
2163 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); \
2359 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_host_vport_delete()
2637 i->t.host_size = sizeof(struct fc_host_attrs); in fc_attach_transport()
[all …]
/linux-6.1.9/drivers/scsi/libfc/
Dfc_lport.c1191 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_lport_ms_resp()
1445 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_lport_enter_ms()
1588 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_lport_timeout()
1889 struct fc_host_attrs *fc_host; in fc_lport_init()
Dfc_encode.h195 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_ct_ms_fill()
/linux-6.1.9/drivers/scsi/qedf/
Dqedf_main.c2025 struct fc_host_attrs *fc_host = shost_to_fc_host(qedf->lport->host); in qedf_wait_for_vport_destroy()
3905 struct fc_host_attrs *fc_host; in qedf_get_protocol_tlv_data()
/linux-6.1.9/drivers/scsi/fcoe/
Dfcoe.c2717 struct fc_host_attrs *fc_host; in fcoe_vport_remove()