HomeSort by: relevance | last modified time | path
    Searched refs:c_retries (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ata/
wd.c 697 if (__predict_false(xfer->c_retries > 0)) {
723 if (BUF_ISREAD(bp) && xfer->c_retries == 0 && wd->drv_chaos_freq > 0 &&
739 if (xfer->c_retries >= WDIORETRIES_SINGLE &&
764 if (WD_USE_NCQ(wd) && (xfer->c_retries < WDIORETRIES_SINGLE ||
791 if (xfer->c_retries == 0)
946 if (xfer->c_retries < WDIORETRIES)
949 xfer->c_retries);
954 if (xfer->c_retries < WDIORETRIES) {
955 xfer->c_retries++;
1023 noerror: if ((xfer->c_bio.flags & ATA_CORR) || xfer->c_retries > 0
    [all...]
atavar.h 140 uint16_t c_retries; /* number of xfer retry */ member in struct:ata_xfer

Completed in 15 milliseconds