Searched refs:vport_id (Results 1 – 2 of 2) sorted by relevance
3263 struct fc_vport_identifiers vport_id; in lpfc_create_static_vport() local3350 memset(&vport_id, 0, sizeof(vport_id)); in lpfc_create_static_vport()3351 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn); in lpfc_create_static_vport()3352 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn); in lpfc_create_static_vport()3353 if (!vport_id.port_name || !vport_id.node_name) in lpfc_create_static_vport()3356 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR; in lpfc_create_static_vport()3357 vport_id.vport_type = FC_PORTTYPE_NPIV; in lpfc_create_static_vport()3358 vport_id.disable = false; in lpfc_create_static_vport()3359 new_fc_vport = fc_vport_create(shost, 0, &vport_id); in lpfc_create_static_vport()
230 u32 vport_id; /* Admin Identifier for the vport */ member