Searched refs:pool_count (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_buffers.c | 109 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/ |
D | ibmveth.h | 103 static int pool_count[] = { 256, 512, 256, 256, 256 }; variable
|
D | ibmveth.c | 1728 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/ |
D | dasd_eckd.h | 449 __u16 pool_count; /* Count of extent pools returned - Max: 448 */ member
|
D | dasd_eckd.c | 1713 for (i = 0; i < lcq->pool_count; i++) { in dasd_eckd_cpy_ext_pool_data()
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | coh901318.c | 1343 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/ |
D | devlink.c | 1326 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/ |
D | 0036_linux_drivers_staging.patch | 15367 + .name = "pool_count",
|