Searched refs:PCIC_NETWORK (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/usr.sbin/pciconf/ |
| H A D | pciconf.c | 650 {PCIC_NETWORK, -1, "network"}, 651 {PCIC_NETWORK, PCIS_NETWORK_ETHERNET, "ethernet"}, 652 {PCIC_NETWORK, PCIS_NETWORK_TOKENRING, "token ring"}, 653 {PCIC_NETWORK, PCIS_NETWORK_FDDI, "fddi"}, 654 {PCIC_NETWORK, PCIS_NETWORK_ATM, "ATM"}, 655 {PCIC_NETWORK, PCIS_NETWORK_ISDN, "ISDN"},
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | pci_virtio_net.c | 437 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_NETWORK); in pci_vtnet_init()
|
| H A D | pci_e82545.c | 2304 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_NETWORK); in e82545_init()
|
| /freebsd-12.1/sys/dev/pci/ |
| H A D | pcireg.h | 340 #define PCIC_NETWORK 0x02 macro
|
| H A D | pci.c | 4839 {PCIC_NETWORK, -1, 1, "network"}, 4840 {PCIC_NETWORK, PCIS_NETWORK_ETHERNET, 1, "ethernet"}, 4841 {PCIC_NETWORK, PCIS_NETWORK_TOKENRING, 1, "token ring"}, 4842 {PCIC_NETWORK, PCIS_NETWORK_FDDI, 1, "fddi"}, 4843 {PCIC_NETWORK, PCIS_NETWORK_ATM, 1, "ATM"}, 4844 {PCIC_NETWORK, PCIS_NETWORK_ISDN, 1, "ISDN"},
|