Home
last modified time | relevance | path

Searched refs:l2_tunnel_type (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.h522 enum rte_eth_tunnel_type l2_tunnel_type; member
H A Dtxgbe_ethdev.c4878 key.l2_tn_type = l2_tunnel->l2_tunnel_type; in txgbe_dev_l2_tunnel_filter_add()
4906 switch (l2_tunnel->l2_tunnel_type) { in txgbe_dev_l2_tunnel_filter_add()
4931 key.l2_tn_type = l2_tunnel->l2_tunnel_type; in txgbe_dev_l2_tunnel_filter_del()
4937 switch (l2_tunnel->l2_tunnel_type) { in txgbe_dev_l2_tunnel_filter_del()
5141 l2_tn_conf.l2_tunnel_type = node->key.l2_tn_type; in txgbe_l2_tn_filter_restore()
5243 l2_tn_conf.l2_tunnel_type = l2_tn_filter->key.l2_tn_type; in txgbe_clear_all_l2_tn_filter()
H A Dtxgbe_flow.c1218 filter->l2_tunnel_type = RTE_ETH_L2_TUNNEL_TYPE_E_TAG; in cons_parse_l2_tn_filter()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h677 enum rte_eth_tunnel_type l2_tunnel_type; member
H A Dixgbe_ethdev.c7516 key.l2_tn_type = l2_tunnel->l2_tunnel_type; in ixgbe_dev_l2_tunnel_filter_add()
7544 switch (l2_tunnel->l2_tunnel_type) { in ixgbe_dev_l2_tunnel_filter_add()
7570 key.l2_tn_type = l2_tunnel->l2_tunnel_type; in ixgbe_dev_l2_tunnel_filter_del()
7576 switch (l2_tunnel->l2_tunnel_type) { in ixgbe_dev_l2_tunnel_filter_del()
7988 l2_tn_conf.l2_tunnel_type = node->key.l2_tn_type; in ixgbe_l2_tn_filter_restore()
8096 l2_tn_conf.l2_tunnel_type = l2_tn_filter->key.l2_tn_type; in ixgbe_clear_all_l2_tn_filter()
H A Dixgbe_flow.c1262 filter->l2_tunnel_type = RTE_ETH_L2_TUNNEL_TYPE_E_TAG; in cons_parse_l2_tn_filter()