Home
last modified time | relevance | path

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

/openbmc/linux/net/rds/
H A Dib_send.c267 oldest = rds_ib_ring_oldest(&ic->i_send_ring); in rds_ib_send_cqe_handler()
292 oldest = (oldest + 1) % ic->i_send_ring.w_nr; in rds_ib_send_cqe_handler()
295 rds_ib_ring_free(&ic->i_send_ring, completed); in rds_ib_send_cqe_handler()
558 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit()
703 pos = (pos + 1) % ic->i_send_ring.w_nr; in rds_ib_xmit()
744 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit()
813 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_atomic()
838 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_atomic()
904 rds_ib_ring_unalloc(&ic->i_send_ring, work_alloc); in rds_ib_xmit_rdma()
968 if (++send == &ic->i_sends[ic->i_send_ring.w_nr]) in rds_ib_xmit_rdma()
[all …]
H A Dib_cm.c272 if (wc->wr_id <= ic->i_send_ring.w_nr || in poll_scq()
531 if (ic->i_send_ring.w_nr != max_wrs) in rds_ib_setup_qp()
532 rds_ib_ring_resize(&ic->i_send_ring, max_wrs); in rds_ib_setup_qp()
543 cq_attr.cqe = ic->i_send_ring.w_nr + fr_queue_space + 1; in rds_ib_setup_qp()
587 attr.cap.max_send_wr = ic->i_send_ring.w_nr + fr_queue_space + 1; in rds_ib_setup_qp()
607 ic->i_send_ring.w_nr, in rds_ib_setup_qp()
633 ic->i_send_ring.w_nr), in rds_ib_setup_qp()
673 ic->i_send_ring.w_nr, DMA_TO_DEVICE); in rds_ib_setup_qp()
1112 ic->i_send_ring.w_nr, in rds_ib_conn_path_shutdown()
1184 rds_ib_ring_init(&ic->i_send_ring, ic->i_send_ring.w_nr); in rds_ib_conn_path_shutdown()
[all …]
H A Dib.c322 iinfo->max_send_wr = ic->i_send_ring.w_nr; in rds_ib_conn_info_visitor()
359 iinfo6->max_send_wr = ic->i_send_ring.w_nr; in rds6_ib_conn_info_visitor()
H A Dib.h166 struct rds_ib_work_ring i_send_ring; member