Home
last modified time | relevance | path

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

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