HomeSort by: relevance | last modified time | path
    Searched defs:ahci_reset_channel (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
ahcisata_core.c 66 static void ahci_reset_channel(struct ata_channel *, int);
133 .ata_reset_channel = ahci_reset_channel,
910 ahci_reset_channel(chp, flags);
993 ahci_reset_channel(struct ata_channel *chp, int flags) function in typeref:typename:void
1095 ahci_reset_channel(chp, AT_WAIT);
1739 ahci_reset_channel(chp, flags);

Completed in 13 milliseconds