Home
last modified time | relevance | path

Searched refs:i_recv_ring (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/net/rds/
Dib_recv.c52 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()
399 rds_ib_ring_alloc(&ic->i_recv_ring, 1, &pos)) { in rds_ib_recv_refill()
400 if (pos >= ic->i_recv_ring.w_nr) { in rds_ib_recv_refill()
440 rds_ib_ring_unalloc(&ic->i_recv_ring, 1); in rds_ib_recv_refill()
456 (can_wait && rds_ib_ring_low(&ic->i_recv_ring)) || in rds_ib_recv_refill()
457 rds_ib_ring_empty(&ic->i_recv_ring))) { in rds_ib_recv_refill()
983 recv = &ic->i_recvs[rds_ib_ring_oldest(&ic->i_recv_ring)]; in rds_ib_recv_cqe_handler()
1014 rds_ib_ring_free(&ic->i_recv_ring, 1); in rds_ib_recv_cqe_handler()
1019 if (rds_ib_ring_empty(&ic->i_recv_ring)) in rds_ib_recv_cqe_handler()
[all …]
Dib_cm.c545 if (ic->i_recv_ring.w_nr != max_wrs) in rds_ib_setup_qp()
546 rds_ib_ring_resize(&ic->i_recv_ring, max_wrs); in rds_ib_setup_qp()
566 cq_attr.cqe = ic->i_recv_ring.w_nr; in rds_ib_setup_qp()
597 attr.cap.max_recv_wr = ic->i_recv_ring.w_nr + 1; in rds_ib_setup_qp()
625 ic->i_recv_ring.w_nr); in rds_ib_setup_qp()
650 ic->i_recv_ring.w_nr), in rds_ib_setup_qp()
674 ic->i_recv_ring.w_nr); in rds_ib_setup_qp()
1088 rds_ib_ring_empty(&ic->i_recv_ring) && in rds_ib_conn_path_shutdown()
1129 ic->i_recv_ring.w_nr); in rds_ib_conn_path_shutdown()
1190 rds_ib_ring_init(&ic->i_recv_ring, ic->i_recv_ring.w_nr); in rds_ib_conn_path_shutdown()
[all …]
Dib.c333 iinfo->max_recv_wr = ic->i_recv_ring.w_nr; in rds_ib_conn_info_visitor()
370 iinfo6->max_recv_wr = ic->i_recv_ring.w_nr; in rds6_ib_conn_info_visitor()
Dib.h175 struct rds_ib_work_ring i_recv_ring; member