| /dpdk/drivers/net/dpaa/ |
| H A D | dpaa_flow.c | 347 switch (dist_units->param.units[dist_idx].hdrs[0].hdr) { in set_scheme_params() 390 dist_units->param.units[dist_idx++].hdrs[0].hdr = in set_dist_units() 403 dist_units->param.units[dist_idx++].hdrs[0].hdr in set_dist_units() 414 dist_units->param.units[dist_idx++].hdrs[0].hdr in set_dist_units() 426 dist_units->param.units[dist_idx++].hdrs[0].hdr in set_dist_units() 437 dist_units->param.units[dist_idx++].hdrs[0].hdr in set_dist_units() 448 dist_units->param.units[dist_idx++].hdrs[0].hdr in set_dist_units() 459 dist_units->param.units[dist_idx++].hdrs[0].hdr in set_dist_units()
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_acl_ctrl.c | 626 u16 tcam_idx, num_cscd, units, cnt; in ice_acl_set_scen_chnk_msk() local 635 units = scen->num_entry / ICE_ACL_ENTRY_ALLOC_UNIT; in ice_acl_set_scen_chnk_msk() 640 for (cnt = 0; cnt < units; cnt++) { in ice_acl_set_scen_chnk_msk() 698 u16 tcam_idx, off, num_cscd, units, cnt; in ice_acl_commit_partition() local 706 units = scen->num_entry / ICE_ACL_ENTRY_ALLOC_UNIT; in ice_acl_commit_partition() 711 for (cnt = 0; cnt < units; cnt++) { in ice_acl_commit_partition()
|
| /dpdk/drivers/net/dpaa2/mc/ |
| H A D | dpni.c | 2025 dpni_set_field(cmd_params->units, UNITS, cfg->units); in dpni_set_rx_tc_policing() 2077 cfg->units = dpni_get_field(rsp_params->units, UNITS); in dpni_get_rx_tc_policing() 2101 dpni_set_field(ext_params->flags, DROP_UNITS, cfg->units); in dpni_prepare_early_drop() 2132 cfg->units = dpni_get_field(ext_params->flags, DROP_UNITS); in dpni_extract_early_drop() 2281 cfg->units); in dpni_set_congestion_notification() 2330 cfg->units = dpni_get_field(rsp_params->type_units, CONG_UNITS); in dpni_get_congestion_notification() 2621 cmd_params->units = taildrop->units; in dpni_set_taildrop() 2681 taildrop->units = rsp_params->units; in dpni_get_taildrop()
|
| H A D | fsl_dpni_cmd.h | 640 uint8_t units; member 659 uint8_t units; member 722 uint8_t units; member 745 uint8_t units; member
|
| H A D | fsl_dpni.h | 1113 enum dpni_policer_unit units; member 1182 enum dpni_congestion_unit units; member 1318 enum dpni_congestion_unit units; member 1676 enum dpni_congestion_unit units; member
|
| /dpdk/doc/guides/cryptodevs/features/ |
| H A D | mlx5.ini | 14 Cipher multiple data units = Y
|
| H A D | default.ini | 34 Cipher multiple data units =
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | overview.rst | 29 running as execution units on logical processing cores. 133 This library provides a timer service to DPDK execution units,
|
| H A D | timer_lib.rst | 9 The Timer library provides a timer service to DPDK execution units to enable execution of callback …
|
| H A D | trace_lib.rst | 240 Format (CTF)``. ``CTF`` specification consists of the following units to create
|
| H A D | qos_framework.rst | 483 Therefore, it is convenient to keep the internal time reference in units of bytes, 648 …| | | | explanation of why the time is maintained in byte units. … 766 …| | | | explanation of why the time is maintained in byte units. … 1374 The time reference is in units of bytes, 1701 The time reference is in units of bytes,
|
| H A D | packet_framework.rst | 489 cache memory space, cache memory bandwidth, external memory bandwidth, multiple execution units wor… 513 the CPU execution units have to stall until the read operation is completed from L3 cache memory or… 526 as the number of CPU core execution units that are active (rather than idle or stalled due to data …
|
| H A D | compressdev.rst | 597 Where, op1 .. op5 all belong to different independent data units. op1, op2, op4, op5 must be statef…
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | overview.rst | 50 on multiple data-units message.
|
| H A D | octeontx.rst | 8 cryptographic operations to cryptographic accelerator units on
|
| H A D | cnxk.rst | 8 cryptographic operations to cryptographic accelerator units on the
|
| /dpdk/drivers/crypto/dpaa2_sec/mc/ |
| H A D | fsl_dpseci.h | 411 enum dpseci_congestion_unit units; member
|
| H A D | dpseci.c | 713 cfg->units); in dpseci_set_congestion_notification() 760 cfg->units = dpseci_get_field(rsp_params->type_units, CG_UNITS); in dpseci_get_congestion_notification()
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | mlx5.rst | 71 A nonzero value defines the traffic off time, in polling cycle time units,
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_05.rst | 175 * **Added support of multiple data-units in the cryptodev API.** 178 data-units for the AES-XTS algorithm. The data-unit length should be set in the
|
| H A D | release_20_11.rst | 254 Added a symmetric crypto PMD for Broadcom FlexSparc crypto units.
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_ethdev.c | 818 taildrop.units = DPNI_CONGESTION_UNIT_FRAMES; in dpaa2_dev_rx_queue_setup() 830 taildrop.units = DPNI_CONGESTION_UNIT_BYTES; in dpaa2_dev_rx_queue_setup() 960 cong_notif_cfg.units = DPNI_CONGESTION_UNIT_FRAMES; in dpaa2_dev_tx_queue_setup()
|
| H A D | dpaa2_tm.c | 617 cong_notif_cfg.units = DPNI_CONGESTION_UNIT_FRAMES; in dpaa2_tm_configure_queue()
|
| /dpdk/drivers/net/dpaa/fmlib/ |
| H A D | fm_pcd_ext.h | 1168 units[IOC_FM_PCD_MAX_NUM_OF_DISTINCTION_UNITS]; member
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 837 to configure delay (in unspecified device clock units) between bursts 844 * ``inter`` is the delay between the bursts in the device clock units. 853 in the device clock units. The number of packets in the burst is defined
|