Searched refs:cc_sqecount (Results 1 – 1 of 1) sorted by relevance
159 int cc_sqecount; member178 cc->cc_sqecount = 0; in svc_rdma_cc_init()282 svc_rdma_wake_send_waiters(rdma, cc->cc_sqecount); in svc_rdma_write_done()348 svc_rdma_wake_send_waiters(cc->cc_rdma, cc->cc_sqecount); in svc_rdma_wc_read_done()370 if (cc->cc_sqecount > rdma->sc_sq_depth) in svc_rdma_post_chunk_ctxt()385 if (atomic_sub_return(cc->cc_sqecount, in svc_rdma_post_chunk_ctxt()396 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_post_chunk_ctxt()398 atomic_read(&rdma->sc_sq_avail) > cc->cc_sqecount); in svc_rdma_post_chunk_ctxt()409 atomic_add(cc->cc_sqecount, &rdma->sc_sq_avail); in svc_rdma_post_chunk_ctxt()502 cc->cc_sqecount += ret; in svc_rdma_build_writes()[all …]