Searched refs:pmf_class_network_register (Results 1 – 25 of 80) sorted by relevance
1234
| /netbsd-src/sys/sys/ |
| H A D | pmf.h | 117 void pmf_class_network_register(device_t, struct ifnet *);
|
| /netbsd-src/sys/arch/macppc/dev/ |
| H A D | if_wi_obio.c | 118 pmf_class_network_register(self, &sc->sc_wi.sc_if); in wi_obio_attach()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_an_pci.c | 170 pmf_class_network_register(self, &sc->sc_if); in an_pci_attach()
|
| H A D | if_eqos_pci.c | 193 pmf_class_network_register(self, &sc->sc_ec.ec_if); in eqos_pci_attach()
|
| H A D | if_rtk_pci.c | 240 pmf_class_network_register(self, &sc->ethercom.ec_if); in rtk_pci_attach()
|
| H A D | if_atw_pci.c | 278 pmf_class_network_register(sc->sc_dev, &sc->sc_if); in atw_pci_attach()
|
| H A D | if_malo_pci.c | 182 pmf_class_network_register(self, &sc->sc_if); in malo_pci_attach()
|
| H A D | if_ath_pci.c | 214 pmf_class_network_register(self, &sc->sc_if); in ath_pci_attach()
|
| H A D | if_wi_pci.c | 369 pmf_class_network_register(self, &sc->sc_if); in wi_pci_attach()
|
| H A D | if_rtw_pci.c | 268 pmf_class_network_register(self, &sc->sc_if); in rtw_pci_attach()
|
| H A D | if_athn_pci.c | 222 pmf_class_network_register(self, &sc->sc_if); in athn_pci_attach()
|
| H A D | if_gem_pci.c | 378 pmf_class_network_register(sc->sc_dev, &sc->sc_ethercom.ec_if); in gem_pci_attach()
|
| H A D | if_fxp_pci.c | 553 pmf_class_network_register(self, &sc->sc_ethercom.ec_if); in fxp_pci_attach()
|
| /netbsd-src/sys/arch/mips/atheros/dev/ |
| H A D | if_ath_arbus.c | 170 pmf_class_network_register(self, &sc->sc_if); in ath_arbus_attach()
|
| /netbsd-src/sys/dev/pcmcia/ |
| H A D | if_an_pcmcia.c | 157 pmf_class_network_register(self, &sc->sc_if); in an_pcmcia_attach()
|
| H A D | if_wi_pcmcia.c | 382 pmf_class_network_register(self, &sc->sc_if); in wi_pcmcia_attach()
|
| H A D | if_ne_pcmcia.c | 738 pmf_class_network_register(self, &dsc->sc_ec.ec_if); in ne_pcmcia_attach()
|
| /netbsd-src/sys/dev/cardbus/ |
| H A D | if_ath_cardbus.c | 196 pmf_class_network_register(self, &sc->sc_if); in ath_cardbus_attach()
|
| H A D | if_bwi_cardbus.c | 160 pmf_class_network_register(self, &sc->sc_if); in bwi_cardbus_attach()
|
| H A D | if_fxp_cardbus.c | 173 pmf_class_network_register(self, &sc->sc_ethercom.ec_if); in fxp_cardbus_attach()
|
| H A D | if_atw_cardbus.c | 265 pmf_class_network_register(sc->sc_dev, &sc->sc_if); in atw_cardbus_attach()
|
| H A D | if_rtw_cardbus.c | 272 pmf_class_network_register(self, &sc->sc_if); in rtw_cardbus_attach()
|
| H A D | if_rtk_cardbus.c | 226 pmf_class_network_register(self, &sc->ethercom.ec_if); in rtk_cardbus_attach()
|
| H A D | if_athn_cardbus.c | 179 pmf_class_network_register(self, &sc->sc_if); in athn_cardbus_attach()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | lance.c | 244 pmf_class_network_register(sc->sc_dev, ifp); in lance_config()
|
1234