Home
last modified time | relevance | path

Searched refs:f_sg (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/rds/
H A Dib_recv.c191 /* Recycle frag and attached recv buffer f_sg */
195 rdsdebug("frag %p page %p\n", frag, sg_page(&frag->f_sg)); in rds_ib_frag_free()
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()
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()
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()
[all...]
H A Dib.h39 struct scatterlist f_sg; member
/kernel/linux/linux-6.6/net/rds/
H A Dib_recv.c192 /* Recycle frag and attached recv buffer f_sg */
196 rdsdebug("frag %p page %p\n", frag, sg_page(&frag->f_sg)); in rds_ib_frag_free()
232 ib_dma_unmap_sg(ic->i_cm_id->device, &recv->r_frag->f_sg, 1, DMA_FROM_DEVICE); in rds_ib_recv_clear_one()
293 sg_init_table(&frag->f_sg, 1); in rds_ib_refill_one_frag()
294 ret = rds_page_remainder_alloc(&frag->f_sg, in rds_ib_refill_one_frag()
342 ret = ib_dma_map_sg(ic->i_cm_id->device, &recv->r_frag->f_sg, in rds_ib_recv_refill_one()
351 sge->addr = sg_dma_address(&recv->r_frag->f_sg); in rds_ib_recv_refill_one()
352 sge->length = sg_dma_len(&recv->r_frag->f_sg); in rds_ib_recv_refill_one()
416 recv->r_ibinc, sg_page(&recv->r_frag->f_sg), in rds_ib_recv_refill()
417 (long)sg_dma_address(&recv->r_frag->f_sg)); in rds_ib_recv_refill()
[all...]
H A Dib.h39 struct scatterlist f_sg; member

Completed in 5 milliseconds