Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsi_transport_spi.c36 #define DV_RETRIES 3 /* should only need at most macro
122 for(i = 0; i < DV_RETRIES; i++) { in spi_execute()