Searched refs:pool_count (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A 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; in mlxsw_sp_sb_occ_max_clear() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_buffers.c | 109 unsigned int pool_count; member 627 pms = kcalloc(mlxsw_sp->sb_vals->pool_count, sizeof(*pms), in mlxsw_sp_sb_port_init() 653 prs = kcalloc(mlxsw_sp->sb_vals->pool_count, sizeof(*prs), in mlxsw_sp_sb_ports_init() 1072 for (i = 0; i < mlxsw_sp->sb_vals->pool_count; i++) { in mlxsw_sp_sb_pms_init() 1164 for (i = 0; i < mlxsw_sp->sb_vals->pool_count; ++i) { in mlxsw_sp_pool_count() 1176 .pool_count = ARRAY_SIZE(mlxsw_sp1_sb_pool_dess), 1192 .pool_count = ARRAY_SIZE(mlxsw_sp2_sb_pool_dess), 1280 mlxsw_sp->sb_vals->pool_count); in mlxsw_sp_buffers_init() 1651 for (i = 0; i < mlxsw_sp->sb_vals->pool_count; i++) { in mlxsw_sp_sb_occ_snapshot() 1725 for (i = 0; i < mlxsw_sp->sb_vals->pool_count; in mlxsw_sp_sb_occ_max_clear() [all...] |
/kernel/linux/linux-6.6/net/devlink/ |
H A D | sb.c | 347 u16 pool_count = devlink_sb_pool_count(devlink_sb); in __sb_pool_get_dumpit() local 351 for (pool_index = 0; pool_index < pool_count; pool_index++) { in __sb_pool_get_dumpit() 550 u16 pool_count = devlink_sb_pool_count(devlink_sb); in __sb_port_pool_get_dumpit() local 556 for (pool_index = 0; pool_index < pool_count; pool_index++) { in __sb_port_pool_get_dumpit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ |
H A D | ibmveth.h | 103 static int pool_count[] = { 256, 512, 256, 256, 256 }; variable
|
H A 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-6.6/drivers/net/ethernet/ibm/ |
H A D | ibmveth.h | 106 static int pool_count[] = { 256, 512, 256, 256, 256 }; variable
|
H A D | ibmveth.c | 1736 memcpy(pool_count, pool_count_cmo, sizeof(pool_count)); in ibmveth_probe() 1743 pool_count[i], pool_size[i], in ibmveth_probe()
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_eckd.h | 449 __u16 pool_count; /* Count of extent pools returned - Max: 448 */ member
|
H A D | dasd_eckd.c | 1723 for (i = 0; i < lcq->pool_count; i++) { in dasd_eckd_cpy_ext_pool_data()
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_eckd.h | 458 __u16 pool_count; /* Count of extent pools returned - Max: 448 */ member
|
H A D | dasd_eckd.c | 1764 for (i = 0; i < lcq->pool_count; i++) { in dasd_eckd_cpy_ext_pool_data()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A 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/ |
H A 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()
|
Completed in 47 milliseconds