Searched refs:vport_type (Results 1 – 8 of 8) sorted by relevance
2052 def type_to_str(vport_type): argument2053 if vport_type == OvsVport.OVS_VPORT_TYPE_NETDEV:2055 elif vport_type == OvsVport.OVS_VPORT_TYPE_INTERNAL:2057 elif vport_type == OvsVport.OVS_VPORT_TYPE_GRE:2059 elif vport_type == OvsVport.OVS_VPORT_TYPE_VXLAN:2061 elif vport_type == OvsVport.OVS_VPORT_TYPE_GENEVE:2063 raise ValueError("Unknown vport type:%d" % vport_type)2065 def str_to_type(vport_type): argument2066 if vport_type == "netdev":2068 elif vport_type == "internal":[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
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()
1700 fc_private_vport_rd_enum_attr(vport_type, FC_PORTTYPE_MAX_NAMELEN);2369 vid.vport_type = FC_PORTTYPE_NPIV; in store_fc_host_vport_create()2781 SETUP_PRIVATE_VPORT_ATTRIBUTE_RD(vport_type); in fc_attach_transport()3906 vport->vport_type = ids->vport_type; in fc_vport_setup()
1005 vid.vport_type = FC_PORTTYPE_NPIV; in bfad_start_ops()
2136 vpid.vport_type = FC_PORTTYPE_NPIV; in bnx2fc_npiv_create_vports()