Searched refs:mly_mmbox (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/mly/
H A Dmly.c627 sizeof(struct mly_mmbox), 1, /* maxsize, nsegments */
639 if (bus_dmamem_alloc(sc->mly_mmbox_dmat, (void **)&sc->mly_mmbox, BUS_DMA_NOWAIT, &sc->mly_mmbox_dmamap)) {
643 if (bus_dmamap_load(sc->mly_mmbox_dmat, sc->mly_mmbox_dmamap, sc->mly_mmbox,
644 sizeof(struct mly_mmbox), mly_mmbox_map_helper, sc,
647 bzero(sc->mly_mmbox, sizeof(*sc->mly_mmbox));
706 if (sc->mly_mmbox) {
708 bus_dmamem_free(sc->mly_mmbox_dmat, sc->mly_mmbox, sc->mly_mmbox_dmamap);
992 bcopy(mh, &sc->mly_mmbox->mmm_health.status, sizeof(*mh));
1017 sc->mly_mmbox_busaddr + offsetof(struct mly_mmbox, mmm_comman
[all...]
H A Dmlyvar.h190 struct mly_mmbox *mly_mmbox; /* kernel-space address of memory mailbox */ member in struct:mly_softc
H A Dmlyreg.h1266 struct mly_mmbox { struct

Completed in 258 milliseconds