Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dscatterlist.h521 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents,
/linux/lib/
H A Dscatterlist.c1025 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_from_buffer() function
1030 EXPORT_SYMBOL(sg_pcopy_from_buffer);
/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/drivers/mmc/host/
H A Datmel-mci.c1962 sg_pcopy_from_buffer(sg, 1, &value, sizeof(u32), offset); in atmci_read_data_pio()
1979 sg_pcopy_from_buffer(sg, 1, &value, remaining, offset); in atmci_read_data_pio()
1989 sg_pcopy_from_buffer(sg, 1, (u8 *)&value + remaining, in atmci_read_data_pio()
/linux/drivers/staging/greybus/
H A Dsdio.c349 copied = sg_pcopy_from_buffer(sg, sg_len, &response->data[0], len, in _gb_sdio_recv()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c2864 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump()
2869 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump()
2916 sg_pcopy_from_buffer(sg_dump_data, sg_entries, in iwl_fw_error_ini_dump()
/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.c92 if (sg_pcopy_from_buffer(req->sg, req->sg_cnt, buf, len, off) != len) { in nvmet_copy_to_sgl()
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c624 len = sg_pcopy_from_buffer(preq->request.sg, preq->request.num_sgs, in cdnsp_unmap_td_bounce_buffer()
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c438 sg_pcopy_from_buffer(b->sg, in artpec6_crypto_copy_bounce_buffers()
/linux/drivers/usb/host/
H A Dxhci-ring.c860 len = sg_pcopy_from_buffer(urb->sg, urb->num_sgs, seg->bounce_buf, in xhci_unmap_td_bounce_buffer()
H A Dxhci.c1385 len = sg_pcopy_from_buffer(urb->sg, urb->num_sgs, in xhci_unmap_temp_buf()
/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.c2054 sg_pcopy_from_buffer(bsg_job->reply_payload.sg_list, in qla_pur_get_pending()
/linux/drivers/scsi/
H A Dscsi_debug.c1668 act_len = sg_pcopy_from_buffer(sdb->table.sgl, sdb->table.nents, in p_fill_from_dev_buffer()