Home
last modified time | relevance | path

Searched refs:f_sg (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/net/rds/
Dib_recv.c193 rdsdebug("frag %p page %p\n", frag, sg_page(&frag->f_sg)); in rds_ib_frag_free()
227 ib_dma_unmap_sg(ic->i_cm_id->device, &recv->r_frag->f_sg, 1, DMA_FROM_DEVICE); in rds_ib_recv_clear_one()
285 sg_init_table(&frag->f_sg, 1); in rds_ib_refill_one_frag()
286 ret = rds_page_remainder_alloc(&frag->f_sg, in rds_ib_refill_one_frag()
333 ret = ib_dma_map_sg(ic->i_cm_id->device, &recv->r_frag->f_sg, in rds_ib_recv_refill_one()
342 sge->addr = sg_dma_address(&recv->r_frag->f_sg); in rds_ib_recv_refill_one()
343 sge->length = sg_dma_len(&recv->r_frag->f_sg); in rds_ib_recv_refill_one()
383 recv->r_ibinc, sg_page(&recv->r_frag->f_sg), in rds_ib_recv_refill()
384 (long) sg_dma_address(&recv->r_frag->f_sg), ret); in rds_ib_recv_refill()
506 sg_page(&frag->f_sg), frag->f_sg.offset, frag_off); in rds_ib_inc_copy_to_user()
[all …]
Dib.h37 struct scatterlist f_sg; member