Searched refs:vport_type (Results 1 – 8 of 8) sorted by relevance
2392 def type_to_str(vport_type):2393 if vport_type == OvsVport.OVS_VPORT_TYPE_NETDEV:2395 elif vport_type == OvsVport.OVS_VPORT_TYPE_INTERNAL:2397 elif vport_type == OvsVport.OVS_VPORT_TYPE_GRE:2399 elif vport_type == OvsVport.OVS_VPORT_TYPE_VXLAN:2401 elif vport_type == OvsVport.OVS_VPORT_TYPE_GENEVE:2403 raise ValueError("Unknown vport type:%d" % vport_type)2405 def str_to_type(vport_type):2406 if vport_type == "netdev":2408 elif vport_type 2052 type_to_str(vport_type) global() argument 2065 str_to_type(vport_type) global() argument [all...]
71 unsigned int vport_type, in efx_ef10_vport_alloc() argument83 MCDI_SET_DWORD(inbuf, VPORT_ALLOC_IN_TYPE, vport_type); in efx_ef10_vport_alloc()
397 u16 vport_type; member
622 * @vport_type: See enum virtchnl2_vport_type.666 __le16 vport_type; member
1568 vport_msg->vport_type = cpu_to_le16(VIRTCHNL2_VPORT_TYPE_DEFAULT); in idpf_send_create_vport_msg()3775 vport->vport_type = le16_to_cpu(vport_msg->vport_type); in idpf_vport_init()
1705 fc_private_vport_rd_enum_attr(vport_type, FC_PORTTYPE_MAX_NAMELEN);2374 vid.vport_type = FC_PORTTYPE_NPIV; in store_fc_host_vport_create()2786 SETUP_PRIVATE_VPORT_ATTRIBUTE_RD(vport_type); in fc_attach_transport()3911 vport->vport_type = ids->vport_type; in fc_vport_setup()
1005 vid.vport_type = FC_PORTTYPE_NPIV; in bfad_start_ops()
2139 vpid.vport_type = FC_PORTTYPE_NPIV; in bnx2fc_npiv_create_vports()