Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_tlvar.h60 struct tl_Rx_list *hw_Rx_list; /* and assocoated hw descriptor */ member
Dif_tl.c560 sc->hw_Rx_list = NULL; in tl_stop()
671 sc->hw_Rx_list = (void *)sc->ctrl; in tl_init()
677 sc->hw_Rx_list, sizeof(struct tl_Rx_list) * TL_NBUF, NULL, in tl_init()
704 sc->Rx_list[i].hw_list = &sc->hw_Rx_list[i]; in tl_init()
717 sc->hw_Rx_list[i - 1].fwd = in tl_init()
722 sc->hw_Rx_list[TL_NBUF - 1].fwd = 0; in tl_init()