Searched refs:hme_add_rxbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/hme/
H A Dif_hme.c115 static int hme_add_rxbuf(struct hme_softc *, unsigned int, int);
548 hme_add_rxbuf(struct hme_softc *sc, unsigned int ri, int keepold) function
674 error = hme_add_rxbuf(sc, i, 1);
1082 if (hme_add_rxbuf(sc, ix, 0) != 0) {
1084 * hme_add_rxbuf will leave the old buffer in the ring until

Completed in 54 milliseconds