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

  /src/sys/dev/pci/ixgbe/
ix_txrx.c 126 static int ixgbe_dma_malloc(struct ixgbe_softc *, bus_size_t,
2262 * ixgbe_dma_malloc
2265 ixgbe_dma_malloc(struct ixgbe_softc *sc, const bus_size_t size, function in typeref:typename:int
2332 } /* ixgbe_dma_malloc */
2403 if (ixgbe_dma_malloc(sc, tsize, &txr->txdma,
2453 if (ixgbe_dma_malloc(sc, rsize, &rxr->rxdma,

Completed in 15 milliseconds