| /dpdk/lib/ipsec/ |
| H A D | rte_ipsec.h | 44 } 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 D | sa.c | 703 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 D | esp_outb.c | 531 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 D | test_bpf.c | 107 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 D | ifpga_sec_mgr.h | 61 int (*prepare)(struct ifpga_sec_mgr *smgr); member
|
| H A D | ifpga_fme_rsu.c | 85 if (!smgr->ops || !smgr->ops->prepare) in start_flash_update() 88 return smgr->ops->prepare(smgr); in start_flash_update()
|
| H A D | ifpga_sec_mgr.c | 577 .prepare = n3000_prepare,
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | ipsec_lib.rst | 67 - 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 D | packet_classif_access_ctrl.rst | 499 /* prepare AC build config. */
|
| H A D | compressdev.rst | 378 /* prepare ops for compression operations */
|
| H A D | rte_flow.rst | 3623 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 D | build.yml | 160 prepare-container-images: 182 - name: Pull and prepare a fresh image 209 needs: prepare-container-images
|
| /dpdk/doc/guides/windows_gsg/ |
| H A D | build_dpdk.rst | 16 The Meson Build system is used to prepare the sources for compilation
|
| /dpdk/doc/guides/platform/ |
| H A D | octeontx.rst | 124 The above steps will prepare build system with required toolchain.
|
| /dpdk/doc/guides/contributing/ |
| H A D | vulnerability.rst | 244 giving few days to prepare for updating before the public disclosure.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | link_status_intr.rst | 254 :start-after: Enqueue packets for TX and prepare them to be sent. 8<
|
| H A D | l2_forward_real_virtual.rst | 306 :start-after: Enqueue packets for TX and prepare them to be sent. 8<
|
| H A D | l2_forward_job_stats.rst | 341 :start-after: Enqueue packets for TX and prepare them to be sent. 8<
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 259 prepare for a bus-agnostic EAL.
|
| H A D | release_19_05.rst | 84 * Added Tx prepare to do Tx offloads checks.
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.h | 1507 mlx5_flow_prepare_t prepare; member
|
| H A D | mlx5_flow_verbs.c | 2090 .prepare = flow_verbs_prepare,
|
| H A D | mlx5_flow.c | 3722 .prepare = flow_null_prepare, 3850 mlx5_flow = fops->prepare(dev, attr, items, actions, error); in flow_drv_prepare()
|
| H A D | mlx5_flow_dv.c | 18487 .prepare = flow_dv_prepare,
|