Searched refs:nexthop_counters (Results 1 – 1 of 1) sorted by relevance
3115 struct xarray nexthop_counters; member3202 nhct = xa_load(&nh_grp->nhgi->nexthop_counters, nh->id); in mlxsw_sp_nexthop_sh_counter_get()3212 err = xa_err(xa_store(&nh_grp->nhgi->nexthop_counters, nh->id, nhct, in mlxsw_sp_nexthop_sh_counter_get()3230 nhct = xa_load(&nh_grp->nhgi->nexthop_counters, nh->id); in mlxsw_sp_nexthop_sh_counter_put()3237 xa_erase(&nh_grp->nhgi->nexthop_counters, nh->id); in mlxsw_sp_nexthop_sh_counter_put()5207 xa_init_flags(&nhgi->nexthop_counters, XA_FLAGS_ALLOC1); in mlxsw_sp_nexthop_obj_group_info_init()5291 WARN_ON(!xa_empty(&nhgi->nexthop_counters)); in mlxsw_sp_nexthop_obj_group_info_fini()5292 xa_destroy(&nhgi->nexthop_counters); in mlxsw_sp_nexthop_obj_group_info_fini()