GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
IBV_GET_SRQ_NUM(3) Libibverbs Programmer's Manual IBV_GET_SRQ_NUM(3)

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

#include <infiniband/verbs.h>

int ibv_get_srq_num(struct ibv_srq *srq,
                    uint32_t *srq_num);

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

ibv_get_srq_num() returns 0 on success, or the value of errno on failure (which indicates the failure reason).

ibv_alloc_pd(3), ibv_modify_srq(3), ibv_create_srq_ex(3)

Yishai Hadas <yishaih@mellanox.com>
2013-06-26 libibverbs

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.