Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_buffers.c109 unsigned int pool_count; member
612 pms = kcalloc(mlxsw_sp->sb_vals->pool_count, sizeof(*pms), in mlxsw_sp_sb_port_init()
638 prs = kcalloc(mlxsw_sp->sb_vals->pool_count, sizeof(*prs), in mlxsw_sp_sb_ports_init()
1046 for (i = 0; i < mlxsw_sp->sb_vals->pool_count; i++) { in mlxsw_sp_sb_pms_init()
1138 for (i = 0; i < mlxsw_sp->sb_vals->pool_count; ++i) { in mlxsw_sp_pool_count()
1150 .pool_count = ARRAY_SIZE(mlxsw_sp1_sb_pool_dess),
1166 .pool_count = ARRAY_SIZE(mlxsw_sp2_sb_pool_dess),
1254 mlxsw_sp->sb_vals->pool_count); in mlxsw_sp_buffers_init()
1618 for (i = 0; i < mlxsw_sp->sb_vals->pool_count; i++) { in mlxsw_sp_sb_occ_snapshot()
1683 for (i = 0; i < mlxsw_sp->sb_vals->pool_count; i++) { in mlxsw_sp_sb_occ_max_clear()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
Dibmveth.h103 static int pool_count[] = { 256, 512, 256, 256, 256 }; variable
Dibmveth.c1728 memcpy(pool_count, pool_count_cmo, sizeof(pool_count)); in ibmveth_probe()
1735 pool_count[i], pool_size[i], in ibmveth_probe()
/kernel/linux/linux-5.10/drivers/s390/block/
Ddasd_eckd.h449 __u16 pool_count; /* Count of extent pools returned - Max: 448 */ member
Ddasd_eckd.c1713 for (i = 0; i < lcq->pool_count; i++) { in dasd_eckd_cpy_ext_pool_data()
/kernel/linux/linux-5.10/drivers/dma/
Dcoh901318.c1343 int pool_count = debugfs_dma_base->pool.debugfs_pool_counter; in coh901318_debugfs_read() local
1361 tmp += sprintf(tmp, "Pool alloc nbr %d\n", pool_count); in coh901318_debugfs_read()
/kernel/linux/linux-5.10/net/core/
Ddevlink.c1326 u16 pool_count = devlink_sb_pool_count(devlink_sb); in __sb_pool_get_dumpit() local
1330 for (pool_index = 0; pool_index < pool_count; pool_index++) { in __sb_pool_get_dumpit()
1535 u16 pool_count = devlink_sb_pool_count(devlink_sb); in __sb_port_pool_get_dumpit() local
1540 for (pool_index = 0; pool_index < pool_count; pool_index++) { in __sb_port_pool_get_dumpit()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch15367 + .name = "pool_count",