Home
last modified time | relevance | path

Searched refs:stc_param (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_cmd.c468 void *stc_param) in hws_cmd_stc_modify_set_stc_param() argument
472 MLX5_SET(stc_ste_param_flow_counter, stc_param, flow_counter_id, stc_attr->id); in hws_cmd_stc_modify_set_stc_param()
475 MLX5_SET(stc_ste_param_tir, stc_param, tirn, stc_attr->dest_tir_num); in hws_cmd_stc_modify_set_stc_param()
478 MLX5_SET(stc_ste_param_table, stc_param, table_id, stc_attr->dest_table_id); in hws_cmd_stc_modify_set_stc_param()
481 MLX5_SET(stc_ste_param_header_modify_list, stc_param, in hws_cmd_stc_modify_set_stc_param()
483 MLX5_SET(stc_ste_param_header_modify_list, stc_param, in hws_cmd_stc_modify_set_stc_param()
487 MLX5_SET(stc_ste_param_remove, stc_param, action_type, in hws_cmd_stc_modify_set_stc_param()
489 MLX5_SET(stc_ste_param_remove, stc_param, decap, in hws_cmd_stc_modify_set_stc_param()
491 MLX5_SET(stc_ste_param_remove, stc_param, remove_start_anchor, in hws_cmd_stc_modify_set_stc_param()
493 MLX5_SET(stc_ste_param_remove, stc_param, remove_end_anchor, in hws_cmd_stc_modify_set_stc_param()
[all …]
H A Dmlx5hws_prm.h353 union mlx5_ifc_stc_param_bits stc_param; member