Home
last modified time | relevance | path

Searched refs:l2_tunnel (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c4755 l2_tunnel->tunnel_id)) { in txgbe_e_tag_filter_del()
4778 txgbe_e_tag_filter_del(dev, l2_tunnel); in txgbe_e_tag_filter_add()
4788 txgbe_set_vmdq(hw, i, l2_tunnel->pool); in txgbe_e_tag_filter_add()
4790 rar_low = l2_tunnel->tunnel_id; in txgbe_e_tag_filter_add()
4878 key.l2_tn_type = l2_tunnel->l2_tunnel_type; in txgbe_dev_l2_tunnel_filter_add()
4879 key.tn_id = l2_tunnel->tunnel_id; in txgbe_dev_l2_tunnel_filter_add()
4898 node->pool = l2_tunnel->pool; 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()
4932 key.tn_id = l2_tunnel->tunnel_id; in txgbe_dev_l2_tunnel_filter_del()
[all …]
H A Dtxgbe_ethdev.h531 struct txgbe_l2_tunnel_conf *l2_tunnel,
535 struct txgbe_l2_tunnel_conf *l2_tunnel);
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h686 struct ixgbe_l2_tunnel_conf *l2_tunnel,
690 struct ixgbe_l2_tunnel_conf *l2_tunnel);
H A Dixgbe_ethdev.c7387 l2_tunnel->tunnel_id)) { in ixgbe_e_tag_filter_del()
7416 ixgbe_e_tag_filter_del(dev, l2_tunnel); in ixgbe_e_tag_filter_add()
7425 ixgbe_set_vmdq(hw, i, l2_tunnel->pool); in ixgbe_e_tag_filter_add()
7427 rar_low = l2_tunnel->tunnel_id; in ixgbe_e_tag_filter_add()
7516 key.l2_tn_type = l2_tunnel->l2_tunnel_type; in ixgbe_dev_l2_tunnel_filter_add()
7517 key.tn_id = l2_tunnel->tunnel_id; in ixgbe_dev_l2_tunnel_filter_add()
7536 node->pool = l2_tunnel->pool; 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()
7571 key.tn_id = l2_tunnel->tunnel_id; in ixgbe_dev_l2_tunnel_filter_del()
[all …]