Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dlsi53c895a.c1095 #define LSI_BUF_SIZE 4096 macro
1099 uint8_t buf[LSI_BUF_SIZE]; in lsi_memcpy()
1103 n = (count > LSI_BUF_SIZE) ? LSI_BUF_SIZE : count; in lsi_memcpy()