/openbmc/linux/lib/crypto/mpi/ |
H A D | mpicoder.c | 381 sg_miter_next(&miter); in mpi_write_to_sgl() 393 sg_miter_next(&miter); in mpi_write_to_sgl() 412 sg_miter_next(&miter); in mpi_write_to_sgl() 465 sg_miter_next(&miter); in mpi_read_raw_from_sgl() 505 while (sg_miter_next(&miter)) { in mpi_read_raw_from_sgl()
|
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-hash.c | 274 sg_miter_next(&mi); in sun4i_hash() 298 sg_miter_next(&mi); in sun4i_hash() 326 sg_miter_next(&mi); in sun4i_hash() 346 sg_miter_next(&mi); in sun4i_hash()
|
H A D | sun4i-ss-cipher.c | 84 miter_err = sg_miter_next(&mi); in sun4i_ss_opti_poll() 112 miter_err = sg_miter_next(&mo); in sun4i_ss_opti_poll() 276 miter_err = sg_miter_next(&mi); in sun4i_ss_cipher_poll() 330 miter_err = sg_miter_next(&mo); in sun4i_ss_cipher_poll() 371 sg_miter_next(&mo); in sun4i_ss_cipher_poll()
|
/openbmc/linux/drivers/misc/cb710/ |
H A D | sgbuf2.c | 13 if (sg_miter_next(miter)) { in sg_dwiter_next()
|
/openbmc/linux/drivers/usb/storage/ |
H A D | protocol.c | 141 while (sg_miter_next(&miter) && cnt < buflen) { in usb_stor_access_xfer_buf()
|
/openbmc/linux/lib/ |
H A D | scatterlist.c | 887 bool sg_miter_next(struct sg_mapping_iter *miter) in sg_miter_next() function 908 EXPORT_SYMBOL(sg_miter_next); 979 while ((offset < buflen) && sg_miter_next(&miter)) { in sg_copy_buffer() 1089 while (offset < buflen && sg_miter_next(&miter)) { in sg_zero_buffer()
|
/openbmc/linux/drivers/fpga/ |
H A D | fpga-mgr.c | 190 if (sg_miter_next(&miter) && in fpga_mgr_parse_header_sg_first() 314 if (sg_miter_next(&miter)) { in fpga_mgr_prepare_sg() 387 while (sg_miter_next(&miter)) { in fpga_mgr_buf_load_sg()
|
/openbmc/linux/drivers/fpga/tests/ |
H A D | fpga-mgr-test.c | 155 while (sg_miter_next(&miter)) { in op_write_sg()
|
/openbmc/linux/include/linux/ |
H A D | scatterlist.h | 692 bool sg_miter_next(struct sg_mapping_iter *miter);
|
/openbmc/linux/drivers/mmc/host/ |
H A D | cavium.c | 311 if (!sg_miter_next(smi)) in do_read() 729 if (!sg_miter_next(smi)) in do_write_request()
|
H A D | jz4740_mmc.c | 524 while (sg_miter_next(miter)) { in jz4740_mmc_write_data() 581 while (sg_miter_next(miter)) { in jz4740_mmc_read_data()
|
H A D | toshsd.c | 175 if (!sg_miter_next(sg_miter)) in toshsd_thread_irq()
|
H A D | dw_mmc.c | 2604 if (!sg_miter_next(sg_miter)) in dw_mci_read_data_pio() 2632 if (!sg_miter_next(sg_miter)) in dw_mci_read_data_pio() 2659 if (!sg_miter_next(sg_miter)) in dw_mci_write_data_pio() 2686 if (!sg_miter_next(sg_miter)) in dw_mci_write_data_pio()
|
H A D | alcor.c | 204 if (!sg_miter_next(&host->sg_miter)) in alcor_trf_block_pio()
|
/openbmc/linux/drivers/crypto/marvell/cesa/ |
H A D | tdma.c | 373 while ((offset < buflen) && sg_miter_next(&miter)) { in mv_cesa_sg_copy()
|
/openbmc/linux/lib/crypto/ |
H A D | chacha20poly1305.c | 258 for (sl = src_len; sl > 0 && sg_miter_next(&miter); sl -= miter.length) { in chacha20poly1305_crypt_sg_inplace()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | io-cmd-bdev.c | 214 while (resid > 0 && sg_miter_next(miter)) { in nvmet_bdev_alloc_bip()
|
/openbmc/linux/drivers/target/ |
H A D | target_core_sbc.c | 516 sg_miter_next(&m); in compare_and_write_callback() 522 sg_miter_next(&m); in compare_and_write_callback()
|
H A D | target_core_rd.c | 468 sg_miter_next(&m); in rd_execute_rw()
|
H A D | target_core_iblock.c | 700 while (resid > 0 && sg_miter_next(miter)) { in iblock_alloc_bip()
|
/openbmc/linux/crypto/ |
H A D | hctr2.c | 209 sg_miter_next(&miter); in hctr2_hash_message()
|
H A D | adiantum.c | 268 sg_miter_next(&miter); in adiantum_hash_message()
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_host.c | 817 if (!sg_miter_next(&qh->sg_miter)) { in musb_ep_program() 1441 if (!sg_miter_next(&qh->sg_miter)) { in musb_host_tx() 1948 if (!sg_miter_next(&qh->sg_miter)) { in musb_host_rx()
|
/openbmc/linux/drivers/memstick/host/ |
H A D | r592.c | 435 while (sg_miter_next(&miter)) in r592_transfer_fifo_pio()
|
/openbmc/linux/drivers/memstick/core/ |
H A D | ms_block.c | 103 while (sg_miter_next(&miter) && len > 0) { in msb_sg_compare_to_buffer() 875 while (sg_miter_next(&miter) && len > 0) { in msb_read_page()
|