Lines Matching full:shared
56 * pvrdma_query_srq - query shared receive queue
57 * @ibsrq: the shared receive queue to query
79 "could not query shared receive queue, error: %d\n", in pvrdma_query_srq()
92 * pvrdma_create_srq - create shared receive queue
93 * @ibsrq: the IB shared receive queue
94 * @init_attr: shared receive queue attributes
116 "no shared receive queue support for kernel client\n"); in pvrdma_create_srq()
122 "shared receive queue type %d not supported\n", in pvrdma_create_srq()
130 "shared receive queue size invalid\n"); in pvrdma_create_srq()
142 "create shared receive queue from user space\n"); in pvrdma_create_srq()
159 "overflow pages in shared receive queue\n"); in pvrdma_create_srq()
186 "could not create shared receive queue, error: %d\n", in pvrdma_create_srq()
237 * pvrdma_destroy_srq - destroy shared receive queue
238 * @srq: the shared receive queue to destroy
258 "destroy shared receive queue failed, error: %d\n", in pvrdma_destroy_srq()
266 * pvrdma_modify_srq - modify shared receive queue attributes
267 * @ibsrq: the shared receive queue to modify
268 * @attr: the shared receive queue's new attributes
296 "could not modify shared receive queue, error: %d\n", in pvrdma_modify_srq()