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

  /src/sys/arch/mips/adm5120/dev/
ahcivar.h 77 struct ahci_softc { struct
  /src/sys/dev/ic/
ahcisatavar.h 46 struct ahci_softc { struct
86 void (*sc_channel_start)(struct ahci_softc *, struct ata_channel *);
87 void (*sc_channel_stop)(struct ahci_softc *, struct ata_channel *);
88 int (*sc_intr_establish)(struct ahci_softc *, int);
118 #define AHCI_CH2SC(chp) (struct ahci_softc *)((chp)->ch_atac)
120 void ahci_attach(struct ahci_softc *);
121 int ahci_detach(struct ahci_softc *, int);
122 void ahci_childdetached(struct ahci_softc *, device_t);
123 void ahci_resume(struct ahci_softc *);

Completed in 20 milliseconds