Searched refs:sg_pcopy_from_buffer (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/lib/ |
D | scatterlist.c | 886 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_from_buffer() function 891 EXPORT_SYMBOL(sg_pcopy_from_buffer);
|
/Linux-v4.19/include/linux/ |
D | scatterlist.h | 301 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents,
|
/Linux-v4.19/drivers/crypto/bcm/ |
D | util.c | 86 copied = sg_pcopy_from_buffer(dest, nents, src, len, skip); in sg_copy_part_from_buf()
|
/Linux-v4.19/drivers/crypto/rockchip/ |
D | rk3288_crypto_ablkcipher.c | 300 if (!sg_pcopy_from_buffer(req->dst, dev->nents, in rk_ablk_rx()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/ |
D | dbg.c | 975 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump() 980 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump()
|
/Linux-v4.19/drivers/crypto/ |
D | mxc-scc.c | 183 len = sg_pcopy_from_buffer(ablkreq->dst, ctx->dst_nents, in mxc_scc_get_data()
|
D | talitos.c | 960 sg_pcopy_from_buffer(dst, dst_nents, edesc->buf + offset, len, in talitos_sg_unmap()
|
/Linux-v4.19/drivers/mmc/host/ |
D | atmel-mci.c | 1979 sg_pcopy_from_buffer(sg, 1, &value, sizeof(u32), offset); in atmci_read_data_pio() 1996 sg_pcopy_from_buffer(sg, 1, &value, remaining, offset); in atmci_read_data_pio() 2006 sg_pcopy_from_buffer(sg, 1, (u8 *)&value + remaining, in atmci_read_data_pio()
|
/Linux-v4.19/drivers/crypto/marvell/ |
D | cipher.c | 125 len = sg_pcopy_from_buffer(req->dst, creq->dst_nents, in mv_cesa_skcipher_std_process()
|
/Linux-v4.19/drivers/staging/greybus/ |
D | sdio.c | 351 copied = sg_pcopy_from_buffer(sg, sg_len, &response->data[0], len, in _gb_sdio_recv()
|
/Linux-v4.19/drivers/nvme/target/ |
D | core.c | 53 if (sg_pcopy_from_buffer(req->sg, req->sg_cnt, buf, len, off) != len) in nvmet_copy_to_sgl()
|
/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit_target.c | 850 consumed += sg_pcopy_from_buffer(sg, nents, (void *)buf, in cxgbit_skb_copy_to_sg()
|
/Linux-v4.19/drivers/crypto/axis/ |
D | artpec6_crypto.c | 441 sg_pcopy_from_buffer(b->sg, in artpec6_crypto_copy_bounce_buffers()
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-ring.c | 670 sg_pcopy_from_buffer(urb->sg, urb->num_mapped_sgs, seg->bounce_buf, in xhci_unmap_td_bounce_buffer()
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_debug.c | 1044 act_len = sg_pcopy_from_buffer(sdb->table.sgl, sdb->table.nents, in p_fill_from_dev_buffer()
|