Home
last modified time | relevance | path

Searched refs:tl_add_RxBuff (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_tl.c117 static int tl_add_RxBuff(tl_softc_t *, struct Rx_list *, struct mbuf *);
710 if (tl_add_RxBuff(sc, &sc->Rx_list[i], NULL) == 0) { in tl_init()
1026 if (tl_add_RxBuff(sc, Rx, m) == 0) { in tl_intr()
1416 tl_add_RxBuff(tl_softc_t *sc, struct Rx_list *Rx, struct mbuf *oldm) in tl_add_RxBuff() function