Searched refs:mh_data (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | mlx5hws_pat_arg.c | 136 if (mlx5hws_pat_compare_pattern(cached_pat->mh_data.num_of_actions, in mlx5hws_pat_find_cached_pattern() 137 (__be64 *)cached_pat->mh_data.data, in mlx5hws_pat_find_cached_pattern() 176 cached_pattern->mh_data.num_of_actions = num_of_actions; in mlx5hws_pat_add_pattern_to_cache() 177 cached_pattern->mh_data.pattern_id = pattern_id; in mlx5hws_pat_add_pattern_to_cache() 178 cached_pattern->mh_data.data = in mlx5hws_pat_add_pattern_to_cache() 180 if (!cached_pattern->mh_data.data) in mlx5hws_pat_add_pattern_to_cache() 200 if (cached_pattern->mh_data.pattern_id == ptrn_id) in mlx5hws_pat_find_cached_pattern_by_id() 212 kfree(cached_pattern->mh_data.data); in mlx5hws_pat_remove_pattern() 254 *pattern_id = cached_pattern->mh_data.pattern_id; in mlx5hws_pat_get_pattern()
|
D | mlx5hws_action.c | 998 u8 *mh_data, in hws_action_prepare_decap_l3_actions() argument 1005 MLX5_SET(stc_ste_param_remove, mh_data, action_type, in hws_action_prepare_decap_l3_actions() 1007 MLX5_SET(stc_ste_param_remove, mh_data, decap, 0x1); in hws_action_prepare_decap_l3_actions() 1008 MLX5_SET(stc_ste_param_remove, mh_data, remove_start_anchor, in hws_action_prepare_decap_l3_actions() 1010 MLX5_SET(stc_ste_param_remove, mh_data, remove_end_anchor, in hws_action_prepare_decap_l3_actions() 1012 mh_data += MLX5HWS_ACTION_DOUBLE_SIZE; /* Assume every action is 2 dw */ in hws_action_prepare_decap_l3_actions() 1021 MLX5_SET(stc_ste_param_insert, mh_data, action_type, in hws_action_prepare_decap_l3_actions() 1023 MLX5_SET(stc_ste_param_insert, mh_data, inline_data, 0x1); in hws_action_prepare_decap_l3_actions() 1024 MLX5_SET(stc_ste_param_insert, mh_data, insert_anchor, in hws_action_prepare_decap_l3_actions() 1026 MLX5_SET(stc_ste_param_insert, mh_data, insert_size, 2); in hws_action_prepare_decap_l3_actions() [all …]
|
D | mlx5hws_pat_arg.h | 33 } mh_data; member
|