Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py2399 def type_to_str(vport_type): argument
2400 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): argument
2407 if vport_type in ["netdev", "gre", "vxlan", "geneve"]:
2409 elif vport_type == "internal":
2411 raise ValueError("Unknown vport type: '%s'" % vport_type)
/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()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf.h396 u16 vport_type; member
H A Didpf_virtchnl.c1150 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()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c1705 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()
/linux/include/linux/net/intel/
H A Dvirtchnl2.h666 __le16 vport_type; member
/linux/drivers/scsi/bfa/
H A Dbfad.c1005 vid.vport_type = FC_PORTTYPE_NPIV; in bfad_start_ops()