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()672 ihdr = &ic->i_recv_hdrs[recv - ic->i_recvs]; in rds_iw_process_recv()808 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()374 recv = &ic->i_recvs[pos]; in rds_ib_recv_refill()837 ihdr = &ic->i_recv_hdrs[recv - ic->i_recvs]; in rds_ib_process_recv()974 recv = &ic->i_recvs[rds_ib_ring_oldest(&ic->i_recv_ring)]; in rds_poll_cq()
327 ic->i_recvs = vmalloc(ic->i_recv_ring.w_nr * sizeof(struct rds_iw_recv_work)); in rds_iw_setup_qp()328 if (!ic->i_recvs) { in rds_iw_setup_qp()626 if (ic->i_recvs) in rds_iw_conn_shutdown()686 vfree(ic->i_recvs); in rds_iw_conn_shutdown()687 ic->i_recvs = NULL; in rds_iw_conn_shutdown()
386 ic->i_recvs = vzalloc_node(ic->i_recv_ring.w_nr * sizeof(struct rds_ib_recv_work), in rds_ib_setup_qp()388 if (!ic->i_recvs) { in rds_ib_setup_qp()681 if (ic->i_recvs) in rds_ib_conn_shutdown()741 vfree(ic->i_recvs); in rds_ib_conn_shutdown()742 ic->i_recvs = NULL; in rds_ib_conn_shutdown()
130 struct rds_iw_recv_work *i_recvs; member
123 struct rds_ib_recv_work *i_recvs; member