Main index | Section 3 | Options |
#include <infiniband/verbs.h>int ibv_query_srq(struct ibv_srq *srq, struct ibv_srq_attr *srq_attr);
struct ibv_srq_attr { uint32_t max_wr; /* maximum number of outstanding work requests (WRs) in the SRQ */ uint32_t max_sge; /* maximum number of scatter elements per WR */ uint32_t srq_limit; /* the limit value of the SRQ */ };
2006-10-31 | IBV_QUERY_SRQ (3) | libibverbs |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | There are 10 types of people in the world: those who understand binary, and those who don't. | ” |