diff options
| author | Mark Cave-Ayland | 2021-03-04 23:11:00 +0100 |
|---|---|---|
| committer | Mark Cave-Ayland | 2021-03-07 11:39:05 +0100 |
| commit | 023666da792ac465e43dee3bacb21bb781de5cdb (patch) | |
| tree | bb22cbc9ad2de6fceb05fb2876433ebb0237751c /include/exec/exec-all.h | |
| parent | esp: convert ti_buf from array to Fifo8 (diff) | |
| download | qemu-023666da792ac465e43dee3bacb21bb781de5cdb.tar.gz qemu-023666da792ac465e43dee3bacb21bb781de5cdb.tar.xz qemu-023666da792ac465e43dee3bacb21bb781de5cdb.zip | |
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 'include/exec/exec-all.h')
0 files changed, 0 insertions, 0 deletions
