Searched refs:sg_page (Results 126 - 150 of 160) sorted by relevance

1234567

/linux-master/net/ipv4/
H A Desp4.c118 skb_page_unref(sg_page(sg), skb->pp_recycle);
/linux-master/net/ipv6/
H A Desp6.c135 skb_page_unref(sg_page(sg), skb->pp_recycle);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dusb.c542 sg_page(&urb->sg[nsgs]),
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1767 struct page *page = sg_page(sg);
1783 page = sg_page(sg);
1831 if (page_count(sg_page(sg)) < 1) {
/linux-master/drivers/target/iscsi/
H A Discsi_target.c924 iov[i].iov_base = kmap(sg_page(sg)) + sg->offset + page_off;
956 kunmap(sg_page(&sg[i]));
1429 sg_set_page(&first_sg, sg_page(sg), len, sg->offset + page_off);
/linux-master/net/core/
H A Dfilter.c2704 put_page(sg_page(sge));
2826 put_page(sg_page(psge));
2877 get_page(sg_page(&rsge));
2988 get_page(sg_page(sge));
2990 sg_page(sge),
3003 orig = sg_page(sge);
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c361 page = sg_page(sg);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c88 sg_dma_address(sg) = page_to_phys(sg_page(sg));
/linux-master/drivers/crypto/
H A Ds5p-sss.c1104 sg_set_page(tmp, sg_page(sg), len, sg->offset + skip);
/linux-master/drivers/scsi/libfc/
H A Dfc_fcp.c677 page = sg_page(sg) + (off >> PAGE_SHIFT);
/linux-master/drivers/usb/core/
H A Dmessage.c576 if (!PageHighMem(sg_page(sg)))
H A Dhcd.c1466 sg_page(sg),
H A Ddevio.c421 if (sg_page(&as->urb->sg[i]))
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c1280 void *to = page_address(sg_page(sg_resp));
/linux-master/drivers/hwtracing/intel_th/
H A Dmsu.c1079 return sg_page(sg);
/linux-master/drivers/char/
H A Dvirtio_console.c353 struct page *page = sg_page(&buf->sg[i]);
/linux-master/drivers/scsi/
H A Dmegaraid.c665 buf = kmap_atomic(sg_page(sg)) + sg->offset;
1553 if( sg_page(sgl) ) {
H A Dscsi_lib.c3131 page = nth_page(sg_page(sg), (*offset >> PAGE_SHIFT));
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.c1532 sg_addr = kmap_atomic(sg_page(sg) + (sg_off >> PAGE_SHIFT));
/linux-master/drivers/scsi/mvsas/
H A Dmv_sas.c1612 to = kmap_atomic(sg_page(sg_resp));
/linux-master/drivers/usb/misc/
H A Dusbtest.c528 if (!sg_page(&sg[i]))
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c998 memcpy(buf, page_address(sg_page(sg)) + start, len);
/linux-master/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c2896 to = kmap_atomic(sg_page(sg_resp));
4157 to = kmap_atomic(sg_page(smp_req));
/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_hba.c3007 buffer = kmap_atomic(sg_page(sg)) + sg->offset;
3293 buffer = kmap_atomic(sg_page(sg)) + sg->offset;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4016 page = sg_page(iter);
4113 newpage = sg_page(iter);

Completed in 363 milliseconds

1234567