Lines Matching refs:r_frag
56 recv->r_frag = NULL; in rds_ib_recv_init_ring()
230 if (recv->r_frag) { in rds_ib_recv_clear_one()
231 ib_dma_unmap_sg(ic->i_cm_id->device, &recv->r_frag->f_sg, 1, DMA_FROM_DEVICE); in rds_ib_recv_clear_one()
232 rds_ib_frag_free(ic, recv->r_frag); in rds_ib_recv_clear_one()
233 recv->r_frag = NULL; in rds_ib_recv_clear_one()
336 WARN_ON(recv->r_frag); /* leak! */ in rds_ib_recv_refill_one()
337 recv->r_frag = rds_ib_refill_one_frag(ic, slab_mask, page_mask); in rds_ib_recv_refill_one()
338 if (!recv->r_frag) in rds_ib_recv_refill_one()
341 ret = ib_dma_map_sg(ic->i_cm_id->device, &recv->r_frag->f_sg, in rds_ib_recv_refill_one()
350 sge->addr = sg_dma_address(&recv->r_frag->f_sg); in rds_ib_recv_refill_one()
351 sge->length = sg_dma_len(&recv->r_frag->f_sg); in rds_ib_recv_refill_one()
415 recv->r_ibinc, sg_page(&recv->r_frag->f_sg), in rds_ib_recv_refill()
416 (long)sg_dma_address(&recv->r_frag->f_sg)); in rds_ib_recv_refill()
910 rds_ib_frag_free(ic, recv->r_frag); in rds_ib_process_recv()
911 recv->r_frag = NULL; in rds_ib_process_recv()
950 list_add_tail(&recv->r_frag->f_item, &ibinc->ii_frags); in rds_ib_process_recv()
951 recv->r_frag = NULL; in rds_ib_process_recv()
997 ib_dma_unmap_sg(ic->i_cm_id->device, &recv->r_frag->f_sg, 1, in rds_ib_recv_cqe_handler()
1023 if (recv->r_frag) { in rds_ib_recv_cqe_handler()
1024 rds_ib_frag_free(ic, recv->r_frag); in rds_ib_recv_cqe_handler()
1025 recv->r_frag = NULL; in rds_ib_recv_cqe_handler()