Searched refs:common_res (Results 1 – 4 of 4) sorted by relevance
89 if (ctx->common_res.shared_stc[stc_type]) { in hws_action_get_shared_stc_nic()90 ctx->common_res.shared_stc[stc_type]->refcount++; in hws_action_get_shared_stc_nic()130 ctx->common_res.shared_stc[stc_type] = shared_stc; in hws_action_get_shared_stc_nic()131 ctx->common_res.shared_stc[stc_type]->refcount = 1; in hws_action_get_shared_stc_nic()184 if (--ctx->common_res.shared_stc[stc_type]->refcount) { in hws_action_put_shared_stc()189 shared_stc = ctx->common_res.shared_stc[stc_type]; in hws_action_put_shared_stc()193 ctx->common_res.shared_stc[stc_type] = NULL; in hws_action_put_shared_stc()1703 struct mlx5hws_context_common_res *common_res; in hws_action_create_dest_match_range_fill_table() local1731 common_res = &ctx->common_res; in hws_action_create_dest_match_range_fill_table()1740 htonl(common_res->default_stc->nop_ctr.offset); in hws_action_create_dest_match_range_fill_table()[all …]
258 apply->common_res = &ctx->common_res; in hws_rule_create_init()
363 default_miss_tbl = ctx->common_res.default_miss->ft_id; in mlx5hws_cmd_set_attr_connect_miss_tbl()
54 struct resource *common_res; member