Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A D227.out27 "wr_bytes": 0,
98 "wr_bytes": 0,
199 "wr_bytes": 0,
H A D093130 wr_bytes = end_wr_bytes[i] - start_wr_bytes[i]
133 self.assertTrue(check_limit(params['bps'], rd_bytes + wr_bytes))
135 self.assertTrue(check_limit(params['bps_wr'], wr_bytes))
/openbmc/linux/drivers/spi/
H A Dspi-mtk-snfi.c1065 u32 wr_bytes, val; in mtk_snand_write_page_cache() local
1115 wr_bytes = (snf->nfi_cfg.spare_size + snf->caps->sector_size) * in mtk_snand_write_page_cache()
1118 (wr_bytes << PROGRAM_LOAD_BYTE_NUM_S) | wr_bytes); in mtk_snand_write_page_cache()
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c804 stats->value->stats->wr_bytes, in hmp_info_blockstats()
/openbmc/qemu/block/
H A Dqapi.c501 ds->wr_bytes = stats->nr_bytes[BLOCK_ACCT_WRITE]; in bdrv_query_blk_stats()
/openbmc/qemu/qapi/
H A Dblock-core.json928 # @wr_bytes: The number of bytes written by the device.
1037 'data': {'rd_bytes': 'int', 'wr_bytes': 'int', 'zone_append_bytes': 'int',