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 700 if (__predict_false(xfer->c_retries > 0)) {
726 if (BUF_ISREAD(bp) && xfer->c_retries == 0 && wd->drv_chaos_freq > 0 &&
742 if (xfer->c_retries >= WDIORETRIES_SINGLE &&
767 if (WD_USE_NCQ(wd) && (xfer->c_retries < WDIORETRIES_SINGLE ||
794 if (xfer->c_retries == 0)
949 if (xfer->c_retries < WDIORETRIES)
952 xfer->c_retries);
957 if (xfer->c_retries < WDIORETRIES) {
958 xfer->c_retries++;
1026 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 18 milliseconds