Lines Matching refs:i_recv_ring
53 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) {
242 for (i = 0; i < ic->i_recv_ring.w_nr; i++)
401 rds_ib_ring_alloc(&ic->i_recv_ring, 1, &pos)) {
402 if (pos >= ic->i_recv_ring.w_nr) {
442 rds_ib_ring_unalloc(&ic->i_recv_ring, 1);
458 (can_wait && rds_ib_ring_low(&ic->i_recv_ring)) ||
459 rds_ib_ring_empty(&ic->i_recv_ring))) {
997 recv = &ic->i_recvs[rds_ib_ring_oldest(&ic->i_recv_ring)];
1028 rds_ib_ring_free(&ic->i_recv_ring, 1);
1033 if (rds_ib_ring_empty(&ic->i_recv_ring))
1036 if (rds_ib_ring_low(&ic->i_recv_ring)) {