Home
last modified time | relevance | path

Searched refs:action_id (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste_v3.c10 MLX5_SET(ste_double_action_insert_with_ptr_v3, d_action, action_id, in dr_ste_v3_set_encap()
23 MLX5_SET(ste_double_action_insert_with_inline_v3, d_action, action_id, in dr_ste_v3_set_push_vlan()
36 action_id, DR_STE_V1_ACTION_ID_REMOVE_BY_SIZE); in dr_ste_v3_set_pop_vlan()
53 MLX5_SET(ste_single_action_remove_header_v3, frst_s_action, action_id, in dr_ste_v3_set_encap_l3()
59 MLX5_SET(ste_double_action_insert_with_ptr_v3, scnd_d_action, action_id, in dr_ste_v3_set_encap_l3()
72 MLX5_SET(ste_single_action_remove_header_v3, s_action, action_id, in dr_ste_v3_set_rx_decap()
87 action_id, DR_STE_V1_ACTION_ID_INSERT_POINTER); in dr_ste_v3_set_insert_hdr()
109 action_id, DR_STE_V1_ACTION_ID_REMOVE_BY_SIZE); in dr_ste_v3_set_remove_hdr()
143 MLX5_SET(ste_single_action_remove_header_v3, hw_action, action_id, in dr_ste_v3_set_action_decap_l3_list()
163 MLX5_SET(ste_double_action_insert_with_inline_v3, hw_action, action_id, in dr_ste_v3_set_action_decap_l3_list()
[all …]
H A Ddr_ptrn.c35 u8 action_id = in dr_ptrn_compare_modify_hdr() local
36 MLX5_GET(ste_double_action_set_v1, &hw_actions[i], action_id); in dr_ptrn_compare_modify_hdr()
38 if (action_id == DR_PTRN_MODIFY_HDR_ACTION_ID_COPY) { in dr_ptrn_compare_modify_hdr()
139 u8 action_id; in mlx5dr_ptrn_cache_get_pattern() local
157 action_id = MLX5_GET(ste_double_action_set_v1, &hw_actions[i], action_id); in mlx5dr_ptrn_cache_get_pattern()
159 if (action_id == DR_PTRN_MODIFY_HDR_ACTION_ID_SET || in mlx5dr_ptrn_cache_get_pattern()
160 action_id == DR_PTRN_MODIFY_HDR_ACTION_ID_ADD || in mlx5dr_ptrn_cache_get_pattern()
161 action_id == DR_PTRN_MODIFY_HDR_ACTION_ID_INSERT_INLINE) in mlx5dr_ptrn_cache_get_pattern()
H A Ddr_dbg.c213 const u64 action_id = DR_DBG_PTR_TO_ID(action); in dr_dump_rule_action_mem() local
222 DR_DUMP_REC_TYPE_ACTION_DROP, action_id, in dr_dump_rule_action_mem()
235 DR_DUMP_REC_TYPE_ACTION_FT, action_id, in dr_dump_rule_action_mem()
241 DR_DUMP_REC_TYPE_ACTION_FT, action_id, in dr_dump_rule_action_mem()
255 DR_DUMP_REC_TYPE_ACTION_CTR, action_id, rule_id, in dr_dump_rule_action_mem()
267 DR_DUMP_REC_TYPE_ACTION_TAG, action_id, rule_id, in dr_dump_rule_action_mem()
288 DR_DUMP_REC_TYPE_ACTION_MODIFY_HDR, action_id, in dr_dump_rule_action_mem()
326 DR_DUMP_REC_TYPE_ACTION_VPORT, action_id, rule_id, in dr_dump_rule_action_mem()
338 DR_DUMP_REC_TYPE_ACTION_DECAP_L2, action_id, in dr_dump_rule_action_mem()
350 DR_DUMP_REC_TYPE_ACTION_DECAP_L3, action_id, in dr_dump_rule_action_mem()
[all …]
H A Ddr_ste_v1.c242 MLX5_SET(ste_single_action_flow_tag_v1, s_action, action_id, in dr_ste_v1_set_rx_flow_tag()
259 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, action_id, in dr_ste_v1_set_encap()
275 action_id, DR_STE_V1_ACTION_ID_INSERT_POINTER); in dr_ste_v1_set_insert_hdr()
294 action_id, DR_STE_V1_ACTION_ID_REMOVE_BY_SIZE); in dr_ste_v1_set_remove_hdr()
307 action_id, DR_STE_V1_ACTION_ID_INSERT_INLINE); in dr_ste_v1_set_push_vlan()
320 action_id, DR_STE_V1_ACTION_ID_REMOVE_BY_SIZE); in dr_ste_v1_set_pop_vlan()
334 MLX5_SET(ste_single_action_remove_header_v1, frst_s_action, action_id, in dr_ste_v1_set_encap_l3()
340 MLX5_SET(ste_double_action_insert_with_ptr_v1, scnd_d_action, action_id, in dr_ste_v1_set_encap_l3()
353 MLX5_SET(ste_single_action_remove_header_v1, s_action, action_id, in dr_ste_v1_set_rx_decap()
374 action_id, DR_STE_V1_ACTION_ID_ACCELERATED_LIST); in dr_ste_v1_set_accelerated_rewrite_actions()
[all …]
H A Ddr_action.c51 static const char *dr_action_id_to_str(enum mlx5dr_action_type action_id) in dr_action_id_to_str() argument
53 if (action_id > DR_ACTION_TYP_MAX) in dr_action_id_to_str()
54 action_id = DR_ACTION_TYP_MAX; in dr_action_id_to_str()
55 return action_type_to_str[action_id]; in dr_action_id_to_str()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dpat_arg.c42 u8 action_id; in mlx5hws_pat_require_reparse() local
45 action_id = MLX5_GET(set_action_in, &actions[i], action_type); in mlx5hws_pat_require_reparse()
47 switch (action_id) { in mlx5hws_pat_require_reparse()
110 u8 action_id = in mlx5hws_pat_compare_pattern() local
113 if (action_id == MLX5_MODIFICATION_TYPE_COPY || in mlx5hws_pat_compare_pattern()
114 action_id == MLX5_MODIFICATION_TYPE_ADD_FIELD) { in mlx5hws_pat_compare_pattern()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dfw.c2139 CH_INFO_SET_ACTION_ID(chan, info->action_id); in rtw_add_chan_info()
2174 ch_info.action_id = RTW_CHANNEL_RADAR; in rtw_add_chan_list()
2180 ch_info.action_id = RTW_CHANNEL_ACTIVE; in rtw_add_chan_list()
/linux/kernel/trace/
H A Dtrace_events_hist.c605 enum action_id { enum
613 enum action_id action;