Home
last modified time | relevance | path

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

/netbsd/sys/dev/ata/
H A Dwd.c703 if (__predict_false(xfer->c_retries > 0)) { in wdstart1()
729 if (BUF_ISREAD(bp) && xfer->c_retries == 0 && wd->drv_chaos_freq > 0 && in wdstart1()
745 if (xfer->c_retries >= WDIORETRIES_SINGLE && in wdstart1()
770 if (WD_USE_NCQ(wd) && (xfer->c_retries < WDIORETRIES_SINGLE || in wdstart1()
797 if (xfer->c_retries == 0) in wdstart1()
952 if (xfer->c_retries < WDIORETRIES) in wddone()
955 xfer->c_retries); in wddone()
960 if (xfer->c_retries < WDIORETRIES) { in wddone()
961 xfer->c_retries++; in wddone()
1029 noerror: if ((xfer->c_bio.flags & ATA_CORR) || xfer->c_retries > 0) in wddone()
H A Datavar.h140 uint16_t c_retries; /* number of xfer retry */ member