Home
last modified time | relevance | path

Searched refs:handlers (Results 1 – 17 of 17) sorted by relevance

/dpdk/lib/net/
H A Drte_net_crc.c252 handlers = NULL; in rte_crc16_ccitt_default_handler()
257 if (handlers != NULL) in rte_crc16_ccitt_default_handler()
260 if (handlers != NULL) in rte_crc16_ccitt_default_handler()
263 if (handlers != NULL) in rte_crc16_ccitt_default_handler()
272 handlers = NULL; in rte_crc32_eth_default_handler()
277 if (handlers != NULL) in rte_crc32_eth_default_handler()
280 if (handlers != NULL) in rte_crc32_eth_default_handler()
283 if (handlers != NULL) in rte_crc32_eth_default_handler()
294 handlers = NULL; in rte_net_crc_set_alg()
301 if (handlers != NULL) in rte_net_crc_set_alg()
[all …]
/dpdk/doc/guides/rawdevs/
H A Dcnxk_gpio.rst11 handlers.
29 for installing interrupt handlers for low latency signal processing.
H A Dcnxk_bphy.rst21 - Custom interrupt handlers
/dpdk/doc/guides/prog_guide/
H A Dmempool_lib.rst124 Several different mempool handlers may be used in the same application. A new
142 libraries, the -d arguments for mempool handlers *must be specified in the
H A Dgpudev.rst35 - Interoperability with device-specific library through generic handlers.
H A Dvhost_lib.rst204 Frees the memory and vhost-user message handlers created in
H A Dcryptodev_lib.rst711 set the corresponding enqueue and dequeue function handlers based on the
715 the function handlers accordingly.
H A Dpacket_framework.rst1047 Different tables can be configured with different action handlers, therefore the meaning of the use…
/dpdk/drivers/net/ena/base/
H A Dena_com.h357 ena_aenq_handler handlers[ENA_MAX_HANDLERS]; member
H A Dena_com.c2073 if ((group < ENA_MAX_HANDLERS) && aenq_handlers->handlers[group]) in ena_com_get_specific_aenq_cb()
2074 return aenq_handlers->handlers[group]; in ena_com_get_specific_aenq_cb()
/dpdk/doc/guides/nics/
H A Dfm10k.rst34 There is no change to the PMD API. The RX/TX handlers are the only two entries for
/dpdk/doc/guides/rel_notes/
H A Drelease_18_08.rst43 * Add handlers to add/delete VxLAN port number.
H A Drelease_16_11.rst198 * Renamed devinit/devuninit handlers to probe/remove to make it more
H A Drelease_22_03.rst176 custom GPIO interrupt handlers which bypass the kernel. This is especially useful
H A Drelease_16_04.rst481 handlers are updated: the pipeline parameter is added,
/dpdk/drivers/net/qede/base/
H A Decore_sriov.c2879 struct ecore_queue_cid *handlers[ECORE_MAX_VF_CHAINS_PER_PF]; in ecore_iov_vf_mbx_update_rxqs() local
2929 handlers[i] = vf->vf_queues[qid].cids[qid_usage_idx].p_cid; in ecore_iov_vf_mbx_update_rxqs()
2932 rc = ecore_sp_eth_rx_queues_update(p_hwfn, (void **)&handlers, in ecore_iov_vf_mbx_update_rxqs()
/dpdk/drivers/net/ena/
H A Dena_ethdev.c3795 .handlers = {