Searched refs:sg_pcopy_from_buffer (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/crypto/bcm/ |
| H A D | util.c | 75 copied = sg_pcopy_from_buffer(dest, nents, src, len, skip); in sg_copy_part_from_buf()
|
| /linux/lib/ |
| H A D | scatterlist.c | 1049 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 D | cxgbit_target.c | 830 consumed += sg_pcopy_from_buffer(sg, nents, (void *)buf, in cxgbit_skb_copy_to_sg()
|
| /linux/drivers/nvme/target/ |
| H A D | core.c | 95 if (sg_pcopy_from_buffer(req->sg, req->sg_cnt, buf, len, off) != len) { in nvmet_copy_to_sgl()
|
| /linux/drivers/crypto/ |
| H A D | talitos.c | 1048 sg_pcopy_from_buffer(dst, dst_nents, edesc->buf + offset, len, in talitos_sg_unmap()
|
| /linux/drivers/usb/host/ |
| H A D | xhci.c | 1389 len = sg_pcopy_from_buffer(urb->sg, urb->num_sgs, in xhci_unmap_temp_buf()
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 1605 act_len = sg_pcopy_from_buffer(sdb->table.sgl, sdb->table.nents, in p_fill_from_dev_buffer()
|