mlx5dv_dm_map_op_addr
Get operation address of a device memory (DM)
- Provided by: libibverbs-dev (Version: 50.0-2ubuntu0.2)
- Source: rdma-core
- Report a bug
Get operation address of a device memory (DM)
#include <infiniband/mlx5dv.h>
void *mlx5dv_dm_map_op_addr(struct ibv_dm *dm, uint8_t op);
mlx5dv_dm_map_op_addr() returns a mmaped address to the device memory for the requested op.
The associated ibv_dm for this operation.
Indicates the DM operation type, based on device specification.
Returns a pointer to the mmaped address, on error NULL will be returned and errno will be set.
Maor Gottlieb <maorg@nvidia.com>