/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_library.c | 122 this_library->pci_device = pci_header->device_id; in scic_library_set_pci_info() 155 ( (this_library->pci_device >= 0x1D60) in scic_library_allocate_controller() 156 && (this_library->pci_device <= 0x1D62) in scic_library_allocate_controller() 158 || ( (this_library->pci_device >= 0x1D64) in scic_library_allocate_controller() 159 && (this_library->pci_device <= 0x1D65) in scic_library_allocate_controller() 161 || ( (this_library->pci_device >= 0x1D68) in scic_library_allocate_controller() 162 && (this_library->pci_device <= 0x1D6F) in scic_library_allocate_controller() 202 device_id = this_library->pci_device; in scic_library_get_pci_device_controller_count()
|
H A D | scic_sds_library.h | 98 U16 pci_device; member
|
/freebsd/sys/dev/imcsmb/ |
H A D | imcsmb_pci.c | 208 struct imcsmb_pci_device *pci_device; in imcsmb_pci_probe() local 219 for (pci_device = imcsmb_pci_devices; in imcsmb_pci_probe() 220 pci_device->name != NULL; in imcsmb_pci_probe() 221 pci_device++) { in imcsmb_pci_probe() 222 if (pci_dev_id == pci_device->id) { in imcsmb_pci_probe() 223 device_set_desc(dev, pci_device->name); in imcsmb_pci_probe()
|
/freebsd/usr.sbin/fwget/pci/ |
H A D | pci_network_mediatek |
|
H A D | pci_network_realtek |
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | pci.c | 28 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7915) }, 29 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7906) }, 34 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7916) }, 35 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x790a) },
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | rtw8821ce.c | 12 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xB821), 16 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xC821),
|
H A D | rtw8822ce.c | 12 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xC822), 16 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xC82F),
|
H A D | rtw8723de.c | 12 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xD723),
|
H A D | rtw8822be.c | 12 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xB822),
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
H A D | pci.c | 13 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7662) }, 14 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7612) }, 15 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7602) },
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | pci.c | 16 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7615) }, 17 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7663) }, 18 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7611) },
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | rtw8852ae.c | 73 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8852), 77 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xa85a),
|
H A D | rtw8852be.c | 75 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xb852), 79 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xb85b),
|
H A D | rtw8851be.c | 75 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xb851),
|
H A D | rtw8852ce.c | 104 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xc852),
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_main.c | 1168 { PCI_DEVICE(PCI_VENDOR_ID_MELLANOX, PCI_DEVICE_ID_MELLANOX_TAVOR), 1170 { PCI_DEVICE(PCI_VENDOR_ID_TOPSPIN, PCI_DEVICE_ID_MELLANOX_TAVOR), 1172 { PCI_DEVICE(PCI_VENDOR_ID_MELLANOX, PCI_DEVICE_ID_MELLANOX_ARBEL_COMPAT), 1174 { PCI_DEVICE(PCI_VENDOR_ID_TOPSPIN, PCI_DEVICE_ID_MELLANOX_ARBEL_COMPAT), 1176 { PCI_DEVICE(PCI_VENDOR_ID_MELLANOX, PCI_DEVICE_ID_MELLANOX_ARBEL), 1178 { PCI_DEVICE(PCI_VENDOR_ID_TOPSPIN, PCI_DEVICE_ID_MELLANOX_ARBEL), 1180 { PCI_DEVICE(PCI_VENDOR_ID_MELLANOX, PCI_DEVICE_ID_MELLANOX_SINAI), 1182 { PCI_DEVICE(PCI_VENDOR_ID_TOPSPIN, PCI_DEVICE_ID_MELLANOX_SINAI), 1184 { PCI_DEVICE(PCI_VENDOR_ID_MELLANOX, PCI_DEVICE_ID_MELLANOX_SINAI_OLD), 1186 { PCI_DEVICE(PCI_VENDOR_ID_TOPSPIN, PCI_DEVICE_ID_MELLANOX_SINAI_OLD),
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x0/ |
H A D | pci.c | 296 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7610) }, 297 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7630) }, 298 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7650) },
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | pci.c | 23 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7990) }, 28 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7991) },
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | host-generic-pci.yaml | 171 // PCI_DEVICE(3) INT#(1) CONTROLLER(PHANDLE) CONTROLLER_DATA(3) 177 // PCI_DEVICE(3) INT#(1)
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | pci.c | 20 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7961), 22 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7922), 24 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0608), 26 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0616),
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | pci.c | 10 { PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7603) },
|
/freebsd/sys/contrib/device-tree/src/xtensa/ |
H A D | virt.dts | 62 // PCI_DEVICE(3) INT#(1) CONTROLLER(PHANDLE) CONTROLLER_DATA(2)
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | zzz_fw_ports_fwget.sh | 69 if (x==1 && /PCI_DEVICE\(PCI_VENDOR_ID_MEDIATEK,/) { 76 #grep -1r 'PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK' ${flav}
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_drv_fc.h | 81 uint16_t pci_device; member
|