logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mlx5dv_dm_map_op_addr - Get operation address of a device memory (DM)

Arguments

dm The associated ibv_dm for this operation. op Indicates the DM operation type, based on device specification.

Author

Maor Gottlieb maorg@nvidia.com mlx5 2021-1-21 mlx5dv_dm_map_op_addr(3)

Description

mlx5dv_dm_map_op_addr() returns a mmaped address to the device memory for the requested op.

Name

mlx5dv_dm_map_op_addr - Get operation address of a device memory (DM)

Return Value

Returns a pointer to the mmaped address, on error NULL will be returned and errno will be set.

See Also

ibv_alloc_dm(3), mlx5dv_alloc_dm(3),

Synopsis

#include <infiniband/mlx5dv.h> void *mlx5dv_dm_map_op_addr(struct ibv_dm *dm, uint8_t op);

See Also