Searched refs:fc_host (Results 1 – 8 of 8) sorted by relevance
390 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_setup() local397 fc_host->node_name = -1; in fc_host_setup()398 fc_host->port_name = -1; in fc_host_setup()399 fc_host->permanent_port_name = -1; in fc_host_setup()400 fc_host->supported_classes = FC_COS_UNSPECIFIED; in fc_host_setup()401 memset(fc_host->supported_fc4s, 0, in fc_host_setup()402 sizeof(fc_host->supported_fc4s)); in fc_host_setup()403 fc_host->supported_speeds = FC_PORTSPEED_UNKNOWN; in fc_host_setup()404 fc_host->maxframe_size = -1; in fc_host_setup()405 fc_host->max_npiv_vports = 0; in fc_host_setup()[all …]
1 What: /sys/class/fc_host/hostX/statistics/fpin_cn_yyy9 What: /sys/class/fc_host/hostX/statistics/fpin_li_yyy17 What: /sys/class/fc_host/hostX/statistics/fpin_dn_yyy
63 The fc_host associated with the physical adapter will export the ability65 Linux device tree, and instruct the fc_host's driver to instantiate the130 /sys/class/fc_host/host17 physical port's fc_host131 /sys/class/fc_host/host18 vport's fc_host182 For the fc_host class object, the following attributes are added for vports:186 driver/adapter can support on the fc_host.190 fc_host.193 A "simple" create interface to instantiate a vport on an fc_host.202 vport on the fc_host with the same WWNs and tear it down. Each WWN339 cause the creation of the new attributes on the fc_host. As part of[all …]
1197 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_lport_ms_resp() local1231 if ((ntohs(ct->ct_cmd) == FC_FS_RJT) && fc_host->fdmi_version == FDMI_V2) { in fc_lport_ms_resp()1233 fc_host->fdmi_version = FDMI_V1; in fc_lport_ms_resp()1451 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_lport_enter_ms() local1481 if (fc_host->fdmi_version == FDMI_V2) { in fc_lport_enter_ms()1509 if (fc_host->fdmi_version == FDMI_V2) { in fc_lport_enter_ms()1594 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_lport_timeout() local1622 if (fc_host->fdmi_version == FDMI_V2) { in fc_lport_timeout()1624 fc_host->fdmi_version = FDMI_V1; in fc_lport_timeout()1895 struct fc_host_attrs *fc_host; in fc_lport_init() local[all …]
195 struct fc_host_attrs *fc_host = shost_to_fc_host(lport->host); in fc_ct_ms_fill() local215 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill()372 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill()468 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill()574 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill()
2717 struct fc_host_attrs *fc_host; in fcoe_vport_remove() local2723 fc_host = shost_to_fc_host(shost); in fcoe_vport_remove()2727 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) { in fcoe_vport_remove()
2036 struct fc_host_attrs *fc_host = shost_to_fc_host(qedf->lport->host); in qedf_wait_for_vport_destroy() local2040 while (fc_host->npiv_vports_inuse > 0) { in qedf_wait_for_vport_destroy()3930 struct fc_host_attrs *fc_host; in qedf_get_protocol_tlv_data() local3945 fc_host = shost_to_fc_host(host); in qedf_get_protocol_tlv_data()3963 fcoe->num_npiv_ids = fc_host->npiv_vports_inuse; in qedf_get_protocol_tlv_data()
[all...]