| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_vlan.c | 200 tpid_cfg->vlan_type = NIX_VLAN_TYPE_OUTER; in roc_nix_vlan_tpid_set() 202 tpid_cfg->vlan_type = NIX_VLAN_TYPE_INNER; in roc_nix_vlan_tpid_set()
|
| H A D | roc_mbox.h | 1131 uint8_t __io vlan_type; member
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf_vf_representor.c | 340 enum rte_vlan_type vlan_type, uint16_t tpid) in ice_dcf_vf_repr_vlan_tpid_set() argument 348 if (vlan_type != RTE_ETH_VLAN_TYPE_OUTER) { in ice_dcf_vf_repr_vlan_tpid_set()
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_fdir.h | 230 __be16 vlan_type; /* VLAN ethertype */ member
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev_dump.c | 462 req->vlan_type = vlan_filter_type[i]; in get_vlan_filter_cfg() 475 req->vlan_type == HNS3_FILTER_TYPE_PORT ? in get_vlan_filter_cfg()
|
| H A D | hns3_ethdev.c | 480 hns3_vlan_tpid_configure(struct hns3_adapter *hns, enum rte_vlan_type vlan_type, in hns3_vlan_tpid_configure() argument 489 if ((vlan_type != RTE_ETH_VLAN_TYPE_INNER && in hns3_vlan_tpid_configure() 490 vlan_type != RTE_ETH_VLAN_TYPE_OUTER)) { in hns3_vlan_tpid_configure() 491 hns3_err(hw, "Unsupported vlan type, vlan_type =%d", vlan_type); in hns3_vlan_tpid_configure() 496 hns3_err(hw, "Unsupported vlan tpid, vlan_type =%d", vlan_type); in hns3_vlan_tpid_configure() 503 if (vlan_type == RTE_ETH_VLAN_TYPE_OUTER) { in hns3_vlan_tpid_configure() 506 } else if (vlan_type == RTE_ETH_VLAN_TYPE_INNER) { in hns3_vlan_tpid_configure() 534 hns3_vlan_tpid_set(struct rte_eth_dev *dev, enum rte_vlan_type vlan_type, in hns3_vlan_tpid_set() argument 542 ret = hns3_vlan_tpid_configure(hns, vlan_type, tpid); in hns3_vlan_tpid_set() 626 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 | 544 uint8_t vlan_type; member
|
| /dpdk/drivers/net/atlantic/ |
| H A D | atl_ethdev.c | 60 enum rte_vlan_type vlan_type, uint16_t tpid); 1740 atl_vlan_tpid_set(struct rte_eth_dev *dev, enum rte_vlan_type vlan_type, in atl_vlan_tpid_set() argument 1748 switch (vlan_type) { in atl_vlan_tpid_set()
|
| /dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 240 enum rte_vlan_type vlan_type, uint16_t tpid); 2549 enum rte_vlan_type vlan_type, in eth_igc_vlan_tpid_set() argument 2556 if (vlan_type == RTE_ETH_VLAN_TYPE_OUTER) { in eth_igc_vlan_tpid_set()
|
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_ethdev.c | 118 enum rte_vlan_type vlan_type, uint16_t tpid); 1826 enum rte_vlan_type vlan_type, in axgbe_vlan_tpid_set() argument 1836 switch (vlan_type) { in axgbe_vlan_tpid_set()
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_ethdev.c | 598 enum rte_vlan_type vlan_type, in ngbe_vlan_tpid_set() argument 609 switch (vlan_type) { in ngbe_vlan_tpid_set() 652 PMD_DRV_LOG(ERR, "Unsupported VLAN type %d", vlan_type); in ngbe_vlan_tpid_set()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 272 enum rte_vlan_type vlan_type, 3854 enum rte_vlan_type vlan_type, in i40e_vlan_tpid_set_by_registers() argument 3864 if (vlan_type == RTE_ETH_VLAN_TYPE_OUTER) in i40e_vlan_tpid_set_by_registers() 3905 enum rte_vlan_type vlan_type, in i40e_vlan_tpid_set() argument 3914 if ((vlan_type != RTE_ETH_VLAN_TYPE_INNER && in i40e_vlan_tpid_set() 3915 vlan_type != RTE_ETH_VLAN_TYPE_OUTER) || in i40e_vlan_tpid_set() 3916 (!qinq && vlan_type == RTE_ETH_VLAN_TYPE_INNER)) { in i40e_vlan_tpid_set() 3930 if (vlan_type == RTE_ETH_VLAN_TYPE_OUTER) in i40e_vlan_tpid_set() 3932 else if (vlan_type == RTE_ETH_VLAN_TYPE_INNER) in i40e_vlan_tpid_set() 3935 if (vlan_type == RTE_ETH_VLAN_TYPE_OUTER) in i40e_vlan_tpid_set() [all …]
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 2752 bnxt_vlan_tpid_set_op(struct rte_eth_dev *dev, enum rte_vlan_type vlan_type, in bnxt_vlan_tpid_set_op() argument 2759 if (vlan_type != RTE_ETH_VLAN_TYPE_INNER && in bnxt_vlan_tpid_set_op() 2760 vlan_type != RTE_ETH_VLAN_TYPE_OUTER) { in bnxt_vlan_tpid_set_op() 2772 if (vlan_type == RTE_ETH_VLAN_TYPE_OUTER) { in bnxt_vlan_tpid_set_op() 2800 } else if (vlan_type == RTE_ETH_VLAN_TYPE_INNER) { in bnxt_vlan_tpid_set_op()
|
| /dpdk/app/test-pmd/ |
| H A D | testpmd.h | 1006 void vlan_tpid_set(portid_t port_id, enum rte_vlan_type vlan_type,
|
| H A D | cmdline.c | 4171 cmdline_fixed_string_t vlan_type; member 4275 cmdline_fixed_string_t vlan_type; member 4287 enum rte_vlan_type vlan_type; in cmd_vlan_tpid_parsed() local 4289 if (!strcmp(res->vlan_type, "inner")) in cmd_vlan_tpid_parsed() 4290 vlan_type = RTE_ETH_VLAN_TYPE_INNER; in cmd_vlan_tpid_parsed() 4291 else if (!strcmp(res->vlan_type, "outer")) in cmd_vlan_tpid_parsed() 4292 vlan_type = RTE_ETH_VLAN_TYPE_OUTER; in cmd_vlan_tpid_parsed() 4297 vlan_tpid_set(res->port_id, vlan_type, res->tp_id); in cmd_vlan_tpid_parsed() 4308 vlan_type, "inner#outer");
|
| H A D | config.c | 5427 vlan_tpid_set(portid_t port_id, enum rte_vlan_type vlan_type, uint16_t tp_id) in vlan_tpid_set() argument 5434 diag = rte_eth_dev_set_vlan_ether_type(port_id, vlan_type, tp_id); in vlan_tpid_set() 5440 port_id, vlan_type, tp_id, diag); in vlan_tpid_set()
|
| /dpdk/drivers/net/e1000/ |
| H A D | igb_ethdev.c | 131 enum rte_vlan_type vlan_type, 2575 enum rte_vlan_type vlan_type, in eth_igb_vlan_tpid_set() argument 2586 if (qinq && vlan_type == RTE_ETH_VLAN_TYPE_OUTER) { in eth_igb_vlan_tpid_set()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 1020 enum rte_vlan_type vlan_type, in txgbe_vlan_tpid_set() argument 1031 switch (vlan_type) { in txgbe_vlan_tpid_set() 1074 PMD_DRV_LOG(ERR, "Unsupported VLAN type %d", vlan_type); in txgbe_vlan_tpid_set()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_16_04.rst | 467 * A parameter ``vlan_type`` has been added to the function
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 195 enum rte_vlan_type vlan_type, 1871 enum rte_vlan_type vlan_type, in ixgbe_vlan_tpid_set() argument 1883 switch (vlan_type) { in ixgbe_vlan_tpid_set() 1917 PMD_DRV_LOG(ERR, "Unsupported VLAN type %d", vlan_type); in ixgbe_vlan_tpid_set()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.h | 3618 enum rte_vlan_type vlan_type,
|
| H A D | rte_ethdev.c | 3465 enum rte_vlan_type vlan_type, in rte_eth_dev_set_vlan_ether_type() argument 3474 return eth_err(port_id, (*dev->dev_ops->vlan_tpid_set)(dev, vlan_type, in rte_eth_dev_set_vlan_ether_type()
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_ethdev.c | 172 enum rte_vlan_type vlan_type __rte_unused, in dpaa2_vlan_tpid_set()
|