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()
297 if (wc->wr_id <= ic->i_send_ring.w_nr || in poll_scq()468 if (rds_ibdev->max_wrs < ic->i_send_ring.w_nr + 1) in rds_ib_setup_qp()470 if (rds_ibdev->max_wrs < ic->i_recv_ring.w_nr + 1) in rds_ib_setup_qp()477 cq_attr.cqe = ic->i_send_ring.w_nr + fr_queue_space + 1; in rds_ib_setup_qp()491 cq_attr.cqe = ic->i_recv_ring.w_nr; in rds_ib_setup_qp()521 attr.cap.max_send_wr = ic->i_send_ring.w_nr + fr_queue_space + 1; in rds_ib_setup_qp()522 attr.cap.max_recv_wr = ic->i_recv_ring.w_nr + 1; in rds_ib_setup_qp()543 ic->i_send_ring.w_nr * in rds_ib_setup_qp()553 ic->i_recv_ring.w_nr * in rds_ib_setup_qp()571 ic->i_send_ring.w_nr), in rds_ib_setup_qp()[all …]
316 iinfo->max_send_wr = ic->i_send_ring.w_nr; in rds_ib_conn_info_visitor()317 iinfo->max_recv_wr = ic->i_recv_ring.w_nr; in rds_ib_conn_info_visitor()349 iinfo6->max_send_wr = ic->i_send_ring.w_nr; in rds6_ib_conn_info_visitor()350 iinfo6->max_recv_wr = ic->i_recv_ring.w_nr; in rds6_ib_conn_info_visitor()
199 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) { in rds_ib_send_init_ring()222 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) { in rds_ib_send_clear_ring()295 oldest = (oldest + 1) % ic->i_send_ring.w_nr; in rds_ib_send_cqe_handler()694 pos = (pos + 1) % ic->i_send_ring.w_nr; in rds_ib_xmit()943 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()240 for (i = 0; i < ic->i_recv_ring.w_nr; i++) in rds_ib_recv_clear_ring()398 if (pos >= ic->i_recv_ring.w_nr) { in rds_ib_recv_refill()
119 u32 w_nr; member