| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_irq.c | 77 if (irq->requested) { in bnxt_free_int() 90 irq->requested = 0; in bnxt_free_int() 180 if (!irq->requested) { in bnxt_request_int() 185 irq->requested = 1; in bnxt_request_int()
|
| H A D | bnxt_irq.h | 12 uint8_t requested; member
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_dynmem.c | 372 unsigned int requested, available; in eal_dynmem_calc_num_pages_per_socket() local 512 requested = (unsigned int)( in eal_dynmem_calc_num_pages_per_socket() 514 available = requested - in eal_dynmem_calc_num_pages_per_socket() 518 socket, requested, available); in eal_dynmem_calc_num_pages_per_socket() 525 requested = (unsigned int)(internal_conf->memory / 0x100000); in eal_dynmem_calc_num_pages_per_socket() 526 available = requested - (unsigned int)(total_mem / 0x100000); in eal_dynmem_calc_num_pages_per_socket() 529 requested, available); in eal_dynmem_calc_num_pages_per_socket()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | telemetry_lib.rst | 10 response containing the requested telemetry information. 16 format, when requested. 50 parameter is then used in a comparison to decide which command was requested, 69 /* Build up port data requested for command 1 */ 71 /* Build up port data requested for command 2 */
|
| H A D | event_ethernet_tx_adapter.rst | 178 into each mbuf and transmit them to the requested ethernet port and queue pair.
|
| H A D | env_abstraction_layer.rst | 198 requested (plus padding, to keep IOVA-contiguousness). 293 in particular, it clears memory requested with ``rte_zmalloc*()``. 973 Memory from such blocks must be cleared when requested via ``rte_zmalloc*()``. 1003 requested size, type, alignment and boundary parameters. 1006 to find a free block suitable for storing data of the requested size, with the 1007 requested alignment and boundary constraints.
|
| H A D | compressdev.rst | 169 by the compression PMD to process the requested operation. 233 ``rte_compressdev_enqueue_burst()``. If number ops enqueued < number ops requested then
|
| /dpdk/examples/ |
| H A D | meson.build | 81 allow_skips = false # error out if we can't build a requested app 120 error('Cannot build requested example "' + name + '"')
|
| /dpdk/ |
| H A D | meson.build | 79 # build any examples explicitly requested - useful for developers - and 91 # check header includes if requested
|
| /dpdk/doc/guides/nics/ |
| H A D | ena.rst | 103 This is the requested number of queues upon initialization, however, the actual 105 the maximal number supported by the device and number of queues requested. 109 This is the requested size of receive/transmit queues, while the actual size 110 will be the minimum between the requested size and the maximal receive/transmit
|
| H A D | null.rst | 9 On Rx it returns requested number of empty packets (all zero). On Tx it just frees all sent packets.
|
| H A D | mvneta.rst | 63 requested from `Marvell Extranet <https://extranet.marvell.com>`_. Once
|
| H A D | virtio.rst | 366 link status structure. It could be requested by application using 427 link status structure. It could be requested by application using 470 negotiated, also Rx offload(s) are requested, this path will be selected. 476 requested, this path will be selected.
|
| H A D | mlx5.rst | 308 reduce the requested Tx size or adjust data inline settings with 722 may depend on NIC operation mode, requested offloads, etc. It is strongly 730 requested amount of data bytes are inlined into the WQE beside other inline 779 queue size is requested and hardware does not support enough descriptor 781 specified and requested inline settings can not be satisfied then error 805 may be decreased in run-time if the large transmit queue size is requested 807 is emitted. If ``txq_inline_mpw`` key is specified and requested inline 844 Also, if minimal data inlining is requested by non-zero ``txq_inline_min``
|
| /dpdk/config/ppc/ |
| H A D | meson.build | 33 # the requested cpu_instruction_set in the cross-file. 53 error('POWER10 requested but not supported')
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_cat.rst | 85 PQOS: CDP requested but not supported. 193 the requested parameters and configures CAT accordingly. 199 calls. When all capability and topology information is collected, the requested
|
| /dpdk/doc/guides/tools/ |
| H A D | testeventdev.rst | 366 | | | nb_stages | user requested sched type list(--stlist)| 393 list requested by the user through ``--stlist`` command line argument. It can 493 | | | | user requested sched type list(--stlist)| 588 | | | * nb_stages) + | user requested sched type list(--stlist)| 631 list requested by the user through ``--stlist`` the command line argument. 712 | | | x | user requested sched type list(--stlist)|
|
| /dpdk/kernel/linux/ |
| H A D | meson.build | 39 error('Cannot compile kernel modules as requested - are kernel headers installed?')
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | features_overview.rst | 91 Host support requested operation status ack.
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | build_sample_apps.rst | 163 If more memory is requested by explicitly passing a ``-m`` or ``--socket-mem`` value, the applicati… 177 This is accomplished by supplying the ``--socket-mem`` flag followed by amounts of memory requested…
|
| H A D | enable_func.rst | 131 depending on what is requested by an application call to ``rte_eal_hpet_init()``,
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | cnxk_gpio.rst | 178 being requested.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_08.rst | 114 * Added Rx/Tx adapter support for event/cnxk when the Ethernet device requested
|
| H A D | release_2_1.rst | 837 requested, not how many it actually received. 979 descriptors requested exceeds the virtio host queue size, then just silently
|
| H A D | release_18_05.rst | 445 A pure per-port offloading isn't requested to be repeated in [rt]x_conf->offloads to 448 not been enabled in ``rte_eth_dev_configure()`` and is requested to be enabled in
|