File: 77e091fce9252614b7c6136f15917606746eac44

package info (click to toggle)
rdma-core 56.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,196 kB
  • sloc: ansic: 171,361; python: 13,724; sh: 2,774; perl: 1,465; makefile: 73
file content (46 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.\" Automatically generated by Pandoc 2.9.2.1
.\"
.TH "mlx5dv_devx_query_eqn" "3" "" "" ""
.hy
.SH NAME
.PP
mlx5dv_devx_query_eqn - Query EQN for a given vector id.
.SH SYNOPSIS
.IP
.nf
\f[C]
#include <infiniband/mlx5dv.h>

int mlx5dv_devx_query_eqn(struct ibv_context *context, uint32_t vector,
                          uint32_t *eqn);
\f[R]
.fi
.SH DESCRIPTION
.PP
Query EQN for a given input vector, the EQN is needed for other device
commands over the DEVX interface.
.PP
The DEVX API enables direct access from the user space area to the mlx5
device driver, the EQN information is needed for few commands such as CQ
creation.
.SH ARGUMENTS
.TP
\f[I]context\f[R]
RDMA device context to work on.
.TP
\f[I]vector\f[R]
Completion vector number.
.TP
\f[I]eqn\f[R]
The device EQ number which relates to the given input vector.
.SH RETURN VALUE
.PP
returns 0 on success, or the value of errno on failure (which indicates
the failure reason).
.SH SEE ALSO
.PP
\f[B]mlx5dv_open_device\f[R], \f[B]mlx5dv_devx_obj_create\f[R]
.PP
#AUTHOR
.PP
Yishai Hadas <yishaih@mellanox.com>