Searched refs:flow_index (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/mlx5/
H A Dflow_table.h49 u32 *flow_index);
50 int mlx5_del_flow_table_entry(void *flow_table, u32 flow_index);
H A Dmlx5_ifc.h3497 u8 flow_index[0x20]; member in struct:mlx5_ifc_set_fte_in_bits
4557 u8 flow_index[0x20]; member in struct:mlx5_ifc_query_fte_in_bits
6296 u8 flow_index[0x20]; member in struct:mlx5_ifc_delete_fte_in_bits
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_flow_table.c52 u32 flow_index, void *flow_context)
73 MLX5_SET(set_fte_in, in, flow_index, flow_index);
90 static int mlx5_del_flow_entry_cmd(struct mlx5_flow_table *ft, u32 flow_index) argument
103 MLX5_SET_DFTEI(in, flow_index, flow_index);
320 u32 *flow_index)
333 err = alloc_flow_index(ft, group_ix, flow_index);
339 err = mlx5_set_flow_entry_cmd(ft, group_ix, *flow_index, flow_context);
341 mlx5_free_flow_index(ft, *flow_index);
51 mlx5_set_flow_entry_cmd(struct mlx5_flow_table *ft, u32 group_ix, u32 flow_index, void *flow_context) argument
318 mlx5_add_flow_table_entry(void *flow_table, u8 match_criteria_enable, void *match_criteria, void *flow_context, u32 *flow_index) argument
347 mlx5_del_flow_table_entry(void *flow_table, u32 flow_index) argument
[all...]

Completed in 303 milliseconds