Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c8179 struct ixgbe_l2_tunnel_conf l2_tn_conf; in ixgbe_l2_tn_filter_restore() local
8182 l2_tn_conf.l2_tunnel_type = node->key.l2_tn_type; in ixgbe_l2_tn_filter_restore()
8183 l2_tn_conf.tunnel_id = node->key.tn_id; in ixgbe_l2_tn_filter_restore()
8184 l2_tn_conf.pool = node->pool; in ixgbe_l2_tn_filter_restore()
8185 (void)ixgbe_dev_l2_tunnel_filter_add(dev, &l2_tn_conf, TRUE); in ixgbe_l2_tn_filter_restore()
8286 struct ixgbe_l2_tunnel_conf l2_tn_conf; in ixgbe_clear_all_l2_tn_filter() local
8290 l2_tn_conf.l2_tunnel_type = l2_tn_filter->key.l2_tn_type; in ixgbe_clear_all_l2_tn_filter()
8291 l2_tn_conf.tunnel_id = l2_tn_filter->key.tn_id; in ixgbe_clear_all_l2_tn_filter()
8292 l2_tn_conf.pool = l2_tn_filter->pool; in ixgbe_clear_all_l2_tn_filter()
8293 ret = ixgbe_dev_l2_tunnel_filter_del(dev, &l2_tn_conf); in ixgbe_clear_all_l2_tn_filter()