mpi_dmamem
mpi_dmamem_free(struct mpi_softc *sc, struct mpi_dmamem *mdm)
struct mpi_dmamem *mpi_dmamem_alloc(struct mpi_softc *, size_t);
struct mpi_dmamem *);
struct mpi_dmamem *
struct mpi_dmamem *mdm;
mdm = malloc(sizeof(struct mpi_dmamem), M_DEVBUF, M_NOWAIT | M_ZERO);
struct mpi_dmamem *sc_requests;
struct mpi_dmamem *sc_replies;
struct mpi_dmamem *sc_fw;