Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 75) sorted by relevance

123

/dpdk/lib/eal/linux/
H A Deal_lcore.c27 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 Dmlx5_common_os.h211 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 Dmlx5_glue.c270 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 Dmlx5_glue.h218 size_t length, int access);
221 int access);
356 uint32_t access);
/dpdk/drivers/regex/mlx5/
H A Dmlx5_rxp.c34 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 Dasan.rst9 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 Dprofile_app.rst79 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 Dmlx4_glue.c186 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 Dmlx4_glue.h70 size_t length, int access);
/dpdk/doc/guides/testpmd_app_ug/
H A Dintro.rst10 and also to access NIC hardware features such as Flow Director.
/dpdk/doc/guides/rawdevs/
H A Difpga.rst125 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 Dmlx5_common_os.h254 void *mlx5_os_umem_reg(void *ctx, void *addr, size_t size, uint32_t access);
H A Dmlx5_glue.h76 uint32_t access, uint32_t *id);
H A Dmlx5_common_os.c285 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 Dmlx5_glue.c205 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 Dauxiliary.c43 if (access(filename, F_OK) == 0 && in auxiliary_scan_one()
/dpdk/doc/guides/cryptodevs/
H A Dionic.rst31 - Host-side access via PCI is not yet supported
H A Ddpaa2_sec.rst28 portal to access the hardware object - DPSECI. The MC provides access to create,
/dpdk/doc/guides/nics/
H A Denetfec.rst71 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 DREADME45 6. Instruding and exposing APIs to DPDK PMD to access networking
/dpdk/lib/eal/unix/
H A Deal_firmware.c162 if (access(path, F_OK) != 0) in rte_firmware_read()
/dpdk/drivers/bus/pci/linux/
H A Dpci.c272 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 Duadk.rst14 UADK is a framework for user applications to access hardware accelerators.
/dpdk/doc/guides/windows_gsg/
H A Drun_apps.rst67 NetUIO kernel-mode driver provides access to the device hardware resources.
/dpdk/doc/guides/bbdevs/
H A Dla12xx.rst12 …ors-and-microcontrollers/arm-processors/layerscape-processors/layerscape-access-la1200-programmabl…

123