| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_fdir.h | 171 __be16 vlan_type; /* VLAN ethertype */ member
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev.c | 410 hns3_vlan_tpid_configure(struct hns3_adapter *hns, enum rte_vlan_type vlan_type, in hns3_vlan_tpid_configure() argument 419 if ((vlan_type != ETH_VLAN_TYPE_INNER && in hns3_vlan_tpid_configure() 420 vlan_type != ETH_VLAN_TYPE_OUTER)) { in hns3_vlan_tpid_configure() 421 hns3_err(hw, "Unsupported vlan type, vlan_type =%d", vlan_type); in hns3_vlan_tpid_configure() 426 hns3_err(hw, "Unsupported vlan tpid, vlan_type =%d", vlan_type); in hns3_vlan_tpid_configure() 433 if (vlan_type == ETH_VLAN_TYPE_OUTER) { in hns3_vlan_tpid_configure() 436 } else if (vlan_type == ETH_VLAN_TYPE_INNER) { in hns3_vlan_tpid_configure() 464 hns3_vlan_tpid_set(struct rte_eth_dev *dev, enum rte_vlan_type vlan_type, in hns3_vlan_tpid_set() argument 472 ret = hns3_vlan_tpid_configure(hns, vlan_type, tpid); in hns3_vlan_tpid_set() 570 hns3_set_vlan_filter_ctrl(struct hns3_hw *hw, uint8_t vlan_type, in hns3_set_vlan_filter_ctrl() argument [all …]
|
| H A D | hns3_cmd.h | 498 uint8_t vlan_type; member
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_vlan.c | 784 tpid_cfg->vlan_type = NIX_VLAN_TYPE_OUTER; in otx2_nix_vlan_tpid_set() 786 tpid_cfg->vlan_type = NIX_VLAN_TYPE_INNER; in otx2_nix_vlan_tpid_set()
|
| /f-stack/dpdk/drivers/net/atlantic/ |
| H A D | atl_ethdev.c | 60 enum rte_vlan_type vlan_type, uint16_t tpid); 1747 atl_vlan_tpid_set(struct rte_eth_dev *dev, enum rte_vlan_type vlan_type, in atl_vlan_tpid_set() argument 1755 switch (vlan_type) { in atl_vlan_tpid_set()
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 247 enum rte_vlan_type vlan_type, uint16_t tpid); 2583 enum rte_vlan_type vlan_type, in eth_igc_vlan_tpid_set() argument 2590 if (vlan_type == ETH_VLAN_TYPE_OUTER) { in eth_igc_vlan_tpid_set()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 2499 bnxt_vlan_tpid_set_op(struct rte_eth_dev *dev, enum rte_vlan_type vlan_type, in bnxt_vlan_tpid_set_op() argument 2506 if (vlan_type != ETH_VLAN_TYPE_INNER && in bnxt_vlan_tpid_set_op() 2507 vlan_type != ETH_VLAN_TYPE_OUTER) { in bnxt_vlan_tpid_set_op() 2519 if (vlan_type == ETH_VLAN_TYPE_OUTER) { in bnxt_vlan_tpid_set_op() 2547 } else if (vlan_type == ETH_VLAN_TYPE_INNER) { in bnxt_vlan_tpid_set_op()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.h | 881 void vlan_tpid_set(portid_t port_id, enum rte_vlan_type vlan_type,
|
| H A D | cmdline.c | 4041 cmdline_fixed_string_t vlan_type; member 4145 cmdline_fixed_string_t vlan_type; member 4157 enum rte_vlan_type vlan_type; in cmd_vlan_tpid_parsed() local 4159 if (!strcmp(res->vlan_type, "inner")) in cmd_vlan_tpid_parsed() 4160 vlan_type = ETH_VLAN_TYPE_INNER; in cmd_vlan_tpid_parsed() 4161 else if (!strcmp(res->vlan_type, "outer")) in cmd_vlan_tpid_parsed() 4162 vlan_type = ETH_VLAN_TYPE_OUTER; in cmd_vlan_tpid_parsed() 4167 vlan_tpid_set(res->port_id, vlan_type, res->tp_id); in cmd_vlan_tpid_parsed() 4178 vlan_type, "inner#outer");
|
| H A D | config.c | 4435 vlan_tpid_set(portid_t port_id, enum rte_vlan_type vlan_type, uint16_t tp_id) in vlan_tpid_set() argument 4442 diag = rte_eth_dev_set_vlan_ether_type(port_id, vlan_type, tp_id); in vlan_tpid_set() 4448 port_id, vlan_type, tp_id, diag); in vlan_tpid_set()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 252 enum rte_vlan_type vlan_type, 3899 enum rte_vlan_type vlan_type, in i40e_vlan_tpid_set_by_registers() argument 3909 if (vlan_type == ETH_VLAN_TYPE_OUTER) in i40e_vlan_tpid_set_by_registers() 3950 enum rte_vlan_type vlan_type, in i40e_vlan_tpid_set() argument 3959 if ((vlan_type != ETH_VLAN_TYPE_INNER && in i40e_vlan_tpid_set() 3960 vlan_type != ETH_VLAN_TYPE_OUTER) || in i40e_vlan_tpid_set() 3961 (!qinq && vlan_type == ETH_VLAN_TYPE_INNER)) { in i40e_vlan_tpid_set() 3975 if (vlan_type == ETH_VLAN_TYPE_OUTER) in i40e_vlan_tpid_set() 3977 else if (vlan_type == ETH_VLAN_TYPE_INNER) in i40e_vlan_tpid_set() 3980 if (vlan_type == ETH_VLAN_TYPE_OUTER) in i40e_vlan_tpid_set() [all …]
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev.h | 3211 enum rte_vlan_type vlan_type,
|
| H A D | rte_ethdev.c | 3532 enum rte_vlan_type vlan_type, in rte_eth_dev_set_vlan_ether_type() argument 3541 return eth_err(port_id, (*dev->dev_ops->vlan_tpid_set)(dev, vlan_type, in rte_eth_dev_set_vlan_ether_type()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 814 enum rte_vlan_type vlan_type, in txgbe_vlan_tpid_set() argument 825 switch (vlan_type) { in txgbe_vlan_tpid_set() 868 PMD_DRV_LOG(ERR, "Unsupported VLAN type %d", vlan_type); in txgbe_vlan_tpid_set()
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | igb_ethdev.c | 131 enum rte_vlan_type vlan_type, 2590 enum rte_vlan_type vlan_type, in eth_igb_vlan_tpid_set() argument 2601 if (qinq && vlan_type == ETH_VLAN_TYPE_OUTER) { in eth_igb_vlan_tpid_set()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_16_04.rst | 468 * A parameter ``vlan_type`` has been added to the function
|
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | otx2_mbox.h | 1064 uint8_t __otx2_io vlan_type; member
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 195 enum rte_vlan_type vlan_type, 1848 enum rte_vlan_type vlan_type, in ixgbe_vlan_tpid_set() argument 1860 switch (vlan_type) { in ixgbe_vlan_tpid_set() 1894 PMD_DRV_LOG(ERR, "Unsupported VLAN type %d", vlan_type); in ixgbe_vlan_tpid_set()
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_ethdev.c | 166 enum rte_vlan_type vlan_type __rte_unused, in dpaa2_vlan_tpid_set()
|