Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c5138 struct txgbe_l2_tunnel_conf l2_tn_conf; in txgbe_l2_tn_filter_restore() local
5141 l2_tn_conf.l2_tunnel_type = node->key.l2_tn_type; in txgbe_l2_tn_filter_restore()
5142 l2_tn_conf.tunnel_id = node->key.tn_id; in txgbe_l2_tn_filter_restore()
5143 l2_tn_conf.pool = node->pool; in txgbe_l2_tn_filter_restore()
5144 (void)txgbe_dev_l2_tunnel_filter_add(dev, &l2_tn_conf, TRUE); in txgbe_l2_tn_filter_restore()
5239 struct txgbe_l2_tunnel_conf l2_tn_conf; in txgbe_clear_all_l2_tn_filter() local
5243 l2_tn_conf.l2_tunnel_type = l2_tn_filter->key.l2_tn_type; in txgbe_clear_all_l2_tn_filter()
5244 l2_tn_conf.tunnel_id = l2_tn_filter->key.tn_id; in txgbe_clear_all_l2_tn_filter()
5245 l2_tn_conf.pool = l2_tn_filter->pool; in txgbe_clear_all_l2_tn_filter()
5246 ret = txgbe_dev_l2_tunnel_filter_del(dev, &l2_tn_conf); in txgbe_clear_all_l2_tn_filter()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c7985 struct ixgbe_l2_tunnel_conf l2_tn_conf; in ixgbe_l2_tn_filter_restore() local
7988 l2_tn_conf.l2_tunnel_type = node->key.l2_tn_type; in ixgbe_l2_tn_filter_restore()
7989 l2_tn_conf.tunnel_id = node->key.tn_id; in ixgbe_l2_tn_filter_restore()
7990 l2_tn_conf.pool = node->pool; in ixgbe_l2_tn_filter_restore()
7991 (void)ixgbe_dev_l2_tunnel_filter_add(dev, &l2_tn_conf, TRUE); in ixgbe_l2_tn_filter_restore()
8092 struct ixgbe_l2_tunnel_conf l2_tn_conf; in ixgbe_clear_all_l2_tn_filter() local
8096 l2_tn_conf.l2_tunnel_type = l2_tn_filter->key.l2_tn_type; in ixgbe_clear_all_l2_tn_filter()
8097 l2_tn_conf.tunnel_id = l2_tn_filter->key.tn_id; in ixgbe_clear_all_l2_tn_filter()
8098 l2_tn_conf.pool = l2_tn_filter->pool; in ixgbe_clear_all_l2_tn_filter()
8099 ret = ixgbe_dev_l2_tunnel_filter_del(dev, &l2_tn_conf); in ixgbe_clear_all_l2_tn_filter()