Searched refs:fc_host (Results 1 – 4 of 4) sorted by relevance
380 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_setup() local387 fc_host->node_name = -1; in fc_host_setup()388 fc_host->port_name = -1; in fc_host_setup()389 fc_host->permanent_port_name = -1; in fc_host_setup()390 fc_host->supported_classes = FC_COS_UNSPECIFIED; in fc_host_setup()391 memset(fc_host->supported_fc4s, 0, in fc_host_setup()392 sizeof(fc_host->supported_fc4s)); in fc_host_setup()393 fc_host->supported_speeds = FC_PORTSPEED_UNKNOWN; in fc_host_setup()394 fc_host->maxframe_size = -1; in fc_host_setup()395 fc_host->max_npiv_vports = 0; in fc_host_setup()[all …]
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 …]
2729 struct fc_host_attrs *fc_host; in fcoe_vport_remove() local2735 fc_host = shost_to_fc_host(shost); in fcoe_vport_remove()2739 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) { in fcoe_vport_remove()
1999 struct fc_host_attrs *fc_host = shost_to_fc_host(qedf->lport->host); in qedf_wait_for_vport_destroy() local2003 while (fc_host->npiv_vports_inuse > 0) { in qedf_wait_for_vport_destroy()3867 struct fc_host_attrs *fc_host; in qedf_get_protocol_tlv_data() local3882 fc_host = shost_to_fc_host(host); in qedf_get_protocol_tlv_data()3900 fcoe->num_npiv_ids = fc_host->npiv_vports_inuse; in qedf_get_protocol_tlv_data()