Home
last modified time | relevance | path

Searched refs:src_ptr (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/raw/ifpga/
H A Dafu_pmd_he_lpbk.c164 ptr = (uint32_t *)ctx->src_ptr; in he_lpbk_test()
252 rte_free(ctx->src_ptr); in he_lpbk_ctx_release()
253 ctx->src_ptr = NULL; in he_lpbk_ctx_release()
286 ctx->src_ptr = (uint8_t *)rte_zmalloc(NULL, NLB_BUF_SIZE, in he_lpbk_ctx_init()
288 if (!ctx->src_ptr) { in he_lpbk_ctx_init()
292 ctx->src_iova = rte_malloc_virt2iova(ctx->src_ptr); in he_lpbk_ctx_init()
317 rte_free(ctx->src_ptr); in he_lpbk_ctx_init()
318 ctx->src_ptr = NULL; in he_lpbk_ctx_init()
404 fprintf(f, "src_ptr:\t%p\n", (void *)ctx->src_ptr); in he_lpbk_dump()
/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h2561 uint8_t *src_ptr = t->structs[src_struct_id]; in __instr_hash_func_exec() local
2568 result = func->func(&src_ptr[src_offset], n_src_bytes, 0); in __instr_hash_func_exec()
2613 uint8_t *src_ptr = t->structs[src_struct_id]; in __instr_rss_exec() local
2620 result = rss_func(r->key, r->key_size, &src_ptr[src_offset], n_src_bytes); in __instr_rss_exec()