Lines Matching refs:i_recv_ring
470 if (rds_ibdev->max_wrs < ic->i_recv_ring.w_nr + 1) in rds_ib_setup_qp()
471 rds_ib_ring_resize(&ic->i_recv_ring, rds_ibdev->max_wrs - 1); in rds_ib_setup_qp()
491 cq_attr.cqe = ic->i_recv_ring.w_nr; in rds_ib_setup_qp()
522 attr.cap.max_recv_wr = ic->i_recv_ring.w_nr + 1; in rds_ib_setup_qp()
553 ic->i_recv_ring.w_nr * in rds_ib_setup_qp()
580 ic->i_recv_ring.w_nr), in rds_ib_setup_qp()
601 ib_dma_free_coherent(dev, ic->i_recv_ring.w_nr * in rds_ib_setup_qp()
1000 rds_ib_ring_empty(&ic->i_recv_ring) && in rds_ib_conn_path_shutdown()
1034 ic->i_recv_ring.w_nr * in rds_ib_conn_path_shutdown()
1089 rds_ib_ring_init(&ic->i_recv_ring, rds_ib_sysctl_max_recv_wr); in rds_ib_conn_path_shutdown()
1136 rds_ib_ring_init(&ic->i_recv_ring, rds_ib_sysctl_max_recv_wr); in rds_ib_conn_alloc()