Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c2192 enum mlx5hws_action_stc_idx stc_idx, in hws_action_apply_stc() argument
2197 apply->wqe_ctrl->stc_ix[stc_idx] = htonl(action->stc.offset); in hws_action_apply_stc()
2223 __be32 stc_idx; in hws_action_setter_modify_header() local
2228 stc_idx = htonl(action->stc.offset); in hws_action_setter_modify_header()
2229 apply->wqe_ctrl->stc_ix[MLX5HWS_ACTION_STC_IDX_DW6] = stc_idx; in hws_action_setter_modify_header()
2277 __be32 stc_idx; in hws_action_setter_insert_ptr() local
2289 stc_idx = htonl(action->stc.offset); in hws_action_setter_insert_ptr()
2290 apply->wqe_ctrl->stc_ix[MLX5HWS_ACTION_STC_IDX_DW6] = stc_idx; in hws_action_setter_insert_ptr()
2309 __be32 stc_idx; in hws_action_setter_tnl_l3_to_l2() local
2321 stc_idx = htonl(action->stc.offset); in hws_action_setter_tnl_l3_to_l2()
[all …]