Searched refs:sg_page (Results 76 - 100 of 160) sorted by relevance

1234567

/linux-master/drivers/target/
H A Dtarget_core_rd.c75 pg = sg_page(&sg[j]);
H A Dtarget_core_transport.c1604 buf = kmap_local_page(sg_page(sgl));
2728 return kmap(sg_page(sg)) + sg->offset;
2737 pages[i] = sg_page(sg);
2754 kunmap(sg_page(cmd->t_data_sg));
/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/net/ipv4/
H A Dtcp_bpf.c106 page = sg_page(sge);
/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/scsi/isci/
H A Drequest.c1420 struct page *page = sg_page(sg);
1771 kaddr = kmap_atomic(sg_page(sg));
2917 kaddr = kmap_atomic(sg_page(sg));
3186 kaddr = kmap_atomic(sg_page(sg));
/linux-master/drivers/nvme/target/
H A Dpassthru.c280 if (bio_add_pc_page(rq->q, bio, sg_page(sg), sg->length,
H A Dzns.c579 struct page *p = sg_page(sg);
H A Drdma.c274 if (sg_page(sg))
275 __free_page(sg_page(sg));
316 if (sg_page(sg))
317 __free_page(sg_page(sg));
/linux-master/drivers/block/
H A Dxen-blkfront.c833 setup.bvec_data = kmap_atomic(sg_page(sg));
836 gnttab_foreach_grant_in_range(sg_page(sg),
1444 data.bvec_data = kmap_atomic(sg_page(sg));
1446 gnttab_foreach_grant_in_range(sg_page(sg),
/linux-master/net/xfrm/
H A Despintcp.c231 p = sg_page(sg);
/linux-master/drivers/usb/gadget/function/
H A Duvc_video.c169 sg_set_page(iter, sg_page(buf->sg), part, buf->offset);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c335 return sg_page(p->mm.pages->sgl);
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-dma.c147 clflush_cache_range(page_to_virt(sg_page(sg)), sg->length);
/linux-master/include/linux/
H A Dskmsg.h231 return sg_page(sk_msg_elem(msg, which));
/linux-master/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c303 sg_page(&areq_ctx->ccm_adata_sg),
327 &sg_dma_address(areq_ctx->buff_sg), sg_page(areq_ctx->buff_sg),
/linux-master/drivers/mmc/host/
H A Dau1xmmc.c391 sg_ptr = kmap_local_page(sg_page(sg)) + sg->offset + host->pio.offset;
449 sg_ptr = kmap_local_page(sg_page(sg)) + sg->offset + host->pio.offset;
H A Dtmio_mmc_core.c426 sg_virt = kmap_local_page(sg_page(host->sg_ptr));
450 void *sg_virt = kmap_local_page(sg_page(host->sg_orig));
H A Dusdhi6rol0.c368 host->pg.page = sg_page(sg);
506 host->pg.page = nth_page(sg_page(host->sg), host->page_idx);
/linux-master/drivers/hv/
H A Dhv_balloon.c1655 sg_page(sg)) >> HV_LARGE_REPORTING_ORDER;
1660 range->page.basepfn = page_to_hvpfn(sg_page(sg));
/linux-master/drivers/md/
H A Ddm-crypt.c543 src = kmap_local_page(sg_page(sg));
563 dst = kmap_local_page(sg_page(sg));
687 src = kmap_local_page(sg_page(sg));
713 dst = kmap_local_page(sg_page(sg));
987 data = kmap_local_page(sg_page(sg));
993 data2 = kmap_local_page(sg_page(sg2));
/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/crypto/intel/iaa/
H A Diaa_crypto_main.c997 src = kmap_local_page(sg_page(req->src)) + req->src->offset;
998 dst = kmap_local_page(sg_page(req->dst)) + req->dst->offset;

Completed in 253 milliseconds

1234567