Home
last modified time | relevance | path

Searched refs:PCI_CLASS_NETWORK (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/dev/pci/
Dif_hme_pci.c93 buf[5] == PCI_CLASS_NETWORK; /* class code */ in hmepromvalid()
Dif_gem_pci.c126 buf[5] == PCI_CLASS_NETWORK; /* class code */ in gempromvalid()
Dautri.c472 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_NETWORK) in autri_match()
Dpcireg.h165 #define PCI_CLASS_NETWORK 0x02 macro
Dif_kse.c369 return PCI_CLASS(pa->pa_class) == PCI_CLASS_NETWORK && in kse_match()
Dif_pcn.c546 PCI_CLASS(pa->pa_class) == PCI_CLASS_NETWORK) in pcn_match()
Dif_cas.c211 PCI_CLASS_NETWORK /* class code */
Dpci_subr.c626 { "network", PCI_CLASS_NETWORK,
/netbsd/src/sys/arch/sandpoint/pci/
Dpci_machdep.c130 if (PCI_CLASS(dev11) == PCI_CLASS_NETWORK) { in pci_attach_hook()
/netbsd/src/sys/arch/powerpc/oea/
Dofw_autoconf.c385 if (pci_class == PCI_CLASS_NETWORK) { in device_register()