Home
last modified time | relevance | path

Searched refs:sg_pcopy_to_buffer (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/infiniband/core/
H A Dumem.c301 ret = sg_pcopy_to_buffer(umem->sgt_append.sgt.sgl, in ib_umem_copy_from()
/linux/drivers/base/
H A Ddevcoredump.c298 return sg_pcopy_to_buffer(table, sg_nents(table), buffer, buf_len, in devcd_read_from_sgtable()
/linux/include/linux/
H A Dscatterlist.h502 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents,
/linux/lib/
H A Dscatterlist.c1062 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_to_buffer() function
1067 EXPORT_SYMBOL(sg_pcopy_to_buffer);
/linux/drivers/crypto/bcm/
H A Dutil.c56 copied = sg_pcopy_to_buffer(src, nents, dest, len, skip); in sg_copy_part_to_buf()
/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c459 sg_pcopy_to_buffer(sec_req_el->sgl_out, in sec_skcipher_alg_callback()
466 sg_pcopy_to_buffer(sec_req_el->sgl_in, in sec_skcipher_alg_callback()
/linux/drivers/crypto/
H A Dimg-hash.c405 ctx->bufcnt = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, in img_hash_dma_task()
413 tbc = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, in img_hash_dma_task()
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c220 copied = sg_pcopy_to_buffer(areq->src, sg_nents(areq->src), in sun4i_hash()
/linux/drivers/crypto/marvell/cesa/
H A Dhash.c427 sg_pcopy_to_buffer(ahashreq->src, creq->src_nents, in mv_cesa_ahash_req_cleanup()
481 sg_pcopy_to_buffer(req->src, creq->src_nents, in mv_cesa_ahash_cache_req()
/linux/drivers/mmc/host/
H A Datmel-mci.c2027 sg_pcopy_to_buffer(sg, 1, &value, sizeof(u32), offset); in atmci_write_data_pio()
2044 sg_pcopy_to_buffer(sg, 1, &value, remaining, offset); in atmci_write_data_pio()
2055 sg_pcopy_to_buffer(sg, 1, (u8 *)&value + remaining, in atmci_write_data_pio()
/linux/drivers/staging/greybus/
H A Dsdio.c280 copied = sg_pcopy_to_buffer(sg, sg_len, &request->data[0], len, skip); in _gb_sdio_send()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c662 sg_pcopy_to_buffer(dst, sreq->nr_dst, areq->iv, in safexcel_handle_req_result()
721 sg_pcopy_to_buffer(src, sreq->nr_src, areq->iv, in safexcel_send_req()
/linux/drivers/nvme/target/
H A Dcore.c108 if (sg_pcopy_to_buffer(req->sg, req->sg_cnt, buf, len, off) != len) { in nvmet_copy_from_sgl()
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c1830 sg_pcopy_to_buffer(preq->request.sg, in cdnsp_align_td()
/linux/drivers/usb/host/
H A Dxhci-ring.c3558 len = sg_pcopy_to_buffer(urb->sg, urb->num_sgs, in xhci_align_td()
H A Dxhci.c1229 sg_pcopy_to_buffer(urb->sg, urb->num_sgs, in xhci_map_temp_buffer()
/linux/drivers/scsi/qla2xxx/
H A Dqla_iocb.c1167 sg_pcopy_to_buffer(sgl, sg_nents(sgl), in qla24xx_walk_and_build_prot_sglist()