Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_flow_tunnel.c47 ft->id = ft_id; in sfc_flow_tunnel_pick()
161 sfc_ft_id_t ft_id; in sfc_flow_tunnel_attach() local
175 for (ft_id = 0; ft_id < SFC_FT_MAX_NTUNNELS; ++ft_id) { in sfc_flow_tunnel_attach()
176 ft = &sa->flow_tunnels[ft_id]; in sfc_flow_tunnel_attach()
180 ft_id_free = ft_id; in sfc_flow_tunnel_attach()
196 ft_id = ft_id_free; in sfc_flow_tunnel_attach()
197 ft = &sa->flow_tunnels[ft_id]; in sfc_flow_tunnel_attach()
221 ft_status, ft_id); in sfc_flow_tunnel_attach()
421 sfc_ft_id_t ft_id; in sfc_flow_tunnel_get_restore_info() local
433 ft = &sa->flow_tunnels[ft_id]; in sfc_flow_tunnel_get_restore_info()
[all …]
H A Dsfc_dp.c133 static const struct rte_mbuf_dynfield ft_id = { in sfc_dp_ft_id_register() local
152 field_offset = rte_mbuf_dynfield_register(&ft_id); in sfc_dp_ft_id_register()
H A Dsfc_ef100_rx.c456 sfc_ft_id_t ft_id; in sfc_ef100_rx_prefix_to_offloads() local
458 ft_id = SFC_FT_TUNNEL_MARK_TO_ID(tunnel_mark); in sfc_ef100_rx_prefix_to_offloads()
462 sfc_ft_id_t *) = ft_id; in sfc_ef100_rx_prefix_to_offloads()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h646 uint32_t ft_id; /** Flow Table Level */ member
H A Dmlx5_flow_dv.c11379 ctx_resource->ft_id == resource->ft_id && in flow_dv_sample_match_cb()
11409 uint32_t next_ft_id = ctx_resource->ft_id + next_ft_step; in flow_dv_sample_create_cb()
12005 res->ft_id = dev_flow->dv.group; in flow_dv_translate_action_sample()