ixgb_dma_alloc    112 dev/pci/if_ixgb.c 		struct ixgb_dma_alloc *, int);
ixgb_dma_alloc    113 dev/pci/if_ixgb.c void ixgb_dma_free(struct ixgb_softc *, struct ixgb_dma_alloc *);
ixgb_dma_alloc   1073 dev/pci/if_ixgb.c 		struct ixgb_dma_alloc * dma, int mapflags)
ixgb_dma_alloc   1132 dev/pci/if_ixgb.c ixgb_dma_free(struct ixgb_softc *sc, struct ixgb_dma_alloc *dma)
ixgb_dma_alloc    214 dev/pci/if_ixgb.h struct ixgb_dma_alloc {
ixgb_dma_alloc    271 dev/pci/if_ixgb.h 	struct ixgb_dma_alloc	txdma;		/* bus_dma glue for tx desc */
ixgb_dma_alloc    288 dev/pci/if_ixgb.h 	struct ixgb_dma_alloc	rxdma;		/* bus_dma glue for rx desc */