Searched refs:flow_context (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch_vacl.c74 u32 *flow_context = NULL; local
84 flow_context = mlx5_vzalloc(MLX5_ST_SZ_BYTES(flow_context));
85 if (!flow_context) {
97 MLX5_SET(flow_context, flow_context, action,
99 in_match_value = MLX5_ADDR_OF(flow_context, flow_context, match_value);
117 in_match_criteria, flow_context,
120 if (flow_context)
131 u32 *flow_context = NULL; local
187 u32 *flow_context = NULL; local
235 u32 *flow_context = NULL; local
294 u32 *flow_context = NULL; local
[all...]
H A Dmlx5_flow_table.c52 u32 flow_index, void *flow_context)
58 MLX5_GET(flow_context, flow_context, destination_list_size) *
76 in_flow_context = MLX5_ADDR_OF(set_fte_in, in, flow_context);
77 memcpy(in_flow_context, flow_context,
78 MLX5_ST_SZ_BYTES(flow_context) + fcdls);
80 MLX5_SET(flow_context, in_flow_context, group_id, ft->group[group_ix].id);
319 void *match_criteria, void *flow_context,
339 err = mlx5_set_flow_entry_cmd(ft, group_ix, *flow_index, flow_context);
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
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c216 void *flow_context, void *match_criteria)
228 match_value = MLX5_ADDR_OF(flow_context, flow_context, match_value);
233 dest = MLX5_ADDR_OF(flow_context, flow_context, destination);
235 MLX5_SET(flow_context, flow_context, action,
237 MLX5_SET(flow_context, flow_context, destination_list_size, 1);
266 match_criteria, flow_context,
214 mlx5e_add_eth_addr_rule_sub(struct mlx5e_priv *priv, struct mlx5e_eth_addr_info *ai, int type, void *flow_context, void *match_criteria) argument
370 u32 *flow_context; local
447 u32 *flow_context; local
[all...]
/freebsd-10-stable/sys/dev/mlx5/
H A Dflow_table.h48 void *match_criteria, void *flow_context,
H A Dmlx5_ifc.h3501 struct mlx5_ifc_flow_context_bits flow_context; member in struct:mlx5_ifc_set_fte_in_bits
4533 struct mlx5_ifc_flow_context_bits flow_context; member in struct:mlx5_ifc_query_fte_out_bits

Completed in 219 milliseconds