/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 1640 def type_to_str(vport_type): 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): 1654 if vport_type == "netdev": 1656 elif vport_type [all...] |
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_transport_fc.h | 185 enum fc_port_type vport_type; /* only FC_PORTTYPE_NPIV allowed */ member 230 enum fc_port_type vport_type; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ef10_sriov.c | 71 unsigned int vport_type, in efx_ef10_vport_alloc() 83 MCDI_SET_DWORD(inbuf, VPORT_ALLOC_IN_TYPE, vport_type); in efx_ef10_vport_alloc() 69 efx_ef10_vport_alloc(struct efx_nic *efx, unsigned int port_id_in, unsigned int vport_type, u16 vlan, unsigned int *port_id_out) efx_ef10_vport_alloc() argument
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_transport_fc.h | 186 enum fc_port_type vport_type; /* only FC_PORTTYPE_NPIV allowed */ member 231 enum fc_port_type vport_type; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ef10_sriov.c | 71 unsigned int vport_type, in efx_ef10_vport_alloc() 83 MCDI_SET_DWORD(inbuf, VPORT_ALLOC_IN_TYPE, vport_type); in efx_ef10_vport_alloc() 69 efx_ef10_vport_alloc(struct efx_nic *efx, unsigned int port_id_in, unsigned int vport_type, u16 vlan, unsigned int *port_id_out) efx_ef10_vport_alloc() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_fc.c | 113 /* Reuse fc_port_type enum function for vport_type */ 1261 fc_private_vport_rd_enum_attr(vport_type, FC_PORTTYPE_MAX_NAMELEN); 1872 vid.vport_type = FC_PORTTYPE_NPIV; in store_fc_host_vport_create() 2282 SETUP_PRIVATE_VPORT_ATTRIBUTE_RD(vport_type); in fc_attach_transport() 3363 vport->vport_type = ids->vport_type; in fc_vport_setup()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_fc.c | 119 /* Reuse fc_port_type enum function for vport_type */ 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()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | tcm_qla2xxx.c | 1723 vport_id.vport_type = FC_PORTTYPE_NPIV; in tcm_qla2xxx_lport_register_npiv_cb()
|
H A D | qla_sup.c | 1168 vid.vport_type = FC_PORTTYPE_NPIV; in qla2xxx_flash_npiv_conf()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfad.c | 1032 vid.vport_type = FC_PORTTYPE_NPIV; in bfad_start_ops()
|
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
H A D | efct_lio.c | 823 vport_id.vport_type = FC_PORTTYPE_NPIV; in efct_lio_npiv_make_nport()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | tcm_qla2xxx.c | 1675 vport_id.vport_type = FC_PORTTYPE_NPIV; in tcm_qla2xxx_lport_register_npiv_cb()
|
H A D | qla_sup.c | 1168 vid.vport_type = FC_PORTTYPE_NPIV; in qla2xxx_flash_npiv_conf()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfad.c | 1024 vid.vport_type = FC_PORTTYPE_NPIV; in bfad_start_ops()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 2145 vpid.vport_type = FC_PORTTYPE_NPIV; in bnx2fc_npiv_create_vports()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 2137 vpid.vport_type = FC_PORTTYPE_NPIV; in bnx2fc_npiv_create_vports()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_hbadisc.c | 3878 vport_id.vport_type = FC_PORTTYPE_NPIV; in lpfc_create_static_vport()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_hbadisc.c | 4163 vport_id.vport_type = FC_PORTTYPE_NPIV; in lpfc_create_static_vport()
|