Searched refs:sg_page (Results 1 - 25 of 158) sorted by last modified time

1234567

/linux-master/net/core/
H A Dskmsg.c57 sg_page(sge) == pfrag->page &&
114 (sg_page(sge) == sg_page(sgd)) &&
120 sk_msg_page_add(dst, sg_page(sge), sge_len, sge_off);
187 put_page(sg_page(sge));
434 page = sg_page(sge);
H A Dfilter.c2702 put_page(sg_page(sge));
2824 put_page(sg_page(psge));
2875 get_page(sg_page(&rsge));
2986 get_page(sg_page(sge));
2988 sg_page(sge),
3001 orig = sg_page(sge);
/linux-master/lib/
H A Dscatterlist.c476 unsigned long next_pfn = (page_to_phys(sg_page(sgt_append->prv)) +
694 page = sg_page(sg);
1153 unpin_user_page(sg_page(&sgtable->sgl[--sgtable->nents]));
/linux-master/include/linux/
H A Dskmsg.h227 return sg_page(sk_msg_elem(msg, which));
/linux-master/drivers/nvme/target/
H A Dtcp.c377 bvec_set_page(iov, sg_page(sg), iov_len,
640 struct page *page = sg_page(cmd->cur_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/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c1882 struct page *page = sg_page(sgl);
/linux-master/drivers/scsi/
H A Dscsi_lib.c3138 page = nth_page(sg_page(sg), (*offset >> PAGE_SHIFT));
H A Dmegaraid.c665 buf = kmap_atomic(sg_page(sg)) + sg->offset;
1553 if( sg_page(sgl) ) {
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c2381 void *to = page_address(sg_page(sg_resp));
/linux-master/net/rds/
H A Drdma.c498 struct page *page = sg_page(&ro->op_sg[i]);
516 struct page *page = sg_page(ao->op_sg);
/linux-master/net/tls/
H A Dtls_sw.c233 put_page(sg_page(sg));
636 get_page(sg_page(sge));
637 sg_set_page(&tmp, sg_page(sge), len,
706 if (sg_page(osge) == sg_page(nsge) &&
709 put_page(sg_page(nsge));
812 page_address(sg_page(&msg_en->sg.data[i])) +
1625 put_page(sg_page(&sgout[pages]));
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c402 in_page = sg_page(sg);
406 sg_set_page(&desc->outfrags[desc->fragno], sg_page(sg), sg->length,
432 sg_set_page(&desc->outfrags[0], sg_page(sg), fraglen,
494 sg_set_page(&desc->frags[desc->fragno], sg_page(sg), sg->length,
517 sg_set_page(&desc->frags[0], sg_page(sg), fraglen,
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c584 new_page = sg_page(iter);
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c999 src = kmap_local_page(sg_page(req->src)) + req->src->offset;
1000 dst = kmap_local_page(sg_page(req->dst)) + req->dst->offset;
/linux-master/drivers/iommu/
H A Ddma-iommu.c997 arch_dma_prep_coherent(sg_page(sg), sg->length);
1329 sg_dma_address(s) = iommu_dma_map_page(dev, sg_page(s),
1389 if (is_pci_p2pdma_page(sg_page(s))) {
/linux-master/net/ipv6/
H A Desp6.c134 skb_page_unref(skb, sg_page(sg), false);
/linux-master/net/ipv4/
H A Desp4.c117 skb_page_unref(skb, sg_page(sg), false);
/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/usb/core/
H A Dmessage.c576 if (!PageHighMem(sg_page(sg)))
H A Dhcd.c1466 sg_page(sg),
/linux-master/drivers/virtio/
H A Dvirtio_ring.c380 kmsan_handle_dma(sg_page(sg), sg->offset, sg->length, direction);
391 sg_page(sg), sg->offset, sg->length,
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.c2346 iwpbl->qp_mr.sq_page = sg_page(region->sgt_append.sgt.sgl);
/linux-master/drivers/vfio/pci/pds/
H A Dlm.c154 return nth_page(sg_page(sg),
/linux-master/drivers/vfio/pci/mlx5/
H A Dmain.c60 return nth_page(sg_page(sg),

Completed in 544 milliseconds

1234567