Searched refs:vport_type (Results 1 – 7 of 7) sorted by relevance
2399 def type_to_str(vport_type): argument2400 if vport_type == OvsVport.OVS_VPORT_TYPE_NETDEV:2402 elif vport_type == OvsVport.OVS_VPORT_TYPE_INTERNAL:2404 raise ValueError("Unknown vport type:%d" % vport_type)2406 def str_to_type(vport_type): argument2407 if vport_type in ["netdev", "gre", "vxlan", "geneve"]:2409 elif vport_type == "internal":2411 raise ValueError("Unknown vport type: '%s'" % vport_type)
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()
396 u16 vport_type; member
1150 vport_msg->vport_type = cpu_to_le16(VIRTCHNL2_VPORT_TYPE_DEFAULT); in idpf_send_create_vport_msg()3312 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()
666 __le16 vport_type; member
1005 vid.vport_type = FC_PORTTYPE_NPIV; in bfad_start_ops()