Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h686 enum rte_eth_tunnel_type l2_tunnel_type; member
H A Dixgbe_ethdev.c7710 key.l2_tn_type = l2_tunnel->l2_tunnel_type; in ixgbe_dev_l2_tunnel_filter_add()
7738 switch (l2_tunnel->l2_tunnel_type) { in ixgbe_dev_l2_tunnel_filter_add()
7764 key.l2_tn_type = l2_tunnel->l2_tunnel_type; in ixgbe_dev_l2_tunnel_filter_del()
7770 switch (l2_tunnel->l2_tunnel_type) { in ixgbe_dev_l2_tunnel_filter_del()
8182 l2_tn_conf.l2_tunnel_type = node->key.l2_tn_type; in ixgbe_l2_tn_filter_restore()
8290 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_L2_TUNNEL_TYPE_E_TAG; in cons_parse_l2_tn_filter()