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

  /src/sys/dev/pci/
pciidevar.h 79 struct pciide_softc { struct
166 /* Given an ata_channel, get the pciide_softc. */
167 #define CHAN_TO_PCIIDE(chp) ((struct pciide_softc *) (chp)->ch_atac)
177 void (*chip_map)(struct pciide_softc*, const struct pci_attach_args*);
209 void default_chip_map(struct pciide_softc*, const struct pci_attach_args*);
213 int pciide_dma_table_setup(struct pciide_softc*, int, int);
214 void pciide_dma_table_teardown(struct pciide_softc *, int, int);
216 int pciide_dma_dmamap_setup(struct pciide_softc *, int, int,
239 void pciide_common_attach(struct pciide_softc *,
242 int pciide_common_detach(struct pciide_softc *, int)
    [all...]
pciidevar.h 79 struct pciide_softc { struct
166 /* Given an ata_channel, get the pciide_softc. */
167 #define CHAN_TO_PCIIDE(chp) ((struct pciide_softc *) (chp)->ch_atac)
177 void (*chip_map)(struct pciide_softc*, const struct pci_attach_args*);
209 void default_chip_map(struct pciide_softc*, const struct pci_attach_args*);
213 int pciide_dma_table_setup(struct pciide_softc*, int, int);
214 void pciide_dma_table_teardown(struct pciide_softc *, int, int);
216 int pciide_dma_dmamap_setup(struct pciide_softc *, int, int,
239 void pciide_common_attach(struct pciide_softc *,
242 int pciide_common_detach(struct pciide_softc *, int)
    [all...]

Completed in 55 milliseconds