| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf_vf_representor.c | 290 uint16_t pvid, int on) in ice_dcf_vf_repr_vlan_pvid_set() argument 305 if (pvid > RTE_ETHER_MAX_VLAN_ID) in ice_dcf_vf_repr_vlan_pvid_set() 323 vlan_offload.vlan_id = pvid; in ice_dcf_vf_repr_vlan_pvid_set() 329 repr->outer_vlan_info.vid = pvid; in ice_dcf_vf_repr_vlan_pvid_set()
|
| H A D | ice_ethdev.h | 577 uint16_t pvid; /* Valid in case 'on' is set to set pvid */ member
|
| H A D | ice_ethdev.c | 138 uint16_t pvid, int on); 4860 vsi->info.port_based_inner_vlan = info->config.pvid; in ice_vsi_vlan_pvid_set() 4900 ice_vlan_pvid_set(struct rte_eth_dev *dev, uint16_t pvid, int on) in ice_vlan_pvid_set() argument 4911 info.config.pvid = pvid; in ice_vlan_pvid_set()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev.c | 416 hw->port_base_vlan_cfg.pvid, 1); in hns3_restore_vlan_table() 787 uint16_t pvid) in hns3_vlan_txvlan_cfg() argument 801 txvlan_cfg.default_tag1 = pvid; in hns3_vlan_txvlan_cfg() 871 hw->port_base_vlan_cfg.pvid, 0); in hns3_remove_all_vlan_table() 959 if (on == 0 && pvid != hw->port_base_vlan_cfg.pvid) { in hns3_vlan_pvid_configure() 963 hw->port_base_vlan_cfg.pvid, pvid); in hns3_vlan_pvid_configure() 983 if (pvid == HNS3_INVALID_PVID) in hns3_vlan_pvid_configure() 994 hw->port_base_vlan_cfg.pvid = on ? pvid : HNS3_INVALID_PVID; in hns3_vlan_pvid_configure() 1005 hw->port_base_vlan_cfg.pvid); in hns3_vlan_pvid_configure() 1021 if (pvid > RTE_ETHER_MAX_VLAN_ID) { in hns3_vlan_pvid_set() [all …]
|
| H A D | hns3_ethdev.h | 231 uint16_t pvid; member
|
| /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 | 1948 *dst_pvid = bulletin->pvid; in ecore_vf_bulletin_get_forced_vlan()
|
| /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()
|
| /dpdk/drivers/common/iavf/ |
| H A D | iavf_adminq_cmd.h | 362 __le16 pvid; /* VLANS include priority bits */ member
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.h | 1152 uint16_t pvid; member 3669 int rte_eth_dev_set_vlan_pvid(uint16_t port_id, uint16_t pvid, int on);
|
| H A D | rte_ethdev.c | 3596 rte_eth_dev_set_vlan_pvid(uint16_t port_id, uint16_t pvid, int on) in rte_eth_dev_set_vlan_pvid() argument 3604 return eth_err(port_id, (*dev->dev_ops->vlan_pvid_set)(dev, pvid, on)); in rte_eth_dev_set_vlan_pvid()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.h | 1207 uint16_t pvid; /* Valid in case 'on' is set to set pvid */ member
|
| H A D | i40e_ethdev.c | 278 static int i40e_vlan_pvid_set(struct rte_eth_dev *dev, uint16_t pvid, int on); 4042 i40e_vlan_pvid_set(struct rte_eth_dev *dev, uint16_t pvid, int on) in i40e_vlan_pvid_set() argument 4052 info.config.pvid = pvid; in i40e_vlan_pvid_set() 5159 vsi->info.pvid = info->config.pvid; in i40e_vsi_vlan_pvid_set() 5167 vsi->info.pvid = 0; in i40e_vsi_vlan_pvid_set() 6111 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()
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_adminq_cmd.h | 907 __le16 pvid; /* VLANS include priority bits */ member
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 3093 bnxt_vlan_pvid_set_op(struct rte_eth_dev *dev, uint16_t pvid, int on) in bnxt_vlan_pvid_set_op() argument 3107 bp->vlan = on ? pvid : 0; in bnxt_vlan_pvid_set_op()
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_hsi.h | 2905 uint16_t pvid; member
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1120 tx_vlan set pvid 1125 testpmd> tx_vlan set pvid (port_id) (vlan_id) (on|off)
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 4505 cmdline_fixed_string_t pvid; member 4532 pvid, "pvid");
|