Searched refs:default_stc (Results 1 – 3 of 3) sorted by relevance
2022 default_stc = kzalloc(sizeof(*default_stc), GFP_KERNEL); in mlx5hws_action_get_default_stc()2023 if (!default_stc) in mlx5hws_action_get_default_stc()2030 &default_stc->nop_ctr); in mlx5hws_action_get_default_stc()2038 &default_stc->nop_dw5); in mlx5hws_action_get_default_stc()2046 &default_stc->nop_dw6); in mlx5hws_action_get_default_stc()2054 &default_stc->nop_dw7); in mlx5hws_action_get_default_stc()2070 ctx->common_res.default_stc = default_stc; in mlx5hws_action_get_default_stc()2084 kfree(default_stc); in mlx5hws_action_get_default_stc()2093 default_stc = ctx->common_res.default_stc; in mlx5hws_action_put_default_stc()2094 if (--default_stc->refcount) in mlx5hws_action_put_default_stc()[all …]
240 htonl(apply->common_res->default_stc->nop_dw5.offset); in mlx5hws_action_setter_default_single()250 htonl(apply->common_res->default_stc->nop_dw6.offset); in mlx5hws_action_setter_default_double()252 htonl(apply->common_res->default_stc->nop_dw7.offset); in mlx5hws_action_setter_default_double()261 htonl(apply->common_res->default_stc->nop_ctr.offset); in mlx5hws_action_setter_default_ctr()
21 struct mlx5hws_action_default_stc *default_stc; member
Completed in 11 milliseconds