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

  /src/sys/dev/ata/
atavar.h 378 void (*ata_recovery)(struct ata_channel *, int, uint32_t); member in struct:ata_bustype
ata.c 1654 KASSERT(atac->atac_bustype_ata->ata_recovery != NULL);
1657 (*atac->atac_bustype_ata->ata_recovery)(chp, flags, tfd);
ata_wdc.c 131 .ata_recovery = NULL,
  /src/sys/dev/ic/
siisata.c 196 .ata_recovery = siisata_channel_recover,
wdc.c 139 .ata_recovery = NULL,
ahcisata_core.c 139 .ata_recovery = ahci_channel_recover,
mvsata.c 233 .ata_recovery = mvsata_channel_recover,

Completed in 133 milliseconds