Home
last modified time | relevance | path

Searched refs:fc_host (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dscsi_transport_fc.c384 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_setup() local
391 fc_host->node_name = -1; in fc_host_setup()
392 fc_host->port_name = -1; in fc_host_setup()
393 fc_host->permanent_port_name = -1; in fc_host_setup()
394 fc_host->supported_classes = FC_COS_UNSPECIFIED; in fc_host_setup()
395 memset(fc_host->supported_fc4s, 0, in fc_host_setup()
396 sizeof(fc_host->supported_fc4s)); in fc_host_setup()
397 fc_host->supported_speeds = FC_PORTSPEED_UNKNOWN; in fc_host_setup()
398 fc_host->maxframe_size = -1; in fc_host_setup()
399 fc_host->max_npiv_vports = 0; in fc_host_setup()
[all …]
/linux-3.4.99/Documentation/scsi/
Dscsi_fc_transport.txt56 The fc_host associated with the physical adapter will export the ability
58 Linux device tree, and instruct the fc_host's driver to instantiate the
110 /sys/class/fc_host/host17 physical port's fc_host
111 /sys/class/fc_host/host18 vport's fc_host
162 For the fc_host class object, the following attributes are added for vports:
166 driver/adapter can support on the fc_host.
170 fc_host.
173 A "simple" create interface to instantiate a vport on an fc_host.
182 vport on the fc_host with the same WWNs and tear it down. Each WWN
295 cause the creation of the new attributes on the fc_host. As part of
[all …]