Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c29 uint32_t *per_pkt_hfn = rte_crypto_op_ctod_offset(ops[i], in cperf_set_ops_security() local
31 *per_pkt_hfn = options->pdcp_ses_hfn_en ? 0 : PDCP_DEFAULT_HFN; in cperf_set_ops_security()
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c7869 uint32_t *per_pkt_hfn = rte_crypto_op_ctod_offset(ut_params->op, in test_pdcp_proto() local
7871 *per_pkt_hfn = packet_direction ? hfn : 0; in test_pdcp_proto()