Home
last modified time | relevance | path

Searched refs:rd_bytes (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D227.out40 "rd_bytes": 0,
111 "rd_bytes": 0,
212 "rd_bytes": 0,
H A D093128 rd_bytes = end_rd_bytes[i] - start_rd_bytes[i]
133 self.assertTrue(check_limit(params['bps'], rd_bytes + wr_bytes))
134 self.assertTrue(check_limit(params['bps_rd'], rd_bytes))
/openbmc/linux/drivers/spi/
H A Dspi-mtk-snfi.c874 u32 rd_mode, rd_bytes, val; in mtk_snand_read_page_cache() local
924 rd_bytes = (snf->nfi_cfg.spare_size + snf->caps->sector_size) * in mtk_snand_read_page_cache()
927 (rd_bytes << PROGRAM_LOAD_BYTE_NUM_S) | rd_bytes); in mtk_snand_read_page_cache()
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c803 stats->value->stats->rd_bytes, in hmp_info_blockstats()
/openbmc/qemu/block/
H A Dqapi.c500 ds->rd_bytes = stats->nr_bytes[BLOCK_ACCT_READ]; in bdrv_query_blk_stats()
/openbmc/qemu/qapi/
H A Dblock-core.json926 # @rd_bytes: The number of bytes read by the device.
1037 'data': {'rd_bytes': 'int', 'wr_bytes': 'int', 'zone_append_bytes': 'int',