Home
last modified time | relevance | path

Searched refs:vport_type (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1640 def type_to_str(vport_type): argument
1641 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): argument
1654 if vport_type == "netdev":
1656 elif vport_type == "internal":
[all …]
/openbmc/linux/include/scsi/
H A Dscsi_transport_fc.h186 enum fc_port_type vport_type; /* only FC_PORTTYPE_NPIV allowed */ member
231 enum fc_port_type vport_type; member
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def10_sriov.c71 unsigned int vport_type, in efx_ef10_vport_alloc() argument
83 MCDI_SET_DWORD(inbuf, VPORT_ALLOC_IN_TYPE, vport_type); in efx_ef10_vport_alloc()
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_fc.c1670 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()
/openbmc/linux/Documentation/scsi/
H A Dscsi_fc_transport.rst177 vport_type: Read_Only
/openbmc/linux/drivers/scsi/bfa/
H A Dbfad.c1024 vid.vport_type = FC_PORTTYPE_NPIV; in bfad_start_ops()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c1675 vport_id.vport_type = FC_PORTTYPE_NPIV; in tcm_qla2xxx_lport_register_npiv_cb()
H A Dqla_sup.c1184 vid.vport_type = FC_PORTTYPE_NPIV; in qla2xxx_flash_npiv_conf()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_lio.c823 vport_id.vport_type = FC_PORTTYPE_NPIV; in efct_lio_npiv_make_nport()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2137 vpid.vport_type = FC_PORTTYPE_NPIV; in bnx2fc_npiv_create_vports()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c4163 vport_id.vport_type = FC_PORTTYPE_NPIV; in lpfc_create_static_vport()