| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | ti,cpsw-switch.yaml | 107 ti,dual-emac-pvid: 203 ti,dual-emac-pvid = <1>; 213 ti,dual-emac-pvid = <2>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | am571x-idk.dts | 220 ti,dual-emac-pvid = <1>; 226 ti,dual-emac-pvid = <2>;
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev.c | 346 hw->port_base_vlan_cfg.pvid, 1); in hns3_restore_vlan_table() 731 uint16_t pvid) in hns3_vlan_txvlan_cfg() argument 745 txvlan_cfg.default_tag1 = pvid; in hns3_vlan_txvlan_cfg() 813 hw->port_base_vlan_cfg.pvid, 0); in hns3_remove_all_vlan_table() 831 old_pvid = hw->port_base_vlan_cfg.pvid; in hns3_update_vlan_filter_entries() 899 if (on == 0 && pvid != hw->port_base_vlan_cfg.pvid) { in hns3_vlan_pvid_configure() 903 hw->port_base_vlan_cfg.pvid, pvid); in hns3_vlan_pvid_configure() 923 if (pvid == HNS3_INVALID_PVID) in hns3_vlan_pvid_configure() 934 hw->port_base_vlan_cfg.pvid = on ? pvid : HNS3_INVALID_PVID; in hns3_vlan_pvid_configure() 947 if (pvid > RTE_ETHER_MAX_VLAN_ID) { in hns3_vlan_pvid_set() [all …]
|
| H A D | hns3_ethdev.h | 192 uint16_t pvid; member
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_vlan.c | 816 if (on && vlan->pvid_insert_on && vlan->pvid == vlan_id) { in otx2_nix_vlan_pvid_set() 821 if (on && vlan->pvid_insert_on && vlan->pvid != vlan_id) { in otx2_nix_vlan_pvid_set() 831 if (!on && vlan->pvid != vlan_id) in otx2_nix_vlan_pvid_set() 862 vlan->pvid = 0; in otx2_nix_vlan_pvid_set() 883 vlan->pvid = vlan_id; in otx2_nix_vlan_pvid_set()
|
| H A D | otx2_ethdev.h | 250 uint16_t pvid; member
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_iov_api.h | 434 u16 pvid, int vfid);
|
| H A D | ecore_vfpf_if.h | 658 u16 pvid; member
|
| H A D | ecore_sriov.c | 2086 filter.vlan = p_vf->bulletin.p_virt->pvid; in ecore_iov_configure_vport_forced() 4656 u16 pvid, int vfid) in ecore_iov_bulletin_set_forced_vlan() argument 4676 vf_info->bulletin.p_virt->pvid = pvid; in ecore_iov_bulletin_set_forced_vlan() 4677 if (pvid) in ecore_iov_bulletin_set_forced_vlan() 4883 return p_vf->bulletin.p_virt->pvid; in ecore_iov_bulletin_get_forced_vlan()
|
| H A D | ecore_vf.c | 1951 *dst_pvid = bulletin->pvid; in ecore_vf_bulletin_get_forced_vlan()
|
| /f-stack/dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_pf.c | 1762 u16 glort, pvid; in fm10k_msg_update_pvid_pf() local 1776 pvid = FM10K_MSG_HDR_FIELD_GET(pvid_update, UPDATE_PVID_PVID); in fm10k_msg_update_pvid_pf() 1783 if (pvid >= FM10K_VLAN_TABLE_VID_MAX) in fm10k_msg_update_pvid_pf() 1787 hw->mac.default_vid = pvid; in fm10k_msg_update_pvid_pf()
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_adminq_cmd.h | 362 __le16 pvid; /* VLANS include priority bits */ member
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.h | 486 uint16_t pvid; /* Valid in case 'on' is set to set pvid */ member
|
| H A D | ice_ethdev.c | 122 uint16_t pvid, int on); 4583 vsi->info.pvid = info->config.pvid; in ice_vsi_vlan_pvid_set() 4591 vsi->info.pvid = 0; in ice_vsi_vlan_pvid_set() 4623 ice_vlan_pvid_set(struct rte_eth_dev *dev, uint16_t pvid, int on) in ice_vlan_pvid_set() argument 4634 info.config.pvid = pvid; in ice_vlan_pvid_set()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev.h | 961 uint16_t pvid; member 3262 int rte_eth_dev_set_vlan_pvid(uint16_t port_id, uint16_t pvid, int on);
|
| H A D | rte_ethdev.c | 3663 rte_eth_dev_set_vlan_pvid(uint16_t port_id, uint16_t pvid, int on) in rte_eth_dev_set_vlan_pvid() argument 3671 return eth_err(port_id, (*dev->dev_ops->vlan_pvid_set)(dev, pvid, on)); in rte_eth_dev_set_vlan_pvid()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.h | 1193 uint16_t pvid; /* Valid in case 'on' is set to set pvid */ member
|
| H A D | i40e_ethdev.c | 258 static int i40e_vlan_pvid_set(struct rte_eth_dev *dev, uint16_t pvid, int on); 4087 i40e_vlan_pvid_set(struct rte_eth_dev *dev, uint16_t pvid, int on) in i40e_vlan_pvid_set() argument 4097 info.config.pvid = pvid; in i40e_vlan_pvid_set() 5199 vsi->info.pvid = info->config.pvid; in i40e_vsi_vlan_pvid_set() 5207 vsi->info.pvid = 0; in i40e_vsi_vlan_pvid_set() 6150 ret = i40e_vlan_pvid_set(dev, data->dev_conf.txmode.pvid, in i40e_dev_init_vlan()
|
| H A D | rte_pmd_i40e.c | 701 vsi->info.pvid = vlan_id; in rte_pmd_i40e_set_vf_vlan_insert()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_adminq_cmd.h | 906 __le16 pvid; /* VLANS include priority bits */ member
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_adminq_cmd.h | 431 __le16 pvid; /* VLANS include priority bits */ member
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 2838 bnxt_vlan_pvid_set_op(struct rte_eth_dev *dev, uint16_t pvid, int on) in bnxt_vlan_pvid_set_op() argument 2853 bp->vlan = on ? pvid : 0; in bnxt_vlan_pvid_set_op()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_hsi.h | 2905 uint16_t pvid; member
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1105 tx_vlan set pvid 1110 testpmd> tx_vlan set pvid (port_id) (vlan_id) (on|off)
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 4375 cmdline_fixed_string_t pvid; member 4402 pvid, "pvid");
|