Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 24 of 24) sorted by relevance

/dpdk/lib/ipsec/
H A Drte_ipsec.h44 } prepare; member
121 return ss->pkt_func.prepare.async(ss, mb, cop, num); in rte_ipsec_pkt_crypto_prepare()
128 return ss->pkt_func.prepare.sync(ss, mb, num); in rte_ipsec_pkt_cpu_prepare()
H A Dsa.c703 pf->prepare.async = esp_inb_pkt_prepare; in lksd_none_pkt_func_select()
707 pf->prepare.async = esp_inb_pkt_prepare; in lksd_none_pkt_func_select()
712 pf->prepare.async = esp_outb_tun_prepare; in lksd_none_pkt_func_select()
717 pf->prepare.async = esp_outb_trs_prepare; in lksd_none_pkt_func_select()
741 pf->prepare.sync = cpu_inb_pkt_prepare; in cpu_crypto_pkt_func_select()
745 pf->prepare.sync = cpu_inb_pkt_prepare; in cpu_crypto_pkt_func_select()
750 pf->prepare.sync = cpu_outb_tun_pkt_prepare; in cpu_crypto_pkt_func_select()
755 pf->prepare.sync = cpu_outb_trs_pkt_prepare; in cpu_crypto_pkt_func_select()
830 pf->prepare.async = lksd_proto_prepare; in ipsec_sa_pkt_func_select()
H A Desp_outb.c531 esp_outb_prepare_t prepare, uint32_t cofs_mask) in cpu_outb_pkt_prepare() argument
567 rc = prepare(sa, sqc, ivbuf[k], mb[i], &icv, sa->sqh_len, 0); in cpu_outb_pkt_prepare()
/dpdk/app/test/
H A Dtest_bpf.c107 void (*prepare)(void *); member
2931 .prepare = test_load1_prepare,
2959 .prepare = test_mul1_prepare,
2987 .prepare = test_jump1_prepare,
3001 .prepare = test_jump2_prepare,
3015 .prepare = test_jump1_prepare,
3029 .prepare = test_bele1_prepare,
3057 .prepare = test_mul1_prepare,
3073 .prepare = test_load1_prepare,
3218 tst->prepare(tbuf); in run_test()
[all …]
/dpdk/drivers/raw/ifpga/base/
H A Difpga_sec_mgr.h61 int (*prepare)(struct ifpga_sec_mgr *smgr); member
H A Difpga_fme_rsu.c85 if (!smgr->ops || !smgr->ops->prepare) in start_flash_update()
88 return smgr->ops->prepare(smgr); in start_flash_update()
H A Difpga_sec_mgr.c577 .prepare = n3000_prepare,
/dpdk/doc/guides/prog_guide/
H A Dipsec_lib.rst67 - prepare *rte_crypto_op* structure for each input packet
80 - prepare *rte_crypto_op* structure for each input packet
141 - prepare *rte_crypto_op* structure for each input packet
147 - prepare *rte_crypto_op* structure for each input packet
H A Dpacket_classif_access_ctrl.rst499 /* prepare AC build config. */
H A Dcompressdev.rst378 /* prepare ops for compression operations */
H A Drte_flow.rst3623 Expected number of resources in an application allows PMD to prepare
3745 This way a PMD/HW can prepare all the resources needed for efficient flow rules
/dpdk/.github/workflows/
H A Dbuild.yml160 prepare-container-images:
182 - name: Pull and prepare a fresh image
209 needs: prepare-container-images
/dpdk/doc/guides/windows_gsg/
H A Dbuild_dpdk.rst16 The Meson Build system is used to prepare the sources for compilation
/dpdk/doc/guides/platform/
H A Docteontx.rst124 The above steps will prepare build system with required toolchain.
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst244 giving few days to prepare for updating before the public disclosure.
/dpdk/doc/guides/sample_app_ug/
H A Dlink_status_intr.rst254 :start-after: Enqueue packets for TX and prepare them to be sent. 8<
H A Dl2_forward_real_virtual.rst306 :start-after: Enqueue packets for TX and prepare them to be sent. 8<
H A Dl2_forward_job_stats.rst341 :start-after: Enqueue packets for TX and prepare them to be sent. 8<
/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst259 prepare for a bus-agnostic EAL.
H A Drelease_19_05.rst84 * Added Tx prepare to do Tx offloads checks.
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h1507 mlx5_flow_prepare_t prepare; member
H A Dmlx5_flow_verbs.c2090 .prepare = flow_verbs_prepare,
H A Dmlx5_flow.c3722 .prepare = flow_null_prepare,
3850 mlx5_flow = fops->prepare(dev, attr, items, actions, error); in flow_drv_prepare()
H A Dmlx5_flow_dv.c18487 .prepare = flow_dv_prepare,