Searched refs:pool_count (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/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()
|
/Linux-v5.15/drivers/net/ethernet/ibm/ |
D | ibmveth.h | 103 static int pool_count[] = { 256, 512, 256, 256, 256 }; variable
|
D | ibmveth.c | 1733 memcpy(pool_count, pool_count_cmo, sizeof(pool_count)); in ibmveth_probe() 1740 pool_count[i], pool_size[i], in ibmveth_probe()
|
/Linux-v5.15/drivers/s390/block/ |
D | dasd_eckd.h | 451 __u16 pool_count; /* Count of extent pools returned - Max: 448 */ member
|
D | dasd_eckd.c | 1778 for (i = 0; i < lcq->pool_count; i++) { in dasd_eckd_cpy_ext_pool_data()
|
/Linux-v5.15/net/core/ |
D | devlink.c | 2049 u16 pool_count = devlink_sb_pool_count(devlink_sb); in __sb_pool_get_dumpit() local 2053 for (pool_index = 0; pool_index < pool_count; pool_index++) { in __sb_pool_get_dumpit() 2266 u16 pool_count = devlink_sb_pool_count(devlink_sb); in __sb_port_pool_get_dumpit() local 2271 for (pool_index = 0; pool_index < pool_count; pool_index++) { in __sb_port_pool_get_dumpit()
|