Searched refs:nexthop_counters (Results 1 – 1 of 1) sorted by relevance
3118 struct xarray nexthop_counters; member3205 nhct = xa_load(&nh_grp->nhgi->nexthop_counters, nh->id); in mlxsw_sp_nexthop_sh_counter_get()3215 err = xa_err(xa_store(&nh_grp->nhgi->nexthop_counters, nh->id, nhct, in mlxsw_sp_nexthop_sh_counter_get()3233 nhct = xa_load(&nh_grp->nhgi->nexthop_counters, nh->id); in mlxsw_sp_nexthop_sh_counter_put()3240 xa_erase(&nh_grp->nhgi->nexthop_counters, nh->id); in mlxsw_sp_nexthop_sh_counter_put()5210 xa_init_flags(&nhgi->nexthop_counters, XA_FLAGS_ALLOC1); in mlxsw_sp_nexthop_obj_group_info_init()5294 WARN_ON(!xa_empty(&nhgi->nexthop_counters)); in mlxsw_sp_nexthop_obj_group_info_fini()5295 xa_destroy(&nhgi->nexthop_counters); in mlxsw_sp_nexthop_obj_group_info_fini()