#include <linux/err.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include "qib_verbs.h"
Go to the source code of this file.
qib_create_srq - create a shared receive queue : the protection domain of the SRQ to create : the attributes of the SRQ : data from libibverbs when creating a user SRQ
Definition at line 101 of file qib_srq.c.
qib_destroy_srq - destroy a shared receive queue : the SRQ to destroy
Definition at line 365 of file qib_srq.c.
qib_modify_srq - modify a shared receive queue : the SRQ to modify : the new attributes of the SRQ : indicates which attributes to modify : user data for libibverbs.so
Definition at line 211 of file qib_srq.c.
qib_post_srq_receive - post a receive on a shared receive queue : the SRQ to post the receive on : the list of work requests to post : A pointer to the first WR to cause a problem is put here
This may be called from interrupt context.
Definition at line 48 of file qib_srq.c.