Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dmpi.c75 struct mpi_dmamem *mpi_dmamem_alloc(struct mpi_softc *, size_t);
979 mpi_dmamem_alloc(struct mpi_softc *sc, size_t size) in mpi_dmamem_alloc() function
1053 sc->sc_requests = mpi_dmamem_alloc(sc, in mpi_alloc_ccbs()
1157 sc->sc_replies = mpi_dmamem_alloc(sc, sc->sc_repq * MPI_REPLY_SIZE); in mpi_alloc_replies()
2618 sc->sc_fw = mpi_dmamem_alloc(sc, sc->sc_fw_len); in mpi_fwupload()