Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c3170 struct mlxsw_sp_nexthop_counter *nhct; in mlxsw_sp_nexthop_counter_alloc() local
3173 nhct = kzalloc_obj(*nhct); in mlxsw_sp_nexthop_counter_alloc()
3174 if (!nhct) in mlxsw_sp_nexthop_counter_alloc()
3177 err = mlxsw_sp_flow_counter_alloc(mlxsw_sp, &nhct->counter_index); in mlxsw_sp_nexthop_counter_alloc()
3181 refcount_set(&nhct->ref_count, 1); in mlxsw_sp_nexthop_counter_alloc()
3182 return nhct; in mlxsw_sp_nexthop_counter_alloc()
3185 kfree(nhct); in mlxsw_sp_nexthop_counter_alloc()
3191 struct mlxsw_sp_nexthop_counter *nhct) in mlxsw_sp_nexthop_counter_free() argument
3193 mlxsw_sp_flow_counter_free(mlxsw_sp, nhct->counter_index); in mlxsw_sp_nexthop_counter_free()
3194 kfree(nhct); in mlxsw_sp_nexthop_counter_free()
[all …]