|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
| int | ipath_post_srq_receive (struct ib_srq *ibsrq, struct ib_recv_wr *wr, struct ib_recv_wr **bad_wr) |
| struct ib_srq * | ipath_create_srq (struct ib_pd *ibpd, struct ib_srq_init_attr *srq_init_attr, struct ib_udata *udata) |
| int | ipath_modify_srq (struct ib_srq *ibsrq, struct ib_srq_attr *attr, enum ib_srq_attr_mask attr_mask, struct ib_udata *udata) |
| int | ipath_query_srq (struct ib_srq *ibsrq, struct ib_srq_attr *attr) |
| int | ipath_destroy_srq (struct ib_srq *ibsrq) |
ipath_destroy_srq - destroy a shared receive queue : the SRQ to destroy
Definition at line 365 of file ipath_srq.c.
| int ipath_modify_srq | ( | struct ib_srq * | ibsrq, |
| struct ib_srq_attr * | attr, | ||
| enum ib_srq_attr_mask | attr_mask, | ||
| struct ib_udata * | udata | ||
| ) |
ipath_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 ipathverbs.so
Definition at line 215 of file ipath_srq.c.
| int ipath_post_srq_receive | ( | struct ib_srq * | ibsrq, |
| struct ib_recv_wr * | wr, | ||
| struct ib_recv_wr ** | bad_wr | ||
| ) |
| int ipath_query_srq | ( | struct ib_srq * | ibsrq, |
| struct ib_srq_attr * | attr | ||
| ) |
Definition at line 351 of file ipath_srq.c.
1.8.2