Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 25 of 37) sorted by relevance

12

/dpdk/drivers/net/bnxt/
H A Dbnxt_irq.c77 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 Dbnxt_irq.h12 uint8_t requested; member
/dpdk/lib/eal/common/
H A Deal_common_dynmem.c372 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 Dtelemetry_lib.rst10 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 Devent_ethernet_tx_adapter.rst178 into each mbuf and transmit them to the requested ethernet port and queue pair.
H A Denv_abstraction_layer.rst198 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 Dcompressdev.rst169 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 Dmeson.build81 allow_skips = false # error out if we can't build a requested app
120 error('Cannot build requested example "' + name + '"')
/dpdk/
H A Dmeson.build79 # build any examples explicitly requested - useful for developers - and
91 # check header includes if requested
/dpdk/doc/guides/nics/
H A Dena.rst103 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 Dnull.rst9 On Rx it returns requested number of empty packets (all zero). On Tx it just frees all sent packets.
H A Dmvneta.rst63 requested from `Marvell Extranet <https://extranet.marvell.com>`_. Once
H A Dvirtio.rst366 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 Dmlx5.rst308 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 Dmeson.build33 # the requested cpu_instruction_set in the cross-file.
53 error('POWER10 requested but not supported')
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_cat.rst85 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 Dtesteventdev.rst366 | | | 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 Dmeson.build39 error('Cannot compile kernel modules as requested - are kernel headers installed?')
/dpdk/doc/guides/vdpadevs/
H A Dfeatures_overview.rst91 Host support requested operation status ack.
/dpdk/doc/guides/linux_gsg/
H A Dbuild_sample_apps.rst163 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 Denable_func.rst131 depending on what is requested by an application call to ``rte_eal_hpet_init()``,
/dpdk/doc/guides/rawdevs/
H A Dcnxk_gpio.rst178 being requested.
/dpdk/doc/guides/rel_notes/
H A Drelease_21_08.rst114 * Added Rx/Tx adapter support for event/cnxk when the Ethernet device requested
H A Drelease_2_1.rst837 requested, not how many it actually received.
979 descriptors requested exceeds the virtio host queue size, then just silently
H A Drelease_18_05.rst445 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

12