Home
last modified time | relevance | path

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

/linux/net/rds/
A Dib_recv.c195 rdsdebug("frag %p page %p\n", frag, sg_page(&frag->f_sg)); in rds_ib_frag_free()
292 sg_init_table(&frag->f_sg, 1); in rds_ib_refill_one_frag()
293 ret = rds_page_remainder_alloc(&frag->f_sg, in rds_ib_refill_one_frag()
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()
414 recv->r_ibinc, sg_page(&recv->r_frag->f_sg), in rds_ib_recv_refill()
415 (long)sg_dma_address(&recv->r_frag->f_sg)); in rds_ib_recv_refill()
558 ret = copy_page_to_iter(sg_page(&frag->f_sg), in rds_ib_inc_copy_to_user()
559 frag->f_sg.offset + frag_off, in rds_ib_inc_copy_to_user()
815 addr = kmap_atomic(sg_page(&frag->f_sg)); in rds_ib_cong_recv()
[all …]
A Dib.h39 struct scatterlist f_sg; member

Completed in 8 milliseconds