Lines Matching refs:l2_tunnel
4739 struct txgbe_l2_tunnel_conf *l2_tunnel) in txgbe_e_tag_filter_del() argument
4755 l2_tunnel->tunnel_id)) { in txgbe_e_tag_filter_del()
4770 struct txgbe_l2_tunnel_conf *l2_tunnel) in txgbe_e_tag_filter_add() argument
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()
4869 struct txgbe_l2_tunnel_conf *l2_tunnel, in txgbe_dev_l2_tunnel_filter_add() argument
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()
4908 ret = txgbe_e_tag_filter_add(dev, l2_tunnel); in txgbe_dev_l2_tunnel_filter_add()
4925 struct txgbe_l2_tunnel_conf *l2_tunnel) in txgbe_dev_l2_tunnel_filter_del() argument
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()
4937 switch (l2_tunnel->l2_tunnel_type) { in txgbe_dev_l2_tunnel_filter_del()
4939 ret = txgbe_e_tag_filter_del(dev, l2_tunnel); in txgbe_dev_l2_tunnel_filter_del()