Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dcmd.c468 void *stc_param) in hws_cmd_stc_modify_set_stc_param() argument
481 MLX5_SET(stc_ste_param_header_modify_list, stc_param, 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()
499 MLX5_SET(stc_ste_param_insert, stc_param, encap, in hws_cmd_stc_modify_set_stc_param()
517 *(__be64 *)stc_param = stc_attr->modify_action.data; in hws_cmd_stc_modify_set_stc_param()
554 MLX5_SET(stc_ste_param_remove_words, stc_param, in hws_cmd_stc_modify_set_stc_param()
566 MLX5_SET(stc_ste_param_trailer, stc_param, command, in hws_cmd_stc_modify_set_stc_param()
568 MLX5_SET(stc_ste_param_trailer, stc_param, type, in hws_cmd_stc_modify_set_stc_param()
570 MLX5_SET(stc_ste_param_trailer, stc_param, length, in hws_cmd_stc_modify_set_stc_param()
586 void *stc_param; in mlx5hws_cmd_stc_modify() local
[all …]
H A Dprm.h353 union mlx5_ifc_stc_param_bits stc_param; member