Searched refs:action_id (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ptrn.c35 u8 action_id = local
36 MLX5_GET(ste_double_action_set_v1, &hw_actions[i], action_id);
38 if (action_id == DR_PTRN_MODIFY_HDR_ACTION_ID_COPY) {
139 u8 action_id; local
157 action_id = MLX5_GET(ste_double_action_set_v1, &hw_actions[i], action_id);
159 if (action_id == DR_PTRN_MODIFY_HDR_ACTION_ID_SET ||
160 action_id == DR_PTRN_MODIFY_HDR_ACTION_ID_ADD ||
161 action_id == DR_PTRN_MODIFY_HDR_ACTION_ID_INSERT_INLINE)
H A Ddr_dbg.c212 const u64 action_id = DR_DBG_PTR_TO_ID(action); local
221 DR_DUMP_REC_TYPE_ACTION_DROP, action_id,
234 DR_DUMP_REC_TYPE_ACTION_FT, action_id,
240 DR_DUMP_REC_TYPE_ACTION_FT, action_id,
254 DR_DUMP_REC_TYPE_ACTION_CTR, action_id, rule_id,
266 DR_DUMP_REC_TYPE_ACTION_TAG, action_id, rule_id,
287 DR_DUMP_REC_TYPE_ACTION_MODIFY_HDR, action_id,
325 DR_DUMP_REC_TYPE_ACTION_VPORT, action_id, rule_id,
337 DR_DUMP_REC_TYPE_ACTION_DECAP_L2, action_id,
349 DR_DUMP_REC_TYPE_ACTION_DECAP_L3, action_id,
[all...]
H A Dmlx5_ifc_dr_ste_v1.h12 u8 action_id[0x8]; member in struct:mlx5_ifc_ste_single_action_flow_tag_v1_bits
17 u8 action_id[0x8]; member in struct:mlx5_ifc_ste_single_action_modify_list_v1_bits
23 u8 action_id[0x8]; member in struct:mlx5_ifc_ste_single_action_remove_header_v1_bits
35 u8 action_id[0x8]; member in struct:mlx5_ifc_ste_single_action_remove_header_size_v1_bits
46 u8 action_id[0x8]; member in struct:mlx5_ifc_ste_double_action_copy_v1_bits
61 u8 action_id[0x8]; member in struct:mlx5_ifc_ste_double_action_set_v1_bits
72 u8 action_id[0x8]; member in struct:mlx5_ifc_ste_double_action_add_v1_bits
83 u8 action_id[0x8]; member in struct:mlx5_ifc_ste_double_action_insert_with_inline_v1_bits
93 u8 action_id[0x8]; member in struct:mlx5_ifc_ste_double_action_insert_with_ptr_v1_bits
104 u8 action_id[ member in struct:mlx5_ifc_ste_double_action_accelerated_modify_action_list_v1_bits
[all...]
H A Ddr_ste_v1.c372 MLX5_SET(ste_single_action_flow_tag_v1, s_action, action_id,
390 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, action_id,
406 action_id, DR_STE_V1_ACTION_ID_INSERT_POINTER);
425 action_id, DR_STE_V1_ACTION_ID_REMOVE_BY_SIZE);
439 action_id, DR_STE_V1_ACTION_ID_INSERT_INLINE);
452 action_id, DR_STE_V1_ACTION_ID_REMOVE_BY_SIZE);
469 MLX5_SET(ste_single_action_remove_header_v1, frst_s_action, action_id,
475 MLX5_SET(ste_double_action_insert_with_ptr_v1, scnd_d_action, action_id,
488 MLX5_SET(ste_single_action_remove_header_v1, s_action, action_id,
509 action_id, DR_STE_V1_ACTION_ID_ACCELERATED_LIS
[all...]
H A Ddr_action.c51 static const char *dr_action_id_to_str(enum mlx5dr_action_type action_id) argument
53 if (action_id > DR_ACTION_TYP_MAX)
54 action_id = DR_ACTION_TYP_MAX;
55 return action_type_to_str[action_id];
H A Dmlx5_ifc_dr.h589 u8 action_id[0x8]; member in struct:mlx5_ifc_ste_double_action_aso_v1_bits
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dfw.c2100 CH_INFO_SET_ACTION_ID(chan, info->action_id);
2135 ch_info.action_id = RTW_CHANNEL_RADAR;
2141 ch_info.action_id = RTW_CHANNEL_ACTIVE;
H A Dmain.h1969 int action_id; member in struct:rtw_chan_info
/linux-master/kernel/trace/
H A Dtrace_events_hist.c597 enum action_id { enum
605 enum action_id action;

Completed in 271 milliseconds