Home
last modified time | relevance | path

Searched refs:sg_pcopy_from_buffer (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/crypto/bcm/
H A Dutil.c75 copied = sg_pcopy_from_buffer(dest, nents, src, len, skip); in sg_copy_part_from_buf()
/linux/lib/
H A Dscatterlist.c1049 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_from_buffer() function
1054 EXPORT_SYMBOL(sg_pcopy_from_buffer);
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c830 consumed += sg_pcopy_from_buffer(sg, nents, (void *)buf, in cxgbit_skb_copy_to_sg()
/linux/drivers/nvme/target/
H A Dcore.c95 if (sg_pcopy_from_buffer(req->sg, req->sg_cnt, buf, len, off) != len) { in nvmet_copy_to_sgl()
/linux/drivers/crypto/
H A Dtalitos.c1048 sg_pcopy_from_buffer(dst, dst_nents, edesc->buf + offset, len, in talitos_sg_unmap()
/linux/drivers/usb/host/
H A Dxhci.c1389 len = sg_pcopy_from_buffer(urb->sg, urb->num_sgs, in xhci_unmap_temp_buf()
/linux/drivers/scsi/
H A Dscsi_debug.c1605 act_len = sg_pcopy_from_buffer(sdb->table.sgl, sdb->table.nents, in p_fill_from_dev_buffer()