Lines Matching defs:vid
1026 struct fc_vport_identifiers vid;
1030 memset(&vid, 0, sizeof(vid));
1031 vid.roles = FC_PORT_ROLE_FCP_INITIATOR;
1032 vid.vport_type = FC_PORTTYPE_NPIV;
1033 vid.disable = false;
1034 vid.node_name = wwn_to_u64((u8 *)
1036 vid.port_name = wwn_to_u64((u8 *)
1038 fc_vport = fc_vport_create(bfad->pport.im_port->shost, 0, &vid);
1040 wwn2str(pwwn_buf, vid.port_name);