| /dpdk/lib/eal/linux/ |
| H A D | eal_lcore.c | 27 if (access(path, F_OK) != 0) in eal_cpu_detected() 50 if (access(path, F_OK) == 0) in eal_cpu_socket_id()
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_os.h | 211 mlx5_os_umem_reg(void *ctx, void *addr, size_t size, uint32_t access) in mlx5_os_umem_reg() argument 213 return mlx5_glue->devx_umem_reg(ctx, addr, size, access); in mlx5_os_umem_reg()
|
| H A D | mlx5_glue.c | 270 mlx5_glue_reg_mr(struct ibv_pd *pd, void *addr, size_t length, int access) in mlx5_glue_reg_mr() argument 272 return ibv_reg_mr(pd, addr, length, access); in mlx5_glue_reg_mr() 277 uint64_t iova, int access) in mlx5_glue_reg_mr_iova() argument 280 return ibv_reg_mr_iova(pd, addr, length, iova, access); in mlx5_glue_reg_mr_iova() 286 (void)access; in mlx5_glue_reg_mr_iova() 1179 uint32_t access) in mlx5_glue_devx_umem_reg() argument 1182 return mlx5dv_devx_umem_reg(context, addr, size, access); in mlx5_glue_devx_umem_reg() 1187 (void)access; in mlx5_glue_devx_umem_reg()
|
| H A D | mlx5_glue.h | 218 size_t length, int access); 221 int access); 356 uint32_t access);
|
| /dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_rxp.c | 34 uint32_t access, struct mlx5_regex_mkey *mkey); 56 uint32_t access, struct mlx5_regex_mkey *mkey) in rxp_create_mkey() argument 61 mkey->umem = mlx5_glue->devx_umem_reg(priv->cdev->ctx, ptr, size, access); in rxp_create_mkey()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | asan.rst | 9 is a widely-used debugging tool to detect memory access errors. 52 …r-overflow error if ASan is enabled, because apply 9 bytes of memory but access the tenth byte, de… 81 …after-free error if ASan is enabled, because apply 9 bytes of memory but access the first byte aft…
|
| H A D | profile_app.rst | 79 at CPU frequency. However, access to the PMU cycle counter from user space is 81 cycle counter for user space access by configuring the PMU from the privileged
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_glue.c | 186 mlx4_glue_reg_mr(struct ibv_pd *pd, void *addr, size_t length, int access) in mlx4_glue_reg_mr() argument 188 return ibv_reg_mr(pd, addr, length, access); in mlx4_glue_reg_mr()
|
| H A D | mlx4_glue.h | 70 size_t length, int access);
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | intro.rst | 10 and also to access NIC hardware features such as Flow Director.
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | ifpga.rst | 125 The host can access a 256 KB address space within the FPGA. 138 as standard raw devices for application to access. 209 interfaces to access the instantiated RTL easily in an FPGA. OFS leverages the 268 on the FPGA and choose different model to access the AFU resource. 276 access the AFU resources in DPDK.::
|
| /dpdk/drivers/common/mlx5/windows/ |
| H A D | mlx5_common_os.h | 254 void *mlx5_os_umem_reg(void *ctx, void *addr, size_t size, uint32_t access);
|
| H A D | mlx5_glue.h | 76 uint32_t access, uint32_t *id);
|
| H A D | mlx5_common_os.c | 285 mlx5_os_umem_reg(void *ctx, void *addr, size_t size, uint32_t access) in mlx5_os_umem_reg() argument 295 umem->umem_hdl = mlx5_glue->devx_umem_reg(ctx, addr, size, access, in mlx5_os_umem_reg()
|
| H A D | mlx5_glue.c | 205 uint32_t access, uint32_t *id) in mlx5_glue_devx_umem_reg() argument 214 if (access) in mlx5_glue_devx_umem_reg()
|
| /dpdk/drivers/bus/auxiliary/linux/ |
| H A D | auxiliary.c | 43 if (access(filename, F_OK) == 0 && in auxiliary_scan_one()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | ionic.rst | 31 - Host-side access via PCI is not yet supported
|
| H A D | dpaa2_sec.rst | 28 portal to access the hardware object - DPSECI. The MC provides access to create,
|
| /dpdk/doc/guides/nics/ |
| H A D | enetfec.rst | 71 ENETFEC PMD uses standard UIO interface to access kernel 74 which gives access to non-cacheable memory for buffer descriptor.
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | README | 45 6. Instruding and exposing APIs to DPDK PMD to access networking
|
| /dpdk/lib/eal/unix/ |
| H A D | eal_firmware.c | 162 if (access(path, F_OK) != 0) in rte_firmware_read()
|
| /dpdk/drivers/bus/pci/linux/ |
| H A D | pci.c | 272 if (!access(filename, F_OK) && in pci_scan_one() 279 if (!access(filename, F_OK) && in pci_scan_one() 287 if (access(filename, F_OK) == 0 && in pci_scan_one()
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | uadk.rst | 14 UADK is a framework for user applications to access hardware accelerators.
|
| /dpdk/doc/guides/windows_gsg/ |
| H A D | run_apps.rst | 67 NetUIO kernel-mode driver provides access to the device hardware resources.
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | la12xx.rst | 12 …ors-and-microcontrollers/arm-processors/layerscape-processors/layerscape-access-la1200-programmabl…
|