Searched refs:shared_stc (Results 1 – 1 of 1) sorted by relevance
85 struct mlx5hws_action_shared_stc *shared_stc; in hws_action_get_shared_stc_nic() local89 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()95 shared_stc = kzalloc(sizeof(*shared_stc), GFP_KERNEL); in hws_action_get_shared_stc_nic()96 if (!shared_stc) { in hws_action_get_shared_stc_nic()124 &shared_stc->stc_chunk); 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()138 kfree(shared_stc); in hws_action_get_shared_stc_nic()175 struct mlx5hws_action_shared_stc *shared_stc; in hws_action_put_shared_stc() local[all …]