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()
305 if (wc->wr_id <= ic->i_send_ring.w_nr || in poll_scq()475 if (ic->i_send_ring.w_nr != max_wrs) in rds_ib_setup_qp()480 if (ic->i_recv_ring.w_nr != max_wrs) in rds_ib_setup_qp()487 cq_attr.cqe = ic->i_send_ring.w_nr + fr_queue_space + 1; in rds_ib_setup_qp()501 cq_attr.cqe = ic->i_recv_ring.w_nr; in rds_ib_setup_qp()531 attr.cap.max_send_wr = ic->i_send_ring.w_nr + fr_queue_space + 1; in rds_ib_setup_qp()532 attr.cap.max_recv_wr = ic->i_recv_ring.w_nr + 1; in rds_ib_setup_qp()551 ic->i_send_ring.w_nr * in rds_ib_setup_qp()561 ic->i_recv_ring.w_nr * in rds_ib_setup_qp()579 ic->i_send_ring.w_nr), in rds_ib_setup_qp()[all …]
318 iinfo->max_send_wr = ic->i_send_ring.w_nr; in rds_ib_conn_info_visitor()319 iinfo->max_recv_wr = ic->i_recv_ring.w_nr; in rds_ib_conn_info_visitor()355 iinfo6->max_send_wr = ic->i_send_ring.w_nr; in rds6_ib_conn_info_visitor()356 iinfo6->max_recv_wr = ic->i_recv_ring.w_nr; in rds6_ib_conn_info_visitor()
194 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) { in rds_ib_send_init_ring()217 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) { in rds_ib_send_clear_ring()290 oldest = (oldest + 1) % ic->i_send_ring.w_nr; in rds_ib_send_cqe_handler()690 pos = (pos + 1) % ic->i_send_ring.w_nr; in rds_ib_xmit()940 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