if_enet.c | 166 static int enet_alloc_dma(struct enet_softc *, size_t, void **, 1387 if (enet_alloc_dma(sc, sizeof(struct enet_txdesc) * ENET_TX_RING_CNT, 1393 if (enet_alloc_dma(sc, sizeof(struct enet_rxdesc) * ENET_RX_RING_CNT, 1867 enet_alloc_dma(struct enet_softc *sc, size_t size, void **addrp, function in typeref:typename:int
|