MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mlx5_os_umem_reg

Function mlx5_os_umem_reg

dpdk/drivers/common/mlx5/linux/mlx5_common_os.h:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209__rte_internal
210static inline void *
211mlx5_os_umem_reg(void *ctx, void *addr, size_t size, uint32_t access)
212{
213 return mlx5_glue->devx_umem_reg(ctx, addr, size, access);
214}
215
216__rte_internal
217static inline int

Callers 5

mlx5_txq_obj_hairpin_newFunction · 0.50
mlx5_devx_cq_createFunction · 0.50
mlx5_devx_sq_createFunction · 0.50
mlx5_devx_qp_createFunction · 0.50
mlx5_devx_wq_initFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected