Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Daction.c2022 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 …]
A Daction.h240 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()
A Dcontext.h21 struct mlx5hws_action_default_stc *default_stc; member

Completed in 11 milliseconds