myx_dmamem_free   165 dev/pci/if_myx.c void	 myx_dmamem_free(struct myx_softc *, struct myx_dmamem *);
myx_dmamem_free   309 dev/pci/if_myx.c 	myx_dmamem_free(sc, &sc->sc_stsdma);
myx_dmamem_free   311 dev/pci/if_myx.c 	myx_dmamem_free(sc, &sc->sc_paddma);
myx_dmamem_free   313 dev/pci/if_myx.c 	myx_dmamem_free(sc, &sc->sc_cmddma);
myx_dmamem_free  1239 dev/pci/if_myx.c 		myx_dmamem_free(sc, &sc->sc_rxdma);
myx_dmamem_free  1243 dev/pci/if_myx.c 		myx_dmamem_free(sc, &sc->sc_stsdma);