Searched refs:test_lun (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | ufs-test.c | 504 const int test_lun = 1; in ufstest_read_write() local 509 ufs_send_scsi_command(ufs, 0, test_lun, request_sense_cdb, NULL, 0, in ufstest_read_write() 515 ufs_send_scsi_command(ufs, 0, test_lun, read_capacity_cdb, NULL, 0, in ufstest_read_write() 525 ufs_send_scsi_command(ufs, 0, test_lun, write_cdb, write_buf, block_size, in ufstest_read_write() 532 ufs_send_scsi_command(ufs, 0, test_lun, read_cdb, NULL, 0, read_buf, in ufstest_read_write()
|