Home
last modified time | relevance | path

Searched refs:pmf_class_network_register (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd/src/sys/sys/
Dpmf.h117 void pmf_class_network_register(device_t, struct ifnet *);
/netbsd/src/sys/arch/macppc/dev/
Dif_wi_obio.c118 pmf_class_network_register(self, &sc->sc_wi.sc_if); in wi_obio_attach()
/netbsd/src/sys/dev/pci/
Dif_an_pci.c170 pmf_class_network_register(self, &sc->sc_if); in an_pci_attach()
Dif_eqos_pci.c193 pmf_class_network_register(self, &sc->sc_ec.ec_if); in eqos_pci_attach()
Dif_rtk_pci.c240 pmf_class_network_register(self, &sc->ethercom.ec_if); in rtk_pci_attach()
Dif_malo_pci.c182 pmf_class_network_register(self, &sc->sc_if); in malo_pci_attach()
Dif_atw_pci.c278 pmf_class_network_register(sc->sc_dev, &sc->sc_if); in atw_pci_attach()
Dif_ath_pci.c214 pmf_class_network_register(self, &sc->sc_if); in ath_pci_attach()
Dif_wi_pci.c369 pmf_class_network_register(self, &sc->sc_if); in wi_pci_attach()
Dif_rtw_pci.c268 pmf_class_network_register(self, &sc->sc_if); in rtw_pci_attach()
Dif_athn_pci.c222 pmf_class_network_register(self, &sc->sc_if); in athn_pci_attach()
Dif_gem_pci.c378 pmf_class_network_register(sc->sc_dev, &sc->sc_ethercom.ec_if); in gem_pci_attach()
Dif_fxp_pci.c553 pmf_class_network_register(self, &sc->sc_ethercom.ec_if); in fxp_pci_attach()
/netbsd/src/sys/arch/mips/atheros/dev/
Dif_ath_arbus.c170 pmf_class_network_register(self, &sc->sc_if); in ath_arbus_attach()
/netbsd/src/sys/dev/pcmcia/
Dif_an_pcmcia.c157 pmf_class_network_register(self, &sc->sc_if); in an_pcmcia_attach()
Dif_wi_pcmcia.c382 pmf_class_network_register(self, &sc->sc_if); in wi_pcmcia_attach()
Dif_ne_pcmcia.c738 pmf_class_network_register(self, &dsc->sc_ec.ec_if); in ne_pcmcia_attach()
/netbsd/src/sys/dev/cardbus/
Dif_ath_cardbus.c196 pmf_class_network_register(self, &sc->sc_if); in ath_cardbus_attach()
Dif_bwi_cardbus.c160 pmf_class_network_register(self, &sc->sc_if); in bwi_cardbus_attach()
Dif_fxp_cardbus.c173 pmf_class_network_register(self, &sc->sc_ethercom.ec_if); in fxp_cardbus_attach()
Dif_atw_cardbus.c265 pmf_class_network_register(sc->sc_dev, &sc->sc_if); in atw_cardbus_attach()
Dif_rtk_cardbus.c226 pmf_class_network_register(self, &sc->ethercom.ec_if); in rtk_cardbus_attach()
Dif_rtw_cardbus.c272 pmf_class_network_register(self, &sc->sc_if); in rtw_cardbus_attach()
Dif_athn_cardbus.c179 pmf_class_network_register(self, &sc->sc_if); in athn_cardbus_attach()
/netbsd/src/sys/dev/ic/
Dlance.c244 pmf_class_network_register(sc->sc_dev, ifp); in lance_config()

1234