Home
last modified time | relevance | path

Searched refs:SG_MITER_FROM_SG (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/linux/drivers/usb/storage/
H A Dprotocol.c136 SG_MITER_FROM_SG: SG_MITER_TO_SG); in usb_stor_access_xfer_buf()
/openbmc/linux/drivers/fpga/
H A Dfpga-mgr.c189 sg_miter_start(&miter, sgt->sgl, sgt->nents, SG_MITER_FROM_SG); in fpga_mgr_parse_header_sg_first()
313 sg_miter_start(&miter, sgt->sgl, sgt->nents, SG_MITER_FROM_SG); in fpga_mgr_prepare_sg()
379 sg_miter_start(&miter, sgt->sgl, sgt->nents, SG_MITER_FROM_SG); in fpga_mgr_buf_load_sg()
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c81 SG_MITER_FROM_SG | SG_MITER_ATOMIC); in sun4i_ss_opti_poll()
273 SG_MITER_FROM_SG | SG_MITER_ATOMIC); in sun4i_ss_cipher_poll()
H A Dsun4i-ss-hash.c273 SG_MITER_FROM_SG | SG_MITER_ATOMIC); in sun4i_hash()
/openbmc/linux/drivers/fpga/tests/
H A Dfpga-mgr-test.c148 sg_miter_start(&miter, sgt->sgl, sgt->nents, SG_MITER_FROM_SG); in op_write_sg()
/openbmc/linux/include/linux/
H A Dscatterlist.h673 #define SG_MITER_FROM_SG (1 << 2) /* nop */ macro
/openbmc/linux/lib/
H A Dscatterlist.c806 WARN_ON(!(flags & (SG_MITER_TO_SG | SG_MITER_FROM_SG))); in sg_miter_start()
970 sg_flags |= SG_MITER_FROM_SG; in sg_copy_buffer()
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dtdma.c364 sg_flags |= SG_MITER_FROM_SG; in mv_cesa_sg_copy()
/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-bdev.c268 iter_flags = SG_MITER_FROM_SG; in nvmet_bdev_execute_rw()
/openbmc/linux/crypto/
H A Dhctr2.c207 SG_MITER_FROM_SG | SG_MITER_ATOMIC); in hctr2_hash_message()
H A Dadiantum.c266 SG_MITER_FROM_SG | SG_MITER_ATOMIC); in adiantum_hash_message()
/openbmc/linux/lib/crypto/mpi/
H A Dmpicoder.c451 sg_miter_start(&miter, sgl, ents, SG_MITER_ATOMIC | SG_MITER_FROM_SG); in mpi_read_raw_from_sgl()
/openbmc/linux/drivers/mmc/host/
H A Dtoshsd.c486 flags |= SG_MITER_FROM_SG; in toshsd_start_data()
H A Dcb710-mmc.c320 sg_miter_start(&miter, data->sg, data->sg_len, SG_MITER_FROM_SG); in cb710_mmc_send()
H A Dcavium.c722 sg_miter_start(smi, mrq->data->sg, mrq->data->sg_len, SG_MITER_FROM_SG); in do_write_request()
H A Dalcor.c234 flags |= SG_MITER_FROM_SG; in alcor_prepare_sg_miter()
H A Djz4740_mmc.c749 direction = SG_MITER_FROM_SG; in jz_mmc_prepare_data_transfer()
H A Dsunplus-mmc.c634 flags |= SG_MITER_FROM_SG; in spmmc_xfer_data_pio()
H A Dmeson-gx-mmc.c754 sg_flags |= SG_MITER_FROM_SG; in meson_mmc_copy_buffer()
H A Dbcm2835.c560 flags |= SG_MITER_FROM_SG; in bcm2835_prepare_data()
/openbmc/linux/drivers/target/
H A Dtarget_core_rd.c463 SG_MITER_TO_SG : SG_MITER_FROM_SG); in rd_execute_rw()
H A Dtarget_core_iblock.c761 miter_dir = SG_MITER_FROM_SG; in iblock_execute_rw()
/openbmc/linux/drivers/memstick/host/
H A Dr592.c432 (is_write ? SG_MITER_FROM_SG : SG_MITER_TO_SG)); in r592_transfer_fifo_pio()
/openbmc/linux/drivers/crypto/caam/
H A Dcaampkc.c217 sg_miter_start(&miter, sgl, ents, SG_MITER_FROM_SG | flags); in caam_rsa_count_leading_zeros()
/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c3148 (read ? SG_MITER_TO_SG : SG_MITER_FROM_SG)); in dif_copy_prot()
3442 SG_MITER_ATOMIC | SG_MITER_FROM_SG); in prot_verify_write()
3444 SG_MITER_ATOMIC | SG_MITER_FROM_SG); in prot_verify_write()

12