HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_dma_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe.h 306 struct ixgbe_dma_alloc { struct
365 struct ixgbe_dma_alloc txdma;
413 struct ixgbe_dma_alloc rxdma;
ix_txrx.c 127 struct ixgbe_dma_alloc *, int);
128 static void ixgbe_dma_free(struct ixgbe_softc *, struct ixgbe_dma_alloc *);
2266 struct ixgbe_dma_alloc *dma, const int mapflags)
2338 ixgbe_dma_free(struct ixgbe_softc *sc, struct ixgbe_dma_alloc *dma)

Completed in 14 milliseconds