Searched refs:fc_host (Results 1 – 1 of 1) sorted by relevance
384 struct fc_host_attrs *fc_host = shost_to_fc_host(shost); in fc_host_setup() local391 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 …]