Searched refs:trunk_size (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_utils.c | 35 return entry_idx / cfg->trunk_size; in mlx5_trunk_idx_get() 68 return cfg->trunk_size * trunk_idx; in mlx5_trunk_idx_offset_get() 73 (cfg->trunk_size << (cfg->grow_shift * in mlx5_trunk_idx_offset_get() 86 (cfg->trunk_size && ((cfg->trunk_size & (cfg->trunk_size - 1)) || in mlx5_ipool_create() 95 if (!pool->cfg.trunk_size) in mlx5_ipool_create() 127 size_t trunk_size = 0; in mlx5_ipool_grow() local 165 trunk_size += sizeof(*trunk); in mlx5_ipool_grow() 170 trunk_size += bmp_size; in mlx5_ipool_grow() 226 size_t trunk_size = 0; in mlx5_ipool_allocate_from_global() local 302 trunk_size = sizeof(*trunk); in mlx5_ipool_allocate_from_global() [all …]
|
| H A D | mlx5.c | 186 .trunk_size = 64, 197 .trunk_size = 64, 208 .trunk_size = 64, 220 .trunk_size = 64, 231 .trunk_size = 64, 242 .trunk_size = 64, 253 .trunk_size = 64, 282 .trunk_size = 64, 291 .trunk_size = 64, 302 .trunk_size = 64, [all …]
|
| H A D | mlx5_flow_hw.c | 1441 .trunk_size = 1 << 12, in flow_hw_table_create() 1459 if (nb_flows < cfg.trunk_size) { in flow_hw_table_create() 1461 cfg.trunk_size = nb_flows; in flow_hw_table_create() 2048 .trunk_size = 4096, in flow_hw_configure()
|
| H A D | mlx5_utils.h | 190 uint32_t trunk_size:22; member
|
| H A D | mlx5_flow_meter.c | 1186 .trunk_size = 64, in mlx5_flow_meter_create()
|
| H A D | mlx5_flow_dv.c | 5436 .trunk_size = 64, in flow_dv_modify_ipool_get()
|
| /dpdk/drivers/net/mlx5/windows/ |
| H A D | mlx5_os.c | 41 .trunk_size = 64, 51 .trunk_size = 64, 63 .trunk_size = 64,
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 74 .trunk_size = 64, 84 .trunk_size = 64, 96 .trunk_size = 64,
|