Home
last modified time | relevance | path

Searched refs:i_recvs (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/net/rds/
Dib_cm.c386 ic->i_recvs = vmalloc_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()
393 memset(ic->i_recvs, 0, ic->i_recv_ring.w_nr * sizeof(struct rds_ib_recv_work)); in rds_ib_setup_qp()
683 if (ic->i_recvs) in rds_ib_conn_shutdown()
743 vfree(ic->i_recvs); in rds_ib_conn_shutdown()
744 ic->i_recvs = NULL; in rds_ib_conn_shutdown()
Diw_recv.c87 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()
809 recv = &ic->i_recvs[rds_iw_ring_oldest(&ic->i_recv_ring)]; in rds_poll_cq()
Diw_cm.c327 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()
627 if (ic->i_recvs) in rds_iw_conn_shutdown()
687 vfree(ic->i_recvs); in rds_iw_conn_shutdown()
688 ic->i_recvs = NULL; in rds_iw_conn_shutdown()
Dib_recv.c51 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()
975 recv = &ic->i_recvs[rds_ib_ring_oldest(&ic->i_recv_ring)]; in rds_poll_cq()
Dib.h122 struct rds_ib_recv_work *i_recvs; member
Diw.h129 struct rds_iw_recv_work *i_recvs; member