sc_sq_cq          102 include/linux/sunrpc/svc_rdma.h 	struct ib_cq         *sc_sq_cq;
sc_sq_cq          455 net/sunrpc/xprtrdma/svc_rdma_transport.c 	newxprt->sc_sq_cq = ib_alloc_cq_any(dev, newxprt, newxprt->sc_sq_depth,
sc_sq_cq          457 net/sunrpc/xprtrdma/svc_rdma_transport.c 	if (IS_ERR(newxprt->sc_sq_cq)) {
sc_sq_cq          479 net/sunrpc/xprtrdma/svc_rdma_transport.c 	qp_attr.send_cq = newxprt->sc_sq_cq;
sc_sq_cq          608 net/sunrpc/xprtrdma/svc_rdma_transport.c 	if (rdma->sc_sq_cq && !IS_ERR(rdma->sc_sq_cq))
sc_sq_cq          609 net/sunrpc/xprtrdma/svc_rdma_transport.c 		ib_free_cq(rdma->sc_sq_cq);