Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dscatterlist.h500 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents,
/linux/lib/
H A Dscatterlist.c1044 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_from_buffer() function
1049 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.c1961 sg_pcopy_from_buffer(sg, 1, &value, sizeof(u32), offset); in atmci_read_data_pio()
1978 sg_pcopy_from_buffer(sg, 1, &value, remaining, offset); in atmci_read_data_pio()
1988 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.c2795 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump()
2800 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump()
2847 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.c99 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.c623 len = sg_pcopy_from_buffer(preq->request.sg, preq->request.num_sgs, in cdnsp_unmap_td_bounce_buffer()
/linux/drivers/usb/host/
H A Dxhci-ring.c806 len = sg_pcopy_from_buffer(urb->sg, urb->num_sgs, seg->bounce_buf, in xhci_unmap_td_bounce_buffer()
H A Dxhci.c1307 len = sg_pcopy_from_buffer(urb->sg, urb->num_sgs, in xhci_unmap_temp_buf()
/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.c2053 sg_pcopy_from_buffer(bsg_job->reply_payload.sg_list, in qla_pur_get_pending()
/linux/drivers/scsi/
H A Dscsi_debug.c1548 act_len = sg_pcopy_from_buffer(sdb->table.sgl, sdb->table.nents, in p_fill_from_dev_buffer()