Symbol: action_id
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
110
u8 action_id =
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
113
if (action_id == MLX5_MODIFICATION_TYPE_COPY ||
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
114
action_id == MLX5_MODIFICATION_TYPE_ADD_FIELD) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
42
u8 action_id;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
45
action_id = MLX5_GET(set_action_in, &actions[i], action_type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
47
switch (action_id) {
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
51
static const char *dr_action_id_to_str(enum mlx5dr_action_type action_id)
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
53
if (action_id > DR_ACTION_TYP_MAX)
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
54
action_id = DR_ACTION_TYP_MAX;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_action.c
55
return action_type_to_str[action_id];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
213
const u64 action_id = DR_DBG_PTR_TO_ID(action);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
222
DR_DUMP_REC_TYPE_ACTION_DROP, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
235
DR_DUMP_REC_TYPE_ACTION_FT, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
241
DR_DUMP_REC_TYPE_ACTION_FT, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
255
DR_DUMP_REC_TYPE_ACTION_CTR, action_id, rule_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
267
DR_DUMP_REC_TYPE_ACTION_TAG, action_id, rule_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
288
DR_DUMP_REC_TYPE_ACTION_MODIFY_HDR, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
326
DR_DUMP_REC_TYPE_ACTION_VPORT, action_id, rule_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
338
DR_DUMP_REC_TYPE_ACTION_DECAP_L2, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
350
DR_DUMP_REC_TYPE_ACTION_DECAP_L3, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
365
DR_DUMP_REC_TYPE_ACTION_ENCAP_L2, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
377
DR_DUMP_REC_TYPE_ACTION_ENCAP_L3, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
389
DR_DUMP_REC_TYPE_ACTION_POP_VLAN, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
401
DR_DUMP_REC_TYPE_ACTION_PUSH_VLAN, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
413
DR_DUMP_REC_TYPE_ACTION_INSERT_HDR, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
427
DR_DUMP_REC_TYPE_ACTION_REMOVE_HDR, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
441
DR_DUMP_REC_TYPE_ACTION_SAMPLER, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.c
473
DR_DUMP_REC_TYPE_ACTION_MATCH_RANGE, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ptrn.c
139
u8 action_id;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ptrn.c
157
action_id = MLX5_GET(ste_double_action_set_v1, &hw_actions[i], action_id);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ptrn.c
159
if (action_id == DR_PTRN_MODIFY_HDR_ACTION_ID_SET ||
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ptrn.c
160
action_id == DR_PTRN_MODIFY_HDR_ACTION_ID_ADD ||
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ptrn.c
161
action_id == DR_PTRN_MODIFY_HDR_ACTION_ID_INSERT_INLINE)
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ptrn.c
35
u8 action_id =
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ptrn.c
36
MLX5_GET(ste_double_action_set_v1, &hw_actions[i], action_id);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ptrn.c
38
if (action_id == DR_PTRN_MODIFY_HDR_ACTION_ID_COPY) {
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
242
MLX5_SET(ste_single_action_flow_tag_v1, s_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
259
MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
275
action_id, DR_STE_V1_ACTION_ID_INSERT_POINTER);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
294
action_id, DR_STE_V1_ACTION_ID_REMOVE_BY_SIZE);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
307
action_id, DR_STE_V1_ACTION_ID_INSERT_INLINE);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
320
action_id, DR_STE_V1_ACTION_ID_REMOVE_BY_SIZE);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
334
MLX5_SET(ste_single_action_remove_header_v1, frst_s_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
340
MLX5_SET(ste_double_action_insert_with_ptr_v1, scnd_d_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
353
MLX5_SET(ste_single_action_remove_header_v1, s_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
374
action_id, DR_STE_V1_ACTION_ID_ACCELERATED_LIST);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
391
MLX5_SET(ste_single_action_modify_list_v1, s_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
429
MLX5_SET(ste_double_action_aso_v1, d_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
859
MLX5_SET(ste_double_action_set_v1, d_action, action_id, DR_STE_V1_ACTION_ID_SET);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
873
MLX5_SET(ste_double_action_add_v1, d_action, action_id, DR_STE_V1_ACTION_ID_ADD);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
889
MLX5_SET(ste_double_action_copy_v1, d_action, action_id, DR_STE_V1_ACTION_ID_COPY);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
919
MLX5_SET(ste_single_action_remove_header_v1, hw_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
939
MLX5_SET(ste_double_action_insert_with_inline_v1, hw_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v1.c
953
MLX5_SET(ste_single_action_remove_header_size_v1, hw_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v3.c
10
MLX5_SET(ste_double_action_insert_with_ptr_v3, d_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v3.c
109
action_id, DR_STE_V1_ACTION_ID_REMOVE_BY_SIZE);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v3.c
143
MLX5_SET(ste_single_action_remove_header_v3, hw_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v3.c
163
MLX5_SET(ste_double_action_insert_with_inline_v3, hw_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v3.c
177
MLX5_SET(ste_single_action_remove_header_size_v3, hw_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v3.c
23
MLX5_SET(ste_double_action_insert_with_inline_v3, d_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v3.c
36
action_id, DR_STE_V1_ACTION_ID_REMOVE_BY_SIZE);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v3.c
53
MLX5_SET(ste_single_action_remove_header_v3, frst_s_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v3.c
59
MLX5_SET(ste_double_action_insert_with_ptr_v3, scnd_d_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v3.c
72
MLX5_SET(ste_single_action_remove_header_v3, s_action, action_id,
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste_v3.c
87
action_id, DR_STE_V1_ACTION_ID_INSERT_POINTER);
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr.h
589
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr.h
604
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr.h
616
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr.h
625
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr.h
634
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr_ste_v1.h
104
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr_ste_v1.h
12
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr_ste_v1.h
17
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr_ste_v1.h
23
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr_ste_v1.h
35
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr_ste_v1.h
46
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr_ste_v1.h
61
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr_ste_v1.h
72
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr_ste_v1.h
83
u8 action_id[0x8];
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/mlx5_ifc_dr_ste_v1.h
93
u8 action_id[0x8];
drivers/net/wireless/realtek/rtw88/fw.c
2142
CH_INFO_SET_ACTION_ID(chan, info->action_id);
drivers/net/wireless/realtek/rtw88/fw.c
2177
ch_info.action_id = RTW_CHANNEL_RADAR;
drivers/net/wireless/realtek/rtw88/fw.c
2183
ch_info.action_id = RTW_CHANNEL_ACTIVE;
drivers/net/wireless/realtek/rtw88/main.h
2036
int action_id;
kernel/trace/trace_events_hist.c
614
enum action_id action;