Searched refs:ranges (Results 1 – 13 of 13) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_ethdev.c | 451 info->ranges[i].pf = pf; in mlx5_representor_info_get() 452 info->ranges[i].vf = 0; in mlx5_representor_info_get() 453 info->ranges[i].id_base = in mlx5_representor_info_get() 455 info->ranges[i].id_end = in mlx5_representor_info_get() 465 info->ranges[i].pf = pf; in mlx5_representor_info_get() 469 info->ranges[i].id_end = in mlx5_representor_info_get() 479 info->ranges[i].pf = pf; in mlx5_representor_info_get() 480 info->ranges[i].vf = 0; in mlx5_representor_info_get() 483 info->ranges[i].id_end = in mlx5_representor_info_get() 493 info->ranges[i].pf = pf; in mlx5_representor_info_get() [all …]
|
| /dpdk/lib/ethdev/ |
| H A D | ethdev_driver.c | 685 if (info->ranges[i].type != type) in rte_eth_representor_id_get() 689 if (info->ranges[i].id_end < info->ranges[i].id_base) { in rte_eth_representor_id_get() 691 port_id, info->ranges[i].id_base, in rte_eth_representor_id_get() 692 info->ranges[i].id_end, i); in rte_eth_representor_id_get() 696 count = info->ranges[i].id_end - info->ranges[i].id_base + 1; in rte_eth_representor_id_get() 697 switch (info->ranges[i].type) { in rte_eth_representor_id_get() 699 if (pf < info->ranges[i].pf || in rte_eth_representor_id_get() 702 *repr_id = info->ranges[i].id_base + in rte_eth_representor_id_get() 703 (pf - info->ranges[i].pf); in rte_eth_representor_id_get() 707 if (info->ranges[i].pf != pf) in rte_eth_representor_id_get() [all …]
|
| H A D | rte_ethdev.h | 5224 struct rte_eth_representor_range ranges[];/**< Representor ID range. */ member
|
| /dpdk/lib/acl/ |
| H A D | acl_gen.c | 120 ranges = 0; in acl_node_fill_dfa() 147 return ranges; in acl_node_fill_dfa() 159 int n, ranges, last_bit; in acl_count_sequential_groups() local 161 ranges = 0; in acl_count_sequential_groups() 168 ranges++; in acl_count_sequential_groups() 172 ranges++; in acl_count_sequential_groups() 180 ranges++; in acl_count_sequential_groups() 184 ranges++; in acl_count_sequential_groups() 189 return ranges; in acl_count_sequential_groups() 199 int ranges; in acl_count_fanout() local [all …]
|
| H A D | acl_run_scalar.c | 78 uint32_t addr, index, ranges, x, a, b, c; in scalar_transition() local 81 ranges = transition >> (sizeof(index) * CHAR_BIT); in scalar_transition() 88 a = ranges | SCALAR_QRANGE_MIN; in scalar_transition() 92 a ^= (ranges ^ b) & (a ^ b); in scalar_transition() 96 x = ranges >> (input / in scalar_transition()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_mr.c | 1291 struct mlx5_range *ranges = opaque, *range = &ranges[idx]; in mlx5_range_from_mempool_chunk() local 1466 struct mlx5_range *ranges = NULL; in mlx5_mempool_reg_analyze() local 1477 msl = rte_mem_virt2memseg_list((void *)ranges[0].start); in mlx5_mempool_reg_analyze() 1492 uintptr_t reg_start = ranges[0].start; in mlx5_mempool_reg_analyze() 1493 uintptr_t reg_end = ranges[ranges_n - 1].end; in mlx5_mempool_reg_analyze() 1498 ranges[0].start = hugepage_start; in mlx5_mempool_reg_analyze() 1499 ranges[0].end = hugepage_end; in mlx5_mempool_reg_analyze() 1505 *out = ranges; in mlx5_mempool_reg_analyze() 1605 struct mlx5_range *ranges = NULL; in mlx5_mr_mempool_register_primary() local 1662 const struct mlx5_range *range = &ranges[i]; in mlx5_mr_mempool_register_primary() [all …]
|
| /dpdk/drivers/common/dpaax/ |
| H A D | dpaa_of.c | 496 const uint32_t *ranges; in of_translate_address() local 518 ranges = of_get_property(dev_node, "ranges", &rlen); in of_translate_address() 520 if (!ranges) in of_translate_address() 526 tmp_addr = of_read_number(ranges + na, pna); in of_translate_address()
|
| /dpdk/doc/guides/nics/ |
| H A D | hns3.rst | 262 ranges from 1024 to 2048.
|
| H A D | dpaa.rst | 319 The storage profiled are means to provide virtualized interface. A ranges of
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_ethdev.c | 2197 range = &ctx->info->ranges[ctx->info->nb_ranges]; in sfc_get_representors_cb()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 8251 info = calloc(1, sizeof(*info) + num * sizeof(info->ranges[0])); in cmd_representor_info_parsed() 8274 range = &info->ranges[i]; in cmd_representor_info_parsed()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 834 - This type does not support ranges (``last`` field).
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3896 Inclusive ranges can be defined with ``last``::
|