Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_tl.c281 struct ifnet * const ifp = &sc->tl_if; in tl_pci_attach()
389 sc->tl_if.if_softc = sc; in tl_pci_attach()
454 ether_ifattach(&(sc)->tl_if, (sc)->tl_enaddr); in tl_pci_attach()
475 if (sc->tl_if.if_flags & IFF_RUNNING) { in tl_reset()
513 struct ifnet *ifp = &sc->tl_if; in tl_shutdown()
603 if ((sc->tl_if.if_flags & IFF_UP) == 0) { in tl_init()
754 sc->tl_if.if_flags |= IFF_RUNNING; in tl_init()
755 sc->tl_if.if_flags &= ~IFF_OACTIVE; in tl_init()
988 struct ifnet *ifp = &sc->tl_if; in tl_intr()
1139 sc->tl_if.if_flags &= ~IFF_OACTIVE; in tl_intr()
[all …]
Dif_tlvar.h85 #define tl_if tl_ec.ec_if macro
86 #define tl_bpf tl_if.if_bpf