Home
last modified time | relevance | path

Searched refs:action_type (Results 1 – 25 of 32) sorted by relevance

12

/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Dpat_arg.c45 action_id = MLX5_GET(set_action_in, &actions[i], action_type); in mlx5hws_pat_require_reparse()
111 MLX5_GET(set_action_in, &actions[i], action_type); in mlx5hws_pat_compare_pattern()
490 switch (action_type) { in hws_action_modify_get_target_fields()
510 u8 action_type = in mlx5hws_pat_verify_actions() local
511 MLX5_GET(set_action_in, &pattern[i], action_type); in mlx5hws_pat_verify_actions()
512 if (action_type >= MLX5_MODIFICATION_TYPE_MAX) { in mlx5hws_pat_verify_actions()
513 mlx5hws_err(ctx, "Unsupported action id %d\n", action_type); in mlx5hws_pat_verify_actions()
531 u8 action_type; in mlx5hws_pat_calc_nop() local
545 action_type = MLX5_GET(set_action_in, &pattern[i], action_type); in mlx5hws_pat_calc_nop()
546 hws_action_modify_get_target_fields(action_type, &pattern[i], in mlx5hws_pat_calc_nop()
[all …]
A Daction.c67 return mlx5hws_action_type_str[action_type]; in mlx5hws_action_type_to_str()
253 switch (stc_attr->action_type) { in hws_action_fixup_stc_attr()
352 stc_attr->action_type, table_type); in mlx5hws_action_alloc_single_stc()
370 stc_attr->action_type, table_type); in mlx5hws_action_alloc_single_stc()
414 u8 action_type = MLX5_GET(set_action_in, &pattern, action_type); in hws_action_get_mh_stc_type() local
416 switch (action_type) { in hws_action_get_mh_stc_type()
642 action[i].type = action_type; in hws_action_create_generic_bulk()
651 enum mlx5hws_action_type action_type) in hws_action_create_generic() argument
1394 switch (action_type) { in mlx5hws_action_create_dest_array()
2479 switch (action_type[i]) { in mlx5hws_action_template_process()
[all …]
A Dprm.h283 u8 action_type[0x4]; member
293 u8 action_type[0x4]; member
303 u8 action_type[0x4]; member
351 u8 action_type[0x8]; member
A Dcmd.c469 switch (stc_attr->action_type) { in hws_cmd_stc_modify_set_stc_param()
486 MLX5_SET(stc_ste_param_remove, stc_param, action_type, in hws_cmd_stc_modify_set_stc_param()
496 MLX5_SET(stc_ste_param_insert, stc_param, action_type, in hws_cmd_stc_modify_set_stc_param()
549 MLX5_SET(stc_ste_param_remove_words, stc_param, action_type, in hws_cmd_stc_modify_set_stc_param()
573 mlx5_core_err(mdev, "Not supported type %d\n", stc_attr->action_type); in hws_cmd_stc_modify_set_stc_param()
600 MLX5_SET(stc, attr, action_type, stc_attr->action_type); in mlx5hws_cmd_stc_modify()
614 stc_attr->action_type); in mlx5hws_cmd_stc_modify()
694 type = MLX5_GET(set_action_in, &pattern_data[i], action_type); in mlx5hws_cmd_header_modify_pattern_create()
A Ddebug.c72 enum mlx5hws_action_type action_type; in hws_debug_dump_matcher_action_template() local
87 action_type = at->action_type_arr[j]; in hws_debug_dump_matcher_action_template()
88 seq_printf(f, ",%s", mlx5hws_action_type_to_str(action_type)); in hws_debug_dump_matcher_action_template()
A Daction.h208 const char *mlx5hws_action_type_to_str(enum mlx5hws_action_type action_type);
A Dcmd.h104 enum mlx5_ifc_stc_action_type action_type; member
A Dmlx5hws.h362 mlx5hws_action_template_create(enum mlx5hws_action_type action_type[]);
A Daction_ste_pool.c119 stc_attr.action_type = MLX5_IFC_STC_ACTION_TYPE_JUMP_TO_STE_TABLE; in hws_action_ste_table_create_stc()
A Dfs_hws.c30 enum mlx5hws_action_type action_type; in mlx5_fs_init_hws_actions_pool() local
45 action_type = MLX5HWS_ACTION_TYP_REFORMAT_TNL_L2_TO_L2; in mlx5_fs_init_hws_actions_pool()
47 mlx5hws_action_create_reformat(ctx, action_type, 1, in mlx5_fs_init_hws_actions_pool()
A Dbwc_complex.c887 action_type, MLX5_MODIFICATION_TYPE_SET); in hws_bwc_isolated_actions_create()
1235 action_type, MLX5_MODIFICATION_TYPE_SET); in mlx5hws_bwc_rule_create_complex()
/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
A Ddr_action.c579 u32 action_type, in dr_action_validate_and_get_next_state() argument
674 actions[i]->action_type); in dr_action_print_sequence()
783 u32 action_type; in mlx5dr_actions_build_ste_arr() local
786 action_type = action->action_type; in mlx5dr_actions_build_ste_arr()
788 switch (action_type) { in mlx5dr_actions_build_ste_arr()
941 action_type, in mlx5dr_actions_build_ste_arr()
1006 action->action_type = action_type; in dr_action_create_generic()
1868 u8 action_type; in dr_action_modify_check_field_limitation() local
1871 action_type = MLX5_GET(set_action_in, sw_action, action_type); in dr_action_modify_check_field_limitation()
1873 switch (action_type) { in dr_action_modify_check_field_limitation()
[all …]
A Ddr_fw.c43 MLX5_SET(set_action_in, &modify_ttl_action, action_type, MLX5_ACTION_TYPE_ADD); in mlx5dr_fw_create_recalc_cs_ft()
A Ddr_table.c51 if (action && action->action_type != DR_ACTION_TYP_FT) in mlx5dr_table_set_miss_action()
A Dmlx5_ifc_dr.h52 u8 action_type[0x3]; member
A Ddr_ste_v0.c347 MLX5_SET(ste_sx_transmit, hw_ste_p, action_type, in dr_ste_v0_set_tx_push_vlan()
360 MLX5_SET(ste_sx_transmit, hw_ste_p, action_type, in dr_ste_v0_set_tx_encap()
A Ddr_dbg.c217 switch (action->action_type) { in dr_dump_rule_action_mem()
/drivers/staging/vc04_services/vchiq-mmal/
A Dmmal-vchiq.c1111 enum mmal_msg_port_action_type action_type) in port_action_port() argument
1121 m.u.port_action_port.action = action_type; in port_action_port()
1142 port_action_type_names[action_type], action_type); in port_action_port()
1153 enum mmal_msg_port_action_type action_type, in port_action_handle() argument
1166 m.u.port_action_handle.action = action_type; in port_action_handle()
1189 port_action_type_names[action_type], in port_action_handle()
1190 action_type, connect_component_handle, connect_port_handle); in port_action_handle()
/drivers/net/ethernet/mellanox/mlx5/core/esw/
A Dipsec_fs.c62 MLX5_SET(set_action_in, action, action_type, MLX5_ACTION_TYPE_SET); in mlx5_esw_ipsec_rx_setup_modify_header()
/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
A Dingress_ofld.c76 MLX5_SET(set_action_in, action, action_type, MLX5_ACTION_TYPE_SET); in esw_acl_ingress_mod_metadata_create()
/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dmacsec_fs.c1344 MLX5_SET(copy_action_in, action, action_type, MLX5_ACTION_TYPE_COPY); in macsec_fs_rx_roce_jump_to_rdma_rules_create()
1766 MLX5_SET(set_action_in, action, action_type, MLX5_ACTION_TYPE_SET); in macsec_fs_rx_add_rule()
2220 MLX5_SET(set_action_in, action, action_type, MLX5_ACTION_TYPE_SET); in mlx5_macsec_fs_add_roce_rule_tx()
A Dfs_chains.c269 MLX5_SET(set_action_in, modact, action_type, MLX5_ACTION_TYPE_SET); in create_chain_restore()
/drivers/net/ethernet/intel/idpf/
A Dvirtchnl2.h1725 __le32 action_type; member
A Didpf_ethtool.c192 acts->actions[0].action_type = cpu_to_le32(VIRTCHNL2_ACTION_QUEUE); in idpf_add_flow_steer()
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dipsec_fs.c1668 MLX5_SET(set_action_in, action[0], action_type, MLX5_ACTION_TYPE_SET); in setup_modify_header()
1675 MLX5_SET(set_action_in, action[1], action_type, MLX5_ACTION_TYPE_SET); in setup_modify_header()
1683 MLX5_SET(set_action_in, action[2], action_type, in setup_modify_header()

Completed in 93 milliseconds

12