Searched refs:i_recvs (Results 1 – 6 of 6) sorted by relevance
87 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) { in rds_iw_recv_init_ring()131 rds_iw_recv_clear_one(ic, &ic->i_recvs[i]); in rds_iw_recv_clear_ring()198 sge->addr = ic->i_recv_hdrs_dma + (recv - ic->i_recvs) * sizeof(struct rds_header); in rds_iw_recv_refill_one()243 recv = &ic->i_recvs[pos]; in rds_iw_recv_refill()657 ihdr = &ic->i_recv_hdrs[recv - ic->i_recvs]; in rds_iw_process_recv()793 recv = &ic->i_recvs[rds_iw_ring_oldest(&ic->i_recv_ring)]; in rds_poll_cq()
51 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) { in rds_ib_recv_init_ring()238 rds_ib_recv_clear_one(ic, &ic->i_recvs[i]); in rds_ib_recv_clear_ring()338 sge->addr = ic->i_recv_hdrs_dma + (recv - ic->i_recvs) * sizeof(struct rds_header); in rds_ib_recv_refill_one()400 recv = &ic->i_recvs[pos]; in rds_ib_recv_refill()854 ihdr = &ic->i_recv_hdrs[recv - ic->i_recvs]; in rds_ib_process_recv()969 recv = &ic->i_recvs[rds_ib_ring_oldest(&ic->i_recv_ring)]; in rds_ib_recv_cqe_handler()
330 ic->i_recvs = vmalloc(ic->i_recv_ring.w_nr * sizeof(struct rds_iw_recv_work)); in rds_iw_setup_qp()331 if (!ic->i_recvs) { in rds_iw_setup_qp()630 if (ic->i_recvs) in rds_iw_conn_shutdown()690 vfree(ic->i_recvs); in rds_iw_conn_shutdown()691 ic->i_recvs = NULL; in rds_iw_conn_shutdown()
470 ic->i_recvs = vzalloc_node(ic->i_recv_ring.w_nr * sizeof(struct rds_ib_recv_work), in rds_ib_setup_qp()472 if (!ic->i_recvs) { in rds_ib_setup_qp()775 if (ic->i_recvs) in rds_ib_conn_shutdown()828 vfree(ic->i_recvs); in rds_ib_conn_shutdown()829 ic->i_recvs = NULL; in rds_ib_conn_shutdown()
133 struct rds_iw_recv_work *i_recvs; member
151 struct rds_ib_recv_work *i_recvs; member