Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_tlvar.h65 struct Rx_list *active_Rx, *last_Rx; member
H A Dif_tl.c728 sc->last_Rx = &sc->Rx_list[TL_NBUF - 1]; in tl_init()
1043 sc->last_Rx->hw_list->fwd = htole32(Rx->hw_listaddr); in tl_intr()
1044 sc->last_Rx->next = Rx; in tl_intr()
1045 sc->last_Rx = Rx; in tl_intr()
1385 sc->last_Rx->hw_list->fwd); in tl_ifstart()