Searched refs:vport_type (Results 1 – 11 of 11) sorted by relevance
1640 def type_to_str(vport_type): argument1641 if vport_type == OvsVport.OVS_VPORT_TYPE_NETDEV:1643 elif vport_type == OvsVport.OVS_VPORT_TYPE_INTERNAL:1645 elif vport_type == OvsVport.OVS_VPORT_TYPE_GRE:1647 elif vport_type == OvsVport.OVS_VPORT_TYPE_VXLAN:1649 elif vport_type == OvsVport.OVS_VPORT_TYPE_GENEVE:1651 raise ValueError("Unknown vport type:%d" % vport_type)1653 def str_to_type(vport_type): argument1654 if vport_type == "netdev":1656 elif vport_type == "internal":[all …]
186 enum fc_port_type vport_type; /* only FC_PORTTYPE_NPIV allowed */ member231 enum fc_port_type vport_type; member
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()
1670 fc_private_vport_rd_enum_attr(vport_type, FC_PORTTYPE_MAX_NAMELEN);2339 vid.vport_type = FC_PORTTYPE_NPIV; in store_fc_host_vport_create()2750 SETUP_PRIVATE_VPORT_ATTRIBUTE_RD(vport_type); in fc_attach_transport()3856 vport->vport_type = ids->vport_type; in fc_vport_setup()
177 vport_type: Read_Only
1024 vid.vport_type = FC_PORTTYPE_NPIV; in bfad_start_ops()
1675 vport_id.vport_type = FC_PORTTYPE_NPIV; in tcm_qla2xxx_lport_register_npiv_cb()
1184 vid.vport_type = FC_PORTTYPE_NPIV; in qla2xxx_flash_npiv_conf()
823 vport_id.vport_type = FC_PORTTYPE_NPIV; in efct_lio_npiv_make_nport()
2137 vpid.vport_type = FC_PORTTYPE_NPIV; in bnx2fc_npiv_create_vports()
4163 vport_id.vport_type = FC_PORTTYPE_NPIV; in lpfc_create_static_vport()