Lines Matching refs:cc_sqecount
122 int cc_sqecount; member
132 cc->cc_sqecount = 0; in svc_rdma_cc_init()
213 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_write_done()
276 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_wc_read_done()
316 if (cc->cc_sqecount > rdma->sc_sq_depth) in svc_rdma_post_chunk_ctxt()
331 if (atomic_sub_return(cc->cc_sqecount, in svc_rdma_post_chunk_ctxt()
335 cc->cc_sqecount, ret); in svc_rdma_post_chunk_ctxt()
342 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_post_chunk_ctxt()
344 atomic_read(&rdma->sc_sq_avail) > cc->cc_sqecount); in svc_rdma_post_chunk_ctxt()
354 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_post_chunk_ctxt()
452 cc->cc_sqecount += ret; in svc_rdma_build_writes()
659 cc->cc_sqecount += ret; in svc_rdma_build_read_segment()