Home
last modified time | relevance | path

Searched refs:mpi_softc (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dmpi.c75 struct mpi_dmamem *mpi_dmamem_alloc(struct mpi_softc *, size_t);
76 void mpi_dmamem_free(struct mpi_softc *,
78 int mpi_alloc_ccbs(struct mpi_softc *);
81 int mpi_alloc_replies(struct mpi_softc *);
82 void mpi_push_replies(struct mpi_softc *);
83 void mpi_push_reply(struct mpi_softc *, struct mpi_rcb *);
85 void mpi_start(struct mpi_softc *, struct mpi_ccb *);
86 int mpi_poll(struct mpi_softc *, struct mpi_ccb *, int);
88 void mpi_reply(struct mpi_softc *, u_int32_t);
90 void mpi_wait(struct mpi_softc *sc, struct mpi_ccb *);
[all …]
H A Dmpivar.h70 struct mpi_softc;
81 struct mpi_softc *ccb_sc;
104 struct mpi_softc { struct
174 int mpi_attach(struct mpi_softc *); argument
175 void mpi_detach(struct mpi_softc *);
/openbsd-src/sys/dev/pci/
H A Dmpi_pci.c47 struct mpi_softc psc_mpi;
98 struct mpi_softc *sc = &psc->psc_mpi; in mpi_pci_attach()
189 struct mpi_softc *sc = &psc->psc_mpi; in mpi_pci_detach()