diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2021-03-04 22:11:00 +0000 |
---|---|---|
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2021-03-07 10:39:05 +0000 |
commit | 023666da792ac465e43dee3bacb21bb781de5cdb (patch) | |
tree | bb22cbc9ad2de6fceb05fb2876433ebb0237751c /block/rbd.c | |
parent | 042879fc3fc02b67d907b462020c975f6fb1f5ae (diff) | |
download | qemu-023666da792ac465e43dee3bacb21bb781de5cdb.zip qemu-023666da792ac465e43dee3bacb21bb781de5cdb.tar.gz qemu-023666da792ac465e43dee3bacb21bb781de5cdb.tar.bz2 |
esp: convert cmdbuf from array to Fifo8
Rename ESP_CMDBUF_SZ to ESP_CMDFIFO_SZ and cmdbuf_cdb_offset to cmdfifo_cdb_offset
to indicate that the command buffer type has changed from an array to a Fifo8.
This also enables us to remove the ESPState field cmdlen since the command length
is now simply the number of elements used in cmdfifo.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210304221103.6369-40-mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'block/rbd.c')
0 files changed, 0 insertions, 0 deletions