Searched refs:enet_alloc_rxbuf (Results 1 – 1 of 1) sorted by relevance
163 static int enet_alloc_rxbuf(struct enet_softc *, int);624 if (enet_alloc_rxbuf(sc, idx) != 0) { in enet_rx_intr()1228 error = enet_alloc_rxbuf(sc, i); in enet_init_rxring()1239 enet_alloc_rxbuf(struct enet_softc *sc, int idx) in enet_alloc_rxbuf() function