1IBV_GET_SRQ_NUM(3)      Libibverbs Programmer’s Manual      IBV_GET_SRQ_NUM(3)
2
3
4

NAME

6       ibv_get_srq_num  -  return  srq number associated with the given shared
7       receive queue (SRQ)
8

SYNOPSIS

10              #include <infiniband/verbs.h>
11
12              int ibv_get_srq_num(struct ibv_srq *srq, uint32_t *srq_num);
13

DESCRIPTION

15       ibv_get_srq_num() return srq  number  associated  with  the  given  XRC
16       shared  receive queue The argument srq is an ibv_srq struct, as defined
17       in <infiniband/verbs.h>.  srq_num is an output parameter that holds the
18       returned srq number.
19

RETURN VALUE

21       ibv_get_srq_num()  returns 0 on success, or the value of errno on fail‐
22       ure (which indicates the failure reason).
23

SEE ALSO

25       ibv_alloc_pd(3), ibv_create_srq_ex(3), ibv_modify_srq(3)
26

AUTHOR

28       Yishai Hadas <yishaih@mellanox.com>
29
30
31
32libibverbs                        2013-06-26                IBV_GET_SRQ_NUM(3)
Impressum