aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_cnt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-18mlxsw: convert driver to use unlocked devlink API during init/finiJiri Pirko1-31/+31
2021-10-25mlxsw: spectrum: Use 'bitmap_zalloc()' when applicableChristophe JAILLET1-6/+3
2020-07-30mlxsw: spectrum_cnt: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva1-3/+2
2020-03-23mlxsw: spectrum_cnt: Fix 64-bit division in mlxsw_sp_counter_resources_registerNathan Chancellor1-1/+1
2020-03-18mlxsw: spectrum_cnt: Expose devlink resource occupancy for countersJiri Pirko1-1/+62
2020-03-18mlxsw: spectrum_cnt: Consolidate subpools initializationJiri Pirko1-22/+16
2020-03-18mlxsw: spectrum_cnt: Move config validation along with resource registerJiri Pirko1-23/+8
2020-03-18mlxsw: spectrum_cnt: Expose subpool sizes over devlink resourcesJiri Pirko1-17/+82
2020-03-18mlxsw: spectrum_cnt: Add entry_size_res_id for each subpool and use it to query entry sizeJiri Pirko1-12/+14
2020-03-18mlxsw: spectrum_cnt: Move sub_pools under per-instance pool structJiri Pirko1-18/+27
2020-03-18mlxsw: spectrum_cnt: Query bank size from FW resourcesJiri Pirko1-6/+9
2020-02-20mlxsw: spectrum: Protect counter pool with a lockIdo Schimmel1-5/+20
2018-08-09mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko1-33/+2
2017-03-28mlxsw: spectrum: Support for counters on router interfacesArkadi Sharshevsky1-0/+9
2017-03-12mlxsw: spectrum: Add support for generic flow counter allocationArkadi Sharshevsky1-1/+22
2017-03-12mlxsw: spectrum: Add support for counter allocatorArkadi Sharshevsky1-0/+177