Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_flow_tunnel.c45 struct sfc_flow_tunnel *ft = &sa->flow_tunnels[ft_id]; in sfc_flow_tunnel_pick()
176 ft = &sa->flow_tunnels[ft_id]; in sfc_flow_tunnel_attach()
197 ft = &sa->flow_tunnels[ft_id]; in sfc_flow_tunnel_attach()
433 ft = &sa->flow_tunnels[ft_id]; in sfc_flow_tunnel_get_restore_info()
474 for (i = 0; i < RTE_DIM(sa->flow_tunnels); ++i) { in sfc_flow_tunnel_reset_hit_counters()
475 struct sfc_flow_tunnel *ft = &sa->flow_tunnels[i]; in sfc_flow_tunnel_reset_hit_counters()
H A Dsfc.h244 struct sfc_flow_tunnel flow_tunnels[SFC_FT_MAX_NTUNNELS]; member