HomeSort by: relevance | last modified time | path
    Searched defs:ixgbe_dma_free (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ix_txrx.c 128 static void ixgbe_dma_free(struct ixgbe_softc *, struct ixgbe_dma_alloc *);
761 ixgbe_dma_free(sc, &txr->txdma);
1685 ixgbe_dma_free(sc, &rxr->rxdma);
2335 * ixgbe_dma_free
2338 ixgbe_dma_free(struct ixgbe_softc *sc, struct ixgbe_dma_alloc *dma) function in typeref:typename:void
2346 } /* ixgbe_dma_free */
2490 ixgbe_dma_free(sc, &rxr->rxdma);
2493 ixgbe_dma_free(sc, &txr->txdma);

Completed in 13 milliseconds