Searched refs:w_nr (Results 1 – 6 of 6) sorted by relevance
69 ring->w_nr = nr; in rds_ib_ring_init()70 rdsdebug("ring %p nr %u\n", ring, ring->w_nr); in rds_ib_ring_init()79 BUG_ON(diff > ring->w_nr); in __rds_ib_ring_used()89 ring->w_nr = nr; in rds_ib_ring_resize()101 avail = ring->w_nr - __rds_ib_ring_used(ring); in rds_ib_ring_alloc()110 ring->w_alloc_ptr = (ring->w_alloc_ptr + ret) % ring->w_nr; in rds_ib_ring_alloc()119 ring->w_free_ptr = (ring->w_free_ptr + val) % ring->w_nr; in rds_ib_ring_free()129 ring->w_alloc_ptr = (ring->w_alloc_ptr - val) % ring->w_nr; in rds_ib_ring_unalloc()140 return __rds_ib_ring_used(ring) <= (ring->w_nr >> 1); in rds_ib_ring_low()163 ret = ring->w_nr - oldest + (unsigned long long)wr_id + 1; in rds_ib_ring_completed()
307 if (wc->wr_id <= ic->i_send_ring.w_nr || in poll_scq()540 if (ic->i_send_ring.w_nr != max_wrs) in rds_ib_setup_qp()545 if (ic->i_recv_ring.w_nr != max_wrs) in rds_ib_setup_qp()552 cq_attr.cqe = ic->i_send_ring.w_nr + fr_queue_space + 1; in rds_ib_setup_qp()566 cq_attr.cqe = ic->i_recv_ring.w_nr; in rds_ib_setup_qp()596 attr.cap.max_send_wr = ic->i_send_ring.w_nr + fr_queue_space + 1; in rds_ib_setup_qp()597 attr.cap.max_recv_wr = ic->i_recv_ring.w_nr + 1; in rds_ib_setup_qp()617 ic->i_send_ring.w_nr); in rds_ib_setup_qp()625 ic->i_recv_ring.w_nr); in rds_ib_setup_qp()641 ic->i_send_ring.w_nr), in rds_ib_setup_qp()[all …]
332 iinfo->max_send_wr = ic->i_send_ring.w_nr; in rds_ib_conn_info_visitor()333 iinfo->max_recv_wr = ic->i_recv_ring.w_nr; in rds_ib_conn_info_visitor()369 iinfo6->max_send_wr = ic->i_send_ring.w_nr; in rds6_ib_conn_info_visitor()370 iinfo6->max_recv_wr = ic->i_recv_ring.w_nr; in rds6_ib_conn_info_visitor()
195 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) { in rds_ib_send_init_ring()219 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) { in rds_ib_send_clear_ring()292 oldest = (oldest + 1) % ic->i_send_ring.w_nr; in rds_ib_send_cqe_handler()696 pos = (pos + 1) % ic->i_send_ring.w_nr; in rds_ib_xmit()961 if (++send == &ic->i_sends[ic->i_send_ring.w_nr]) in rds_ib_xmit_rdma()
52 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) { in rds_ib_recv_init_ring()241 for (i = 0; i < ic->i_recv_ring.w_nr; i++) in rds_ib_recv_clear_ring()400 if (pos >= ic->i_recv_ring.w_nr) { in rds_ib_recv_refill()
120 u32 w_nr; member