em_dma_alloc      175 dev/pci/if_em.c int  em_dma_malloc(struct em_softc *, bus_size_t, struct em_dma_alloc *,
em_dma_alloc      177 dev/pci/if_em.c void em_dma_free(struct em_softc *, struct em_dma_alloc *);
em_dma_alloc     1759 dev/pci/if_em.c     struct em_dma_alloc *dma, int mapflags)
em_dma_alloc     1818 dev/pci/if_em.c em_dma_free(struct em_softc *sc, struct em_dma_alloc *dma)
em_dma_alloc      284 dev/pci/if_em.h struct em_dma_alloc {
em_dma_alloc      360 dev/pci/if_em.h 	struct em_dma_alloc	txdma;		/* bus_dma glue for tx desc */
em_dma_alloc      378 dev/pci/if_em.h 	struct em_dma_alloc	rxdma;		/* bus_dma glue for rx desc */