Lines Matching refs:vid
1155 struct fc_vport_identifiers vid;
1166 memset(&vid, 0, sizeof(vid));
1167 vid.roles = FC_PORT_ROLE_FCP_INITIATOR;
1168 vid.vport_type = FC_PORTTYPE_NPIV;
1169 vid.disable = false;
1170 vid.port_name = wwn_to_u64(entry->port_name);
1171 vid.node_name = wwn_to_u64(entry->node_name);
1175 cnt, vid.port_name, vid.node_name,
1180 vport = fc_vport_create(vha->host, 0, &vid);
1184 cnt, vid.port_name, vid.node_name);