Searched refs:PCI_CLASS_NETWORK (Results 1 – 11 of 11) sorted by relevance
101 #define PCI_CLASS_NETWORK 0x02 macro
93 buf[5] == PCI_CLASS_NETWORK; /* class code */ in hmepromvalid()
126 buf[5] == PCI_CLASS_NETWORK; /* class code */ in gempromvalid()
472 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_NETWORK) in autri_match()
165 #define PCI_CLASS_NETWORK 0x02 macro
369 return PCI_CLASS(pa->pa_class) == PCI_CLASS_NETWORK && in kse_match()
546 PCI_CLASS(pa->pa_class) == PCI_CLASS_NETWORK) in pcn_match()
211 PCI_CLASS_NETWORK /* class code */
626 { "network", PCI_CLASS_NETWORK,
130 if (PCI_CLASS(dev11) == PCI_CLASS_NETWORK) { in pci_attach_hook()
385 if (pci_class == PCI_CLASS_NETWORK) { in device_register()