Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
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()
A Dmlx5_ifc_dr_ste_v1.h12 u8 action_id[0x8]; member
17 u8 action_id[0x8]; member
23 u8 action_id[0x8]; member
35 u8 action_id[0x8]; member
46 u8 action_id[0x8]; member
61 u8 action_id[0x8]; member
72 u8 action_id[0x8]; member
83 u8 action_id[0x8]; member
93 u8 action_id[0x8]; member
104 u8 action_id[0x8]; member
A Ddr_dbg.c212 const u64 action_id = DR_DBG_PTR_TO_ID(action); in dr_dump_rule_action_mem() local
221 DR_DUMP_REC_TYPE_ACTION_DROP, action_id, in dr_dump_rule_action_mem()
234 DR_DUMP_REC_TYPE_ACTION_FT, action_id, in dr_dump_rule_action_mem()
240 DR_DUMP_REC_TYPE_ACTION_FT, action_id, in dr_dump_rule_action_mem()
337 DR_DUMP_REC_TYPE_ACTION_DECAP_L2, action_id, in dr_dump_rule_action_mem()
349 DR_DUMP_REC_TYPE_ACTION_DECAP_L3, action_id, in dr_dump_rule_action_mem()
364 DR_DUMP_REC_TYPE_ACTION_ENCAP_L2, action_id, in dr_dump_rule_action_mem()
376 DR_DUMP_REC_TYPE_ACTION_ENCAP_L3, action_id, in dr_dump_rule_action_mem()
388 DR_DUMP_REC_TYPE_ACTION_POP_VLAN, action_id, in dr_dump_rule_action_mem()
400 DR_DUMP_REC_TYPE_ACTION_PUSH_VLAN, action_id, in dr_dump_rule_action_mem()
[all …]
A Ddr_ste_v1.c372 MLX5_SET(ste_single_action_flow_tag_v1, s_action, action_id, in dr_ste_v1_set_rx_flow_tag()
390 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, action_id, in dr_ste_v1_set_encap()
406 action_id, DR_STE_V1_ACTION_ID_INSERT_POINTER); in dr_ste_v1_set_insert_hdr()
425 action_id, DR_STE_V1_ACTION_ID_REMOVE_BY_SIZE); in dr_ste_v1_set_remove_hdr()
439 action_id, DR_STE_V1_ACTION_ID_INSERT_INLINE); in dr_ste_v1_set_push_vlan()
452 action_id, DR_STE_V1_ACTION_ID_REMOVE_BY_SIZE); in dr_ste_v1_set_pop_vlan()
488 MLX5_SET(ste_single_action_remove_header_v1, s_action, action_id, in dr_ste_v1_set_rx_decap()
509 action_id, DR_STE_V1_ACTION_ID_ACCELERATED_LIST); in dr_ste_v1_set_accelerated_rewrite_actions()
526 MLX5_SET(ste_single_action_modify_list_v1, s_action, action_id, in dr_ste_v1_set_basic_rewrite_actions()
564 MLX5_SET(ste_double_action_aso_v1, d_action, action_id, in dr_ste_v1_set_aso_flow_meter()
[all …]
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()
A Dmlx5_ifc_dr.h589 u8 action_id[0x8]; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Dmlx5hws_pat_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/
A Dfw.c2109 CH_INFO_SET_ACTION_ID(chan, info->action_id); in rtw_add_chan_info()
2144 ch_info.action_id = RTW_CHANNEL_RADAR; in rtw_add_chan_list()
2150 ch_info.action_id = RTW_CHANNEL_ACTIVE; in rtw_add_chan_list()
A Dmain.h1977 int action_id; member
/linux/kernel/trace/
A Dtrace_events_hist.c597 enum action_id { enum
605 enum action_id action;

Completed in 55 milliseconds