Home
last modified time | relevance | path

Searched refs:mpi_dmamem (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dmpivar.h54 struct mpi_dmamem { struct
137 struct mpi_dmamem *sc_requests;
143 struct mpi_dmamem *sc_replies;
159 struct mpi_dmamem *sc_fw;
H A Dmpi.c75 struct mpi_dmamem *mpi_dmamem_alloc(struct mpi_softc *, size_t);
77 struct mpi_dmamem *);
978 struct mpi_dmamem *
981 struct mpi_dmamem *mdm; in mpi_dmamem_alloc()
984 mdm = malloc(sizeof(struct mpi_dmamem), M_DEVBUF, M_NOWAIT | M_ZERO); in mpi_dmamem_alloc()
1025 mpi_dmamem_free(struct mpi_softc *sc, struct mpi_dmamem *mdm) in mpi_dmamem_free()