| /dpdk/drivers/compress/qat/ |
| H A D | qat_comp.c | 492 pc->dst_data_offset; in qat_comp_response_data_copy() 502 pc->dst_data_offset = 0; in qat_comp_response_data_copy() 535 pc->dst_data_offset = 0; in qat_comp_response_data_copy() 537 pc->dst_data = sgl_buf; in qat_comp_response_data_copy() 538 pc->dst_data_offset = prod; in qat_comp_response_data_copy() 740 pc->nb_child_responses++; in qat_comp_process_response() 751 if (pc->nb_child_responses == pc->nb_children) { in qat_comp_process_response() 757 rx_op->status = pc->error; in qat_comp_process_response() 764 pc->nb_children); in qat_comp_process_response() 770 pc->nb_children = 0; in qat_comp_process_response() [all …]
|
| /dpdk/lib/hash/ |
| H A D | rte_jhash.h | 81 __rte_jhash_2hashes(const void *key, uint32_t length, uint32_t *pc, in __rte_jhash_2hashes() argument 87 a = b = c = RTE_JHASH_GOLDEN_RATIO + ((uint32_t)length) + *pc; in __rte_jhash_2hashes() 140 *pc = c; in __rte_jhash_2hashes() 208 *pc = c; in __rte_jhash_2hashes() 216 *pc = c; in __rte_jhash_2hashes() 236 rte_jhash_2hashes(const void *key, uint32_t length, uint32_t *pc, uint32_t *pb) in rte_jhash_2hashes() argument 238 __rte_jhash_2hashes(key, length, pc, pb, 1); in rte_jhash_2hashes() 257 rte_jhash_32b_2hashes(const uint32_t *k, uint32_t length, uint32_t *pc, uint32_t *pb) in rte_jhash_32b_2hashes() argument 259 __rte_jhash_2hashes((const void *) k, (length << 2), pc, pb, 0); in rte_jhash_32b_2hashes()
|
| /dpdk/lib/eal/windows/include/ |
| H A D | rte_os_shim.h | 91 LARGE_INTEGER pf, pc; in rte_clock_gettime() local 101 QueryPerformanceCounter(&pc); in rte_clock_gettime() 103 nsec = pc.QuadPart * NS_PER_SEC / pf.QuadPart; in rte_clock_gettime()
|
| /dpdk/drivers/net/ark/ |
| H A D | ark_ethdev.c | 501 ark->pc = ark_pktchkr_init(ark->pktchkr.v, 0, 1); in ark_config_device() 502 if (ark->pc == NULL) in ark_config_device() 504 ark_pktchkr_stop(ark->pc); in ark_config_device() 566 ark_pktchkr_uninit(ark->pc); in eth_ark_dev_uninit() 609 ark_pktchkr_run(ark->pc); in eth_ark_dev_start() 725 ark_pktchkr_dump_stats(ark->pc); in eth_ark_dev_stop() 726 ark_pktchkr_stop(ark->pc); in eth_ark_dev_stop() 1054 ark_pktchkr_setup(ark->pc); in eth_ark_check_args()
|
| H A D | ark_global.h | 112 ark_pkt_chkr_t pc; member
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_metainit.c | 20 ice_info(hw, "pc = %d\n", item->pc); in ice_metainit_dump() 91 mi->pc = (u16)((d64 >> 17) & 0xff); in _metainit_parse_item()
|
| H A D | ice_parser_rt.c | 27 static void _rt_np_set(struct ice_parser_rt *rt, u16 pc) in _rt_np_set() argument 29 rt->gpr[GPR_NP_IDX] = pc; in _rt_np_set() 87 _rt_np_set(rt, mi->pc); in ice_parser_rt_reset() 783 u16 pc; in ice_parser_rt_execute() local 789 pc = rt->gpr[GPR_NP_IDX]; in ice_parser_rt_execute() 790 imem = &psr->imem_table[pc]; in ice_parser_rt_execute() 792 pc); in ice_parser_rt_execute()
|
| H A D | ice_metainit.h | 13 u16 pc; member
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | isal.rst | 126 * To build with meson, the **libisal.pc** file, must be copied into "pkgconfig", 128 for meson to find the ISA-L library. The **libisal.pc** is located in library sources:: 130 cp isal/libisal.pc /usr/lib/pkgconfig/
|
| /dpdk/lib/bpf/ |
| H A D | bpf_dump.c | 120 #define L(pc, off) ((int)(pc) + 1 + (off)) in rte_bpf_dump() argument
|
| /dpdk/buildtools/pkg-config/ |
| H A D | meson.build | 13 # statically that the .a files depend upon. The output order of .pc fields is: 33 Use libdpdk.pc instead of this file to query DPDK compile/link arguments''',
|
| /dpdk/lib/eventdev/ |
| H A D | rte_event_crypto_adapter.c | 391 struct rte_event_port_conf *pc; in rte_event_crypto_adapter_create() local 398 pc = rte_malloc(NULL, sizeof(*pc), 0); in rte_event_crypto_adapter_create() 399 if (pc == NULL) in rte_event_crypto_adapter_create() 401 *pc = *port_config; in rte_event_crypto_adapter_create() 405 pc); in rte_event_crypto_adapter_create() 407 rte_free(pc); in rte_event_crypto_adapter_create()
|
| H A D | rte_event_eth_rx_adapter.c | 2455 struct rte_event_port_conf *pc; in rte_event_eth_rx_adapter_create_with_params() local 2484 pc = rte_malloc(NULL, sizeof(*pc), 0); in rte_event_eth_rx_adapter_create_with_params() 2485 if (pc == NULL) in rte_event_eth_rx_adapter_create_with_params() 2488 *pc = *port_config; in rte_event_eth_rx_adapter_create_with_params() 2492 rte_free(pc); in rte_event_eth_rx_adapter_create_with_params() 2501 struct rte_event_port_conf *pc; in rte_event_eth_rx_adapter_create() local 2509 pc = rte_malloc(NULL, sizeof(*pc), 0); in rte_event_eth_rx_adapter_create() 2510 if (pc == NULL) in rte_event_eth_rx_adapter_create() 2512 *pc = *port_config; in rte_event_eth_rx_adapter_create() 2516 pc); in rte_event_eth_rx_adapter_create() [all …]
|
| H A D | rte_event_eth_tx_adapter.c | 262 struct rte_event_port_conf *pc; in txa_service_conf_cb() local 267 pc = arg; in txa_service_conf_cb() 289 ret = rte_event_port_setup(dev_id, port_id, pc); in txa_service_conf_cb()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | asan.rst | 54 …==369953==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x7fb17f465809 at pc 0x5652e670… 83 …==417048==ERROR: AddressSanitizer: heap-use-after-free on address 0x7fc83f465800 at pc 0x564308a39…
|
| H A D | build-sdk-meson.rst | 19 in /usr/local. A package-config file, ``libdpdk.pc``, for DPDK will also 175 libdpdk.pc -> /usr/local/lib64/pkgconfig
|
| /dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 467 float pc = pkts_per_wkr[i] * 100 / in main() local 470 i, pc, pkts_per_wkr[i]); in main()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | armv8.rst | 40 * Add path to `libAArch64crypto.pc` in `PKG_CONFIG_PATH` environment variable:
|
| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_pf.c | 538 u16 vsi, queue, pc, q_idx; in fm10k_configure_dglort_map_pf() local 573 for (pc = 0; pc < pc_count; pc++) { in fm10k_configure_dglort_map_pf() 574 q_idx = pc + dglort->queue_b; in fm10k_configure_dglort_map_pf() 581 txqctl |= pc << FM10K_TXQCTL_PC_SHIFT; in fm10k_configure_dglort_map_pf()
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_prototype.h | 600 #define i40e_aq_set_phy_register(hw, ps, da, pc, ra, rv, cd) \ argument 601 i40e_aq_set_phy_register_ext(hw, ps, da, pc, false, 0, ra, rv, cd) 602 #define i40e_aq_get_phy_register(hw, ps, da, pc, ra, rv, cd) \ argument 603 i40e_aq_get_phy_register_ext(hw, ps, da, pc, false, 0, ra, rv, cd)
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | build_dpdk.rst | 162 to look in the appropriate directory for .pc files for 32-bit libraries. 185 When installed system-wide, DPDK provides a pkg-config file ``libdpdk.pc`` for applications to quer…
|
| /dpdk/devtools/ |
| H A D | test-meson-builds.sh | 284 pc_file=$(find $DESTDIR -name libdpdk.pc)
|
| /dpdk/doc/guides/nics/ |
| H A D | mvneta.rst | 115 Add path to libmusdk.pc in PKG_CONFIG_PATH environment variable.
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_dpdk.rst | 53 pkg-config file `libdpdk.pc` installed to `/usr/local/lib/pkgconfig`. The 64 may not be in the default search paths for `.pc` files, which means
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_hwdev.h | 235 u32 pc; member
|