Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py2053 def type_to_str(vport_type): argument
2054 if vport_type == OvsVport.OVS_VPORT_TYPE_NETDEV:
2058 elif vport_type == OvsVport.OVS_VPORT_TYPE_GRE:
2060 elif vport_type == OvsVport.OVS_VPORT_TYPE_VXLAN:
2062 elif vport_type == OvsVport.OVS_VPORT_TYPE_GENEVE:
2066 def str_to_type(vport_type): argument
2067 if vport_type == "netdev":
2069 elif vport_type == "internal":
2071 elif vport_type == "gre":
2073 elif vport_type == "vxlan":
[all …]
/linux-6.15/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
/linux-6.15/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()
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf.h321 u16 vport_type; member
H A Dvirtchnl2.h600 __le16 vport_type; member
H A Didpf_virtchnl.c1262 vport_msg->vport_type = cpu_to_le16(VIRTCHNL2_VPORT_TYPE_DEFAULT); in idpf_send_create_vport_msg()
3173 vport->vport_type = le16_to_cpu(vport_msg->vport_type); in idpf_vport_init()
/linux-6.15/drivers/scsi/
H A Dscsi_transport_fc.c1665 fc_private_vport_rd_enum_attr(vport_type, FC_PORTTYPE_MAX_NAMELEN);
2334 vid.vport_type = FC_PORTTYPE_NPIV; in store_fc_host_vport_create()
2745 SETUP_PRIVATE_VPORT_ATTRIBUTE_RD(vport_type); in fc_attach_transport()
3851 vport->vport_type = ids->vport_type; in fc_vport_setup()
/linux-6.15/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()
/linux-6.15/Documentation/scsi/
H A Dscsi_fc_transport.rst177 vport_type: Read_Only
/linux-6.15/drivers/scsi/elx/efct/
H A Defct_lio.c823 vport_id.vport_type = FC_PORTTYPE_NPIV; in efct_lio_npiv_make_nport()
/linux-6.15/drivers/scsi/bfa/
H A Dbfad.c1004 vid.vport_type = FC_PORTTYPE_NPIV; in bfad_start_ops()
/linux-6.15/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2137 vpid.vport_type = FC_PORTTYPE_NPIV; in bnx2fc_npiv_create_vports()
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c4141 vport_id.vport_type = FC_PORTTYPE_NPIV; in lpfc_create_static_vport()