Re: [PATCH v2 38/42] esp: convert ti_buf from array to Fifo8

2021-03-03 Thread Laurent Vivier
Le 09/02/2021 à 20:30, Mark Cave-Ayland a écrit : > Rename TI_BUFSZ to ESP_FIFO_SZ since this constant is really describing the > size > of the FIFO and is not directly related to the TI size. > > Signed-off-by: Mark Cave-Ayland > --- > hw/scsi/esp.c | 117 ++

Re: [PATCH v2 38/42] esp: convert ti_buf from array to Fifo8

2021-02-25 Thread Mark Cave-Ayland
On 23/02/2021 18:49, Philippe Mathieu-Daudé wrote: On 2/9/21 8:30 PM, Mark Cave-Ayland wrote: Rename TI_BUFSZ to ESP_FIFO_SZ since this constant is really describing the size of the FIFO and is not directly related to the TI size. Signed-off-by: Mark Cave-Ayland --- hw/scsi/esp.c |

Re: [PATCH v2 38/42] esp: convert ti_buf from array to Fifo8

2021-02-23 Thread Philippe Mathieu-Daudé
On 2/9/21 8:30 PM, Mark Cave-Ayland wrote: > Rename TI_BUFSZ to ESP_FIFO_SZ since this constant is really describing the > size > of the FIFO and is not directly related to the TI size. > > Signed-off-by: Mark Cave-Ayland > --- > hw/scsi/esp.c | 117 ++---

[PATCH v2 38/42] esp: convert ti_buf from array to Fifo8

2021-02-09 Thread Mark Cave-Ayland
Rename TI_BUFSZ to ESP_FIFO_SZ since this constant is really describing the size of the FIFO and is not directly related to the TI size. Signed-off-by: Mark Cave-Ayland --- hw/scsi/esp.c | 117 ++ include/hw/scsi/esp.h | 8 +-- 2 files changed, 7