Searched refs:sg_set_page (Results 51 - 75 of 125) sorted by relevance

12345

/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c452 sg_set_page(sg, *page, sge_bytes, page_off);
757 sg_set_page(sg, rqstp->rq_pages[head->rc_curpage],
H A Dfrwr_ops.c298 sg_set_page(&mr->mr_sg[i], seg->mr_page,
/linux-master/fs/ecryptfs/
H A Dcrypto.c245 sg_set_page(&sg[i], pg, 0, offset);
375 sg_set_page(&src_sg, src_page, extent_size,
377 sg_set_page(&dst_sg, dst_page, extent_size,
/linux-master/drivers/tty/serial/
H A Dpch_uart.c787 sg_set_page(&priv->sg_rx, virt_to_page(priv->rx_buf_virt),
923 sg_set_page(sg, virt_to_page(xmit->buf),
926 sg_set_page(sg, virt_to_page(xmit->buf),
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-alsa.c162 sg_set_page(&buf->sglist[i], pg, PAGE_SIZE, 0);
/linux-master/drivers/net/ipa/
H A Dgsi_trans.c449 sg_set_page(sg, page, size, offset);
/linux-master/net/9p/
H A Dtrans_virtio.c236 sg_set_page(&sg[index++], pdata[i++], s, data_off);
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_vsp.c288 sg_set_page(dst, sg_page(src), src->length,
/linux-master/crypto/
H A Dessiv.c234 sg_set_page(rctx->sg, sg_page(req->src), ssize,
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-contig.c344 sg_set_page(wr, sg_page(rd), rd->length, rd->offset);
H A Dvideobuf2-dma-sg.c395 sg_set_page(wr, sg_page(rd), rd->length, rd->offset);
/linux-master/drivers/spi/
H A Dspi-mxs.c228 sg_set_page(&dma_xfer[sg_count].sg, vm_page,
H A Dspi-pl022.c767 sg_set_page(sg, virt_to_page(bufp),
782 sg_set_page(sg, virt_to_page(pl022->dummypage),
/linux-master/drivers/accel/qaic/
H A Dqaic_data.c229 sg_set_page(sg, sg_page(sgn), sg_dma_len(sg), offf);
235 sg_set_page(sg, sg_page(sgn), offl - offf, offf);
522 sg_set_page(sg, pages[k], PAGE_SIZE << pages_order[k], 0);
524 sg_set_page(sg, pages[k], (PAGE_SIZE << pages_order[k]) - buf_extra, 0);
/linux-master/kernel/dma/
H A Ddirect.c534 sg_set_page(sgt->sgl, page, PAGE_ALIGN(size), 0);
/linux-master/drivers/usb/gadget/function/
H A Duvc_video.c169 sg_set_page(iter, sg_page(buf->sg), part, buf->offset);
/linux-master/include/linux/
H A Dskmsg.h255 sg_set_page(sge, page, len, offset);
/linux-master/drivers/target/
H A Dtarget_core_sbc.c519 sg_set_page(&write_sg[i], m.page, block_size,
523 sg_set_page(&write_sg[i], m.page, block_size,
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_gem.c1025 sg_set_page(sg, phys_to_page(addr), len,
1034 sg_set_page(sg, omap_obj->pages[i], PAGE_SIZE, 0);
/linux-master/drivers/md/
H A Ddm-verity-target.c123 sg_set_page(&sg, vmalloc_to_page(data), this_step, offset_in_page(data));
434 sg_set_page(&sg, bv.bv_page, len, bv.bv_offset);
/linux-master/mm/
H A Dzswap.c1018 sg_set_page(&input, &folio->page, PAGE_SIZE, 0);
1101 sg_set_page(&output, page, PAGE_SIZE, 0);
/linux-master/net/core/
H A Dskmsg.c68 sg_set_page(sge, pfrag->page, use, orig_offset);
340 sg_set_page(&msg->sg.data[msg->sg.end],
/linux-master/drivers/memstick/core/
H A Dms_block.c52 sg_set_page(sg_to, sg_page(sg_from),
70 sg_set_page(sg_to, sg_page(sg_from),
81 sg_set_page(sg_to, sg_page(sg_from), len, sg_from->offset);
/linux-master/drivers/dma/sh/
H A Drcar-dmac.c1137 sg_set_page(&sgl, pfn_to_page(PFN_DOWN(dma_src)), len,
1266 sg_set_page(&sgl[i], pfn_to_page(PFN_DOWN(src)), period_len,
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c123 sg_set_page(sg, page, page_size, 0);
148 sg_set_page(sg, NULL, 0, 0);

Completed in 247 milliseconds

12345