Home
last modified time | relevance | path

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

/linux-6.14.4/include/scsi/
Dscsi_transport_fc.h527 struct fc_host_attrs { struct
589 ((struct fc_host_attrs *)(x)->shost_data) argument
592 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
594 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
596 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
598 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
600 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
602 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
604 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
606 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
[all …]
/linux-6.14.4/drivers/scsi/
Dscsi_transport_fc.c33 static int fc_bsg_hostadd(struct Scsi_Host *, struct fc_host_attrs *);
390 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_setup()
467 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_remove()
758 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_fpin_li_stats_update()
806 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_fpin_delivery_stats_update()
881 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_fpin_congn_stats_update()
2060 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_private_host_dev_loss_tmo()
2161 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); \
2357 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in store_fc_host_vport_delete()
2634 i->t.host_size = sizeof(struct fc_host_attrs); in fc_attach_transport()
[all …]
/linux-6.14.4/drivers/scsi/libfc/
Dfc_lport.c1197 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_lport_ms_resp()
1451 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_lport_enter_ms()
1594 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_lport_timeout()
1895 struct fc_host_attrs *fc_host; in fc_lport_init()
Dfc_encode.h197 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_ct_ms_fill()
/linux-6.14.4/drivers/scsi/qedf/
Dqedf_main.c2038 struct fc_host_attrs *fc_host = shost_to_fc_host(qedf->lport->host); in qedf_wait_for_vport_destroy()
3930 struct fc_host_attrs *fc_host; in qedf_get_protocol_tlv_data()
/linux-6.14.4/drivers/scsi/fcoe/
Dfcoe.c2717 struct fc_host_attrs *fc_host; in fcoe_vport_remove()