Searched refs:pci_device (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscic_sds_library.c124 this_library->pci_device = pci_header->device_id;
157 ( (this_library->pci_device >= 0x1D60)
158 && (this_library->pci_device <= 0x1D62)
160 || ( (this_library->pci_device >= 0x1D64)
161 && (this_library->pci_device <= 0x1D65)
163 || ( (this_library->pci_device >= 0x1D68)
164 && (this_library->pci_device <= 0x1D6F)
204 device_id = this_library->pci_device;
H A Dscic_sds_library.h100 U16 pci_device; member in struct:SCIC_SDS_LIBRARY
/freebsd-13-stable/sys/dev/imcsmb/
H A Dimcsmb_pci.c237 struct imcsmb_pci_device *pci_device; local
248 for (pci_device = imcsmb_pci_devices;
249 pci_device->name != NULL;
250 pci_device++) {
251 if (pci_dev_id == pci_device->id) {
252 device_set_desc(dev, pci_device->name);
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_drv_fc.h83 uint16_t pci_device; member in struct:ocs_s
H A Docs.h124 uint16_t pci_device; member in struct:ocs_softc
H A Docs_ioctl.h60 uint16_t pci_device; /**< PCI device ID value (binary) */ member in struct:__anon13830
H A Docs_pci.c244 ocs->model = ocs_pci_model(ocs->pci_vendor, ocs->pci_device);
487 ocs->pci_device = pci_get_device(dev);
H A Docs_ioctl.c501 req->pci_device = ocs->pci_device;
H A Docs_mgmt.c166 {"pci_device", get_pci_device, NULL, NULL},
1202 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "pci_device", "0x%04x", ocs->pci_device);
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.c369 struct mrsas_ident *pci_device; local
371 for (pci_device = device_table; pci_device->vendor != 0; pci_device++) {
372 if ((pci_device->vendor == pci_get_vendor(dev)) &&
373 (pci_device->device == pci_get_device(dev)) &&
374 ((pci_device->subvendor == pci_get_subvendor(dev)) ||
375 (pci_device->subvendor == 0xffff)) &&
376 ((pci_device->subdevice == pci_get_subdevice(dev)) ||
377 (pci_device
[all...]
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_pci.c343 dev->pci_device = pci_get_device(dev->dev);
H A DdrmP.h1070 uint16_t pci_device; /* PCI device id */ member in struct:drm_device
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptintf.h412 HPT_U8 pci_device; member in struct:_CONTROLLER_INFO_V2
439 HPT_U8 pci_device; member in struct:_CONTROLLER_INFO_V3
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhptintf.h457 HPT_U8 pci_device; member in struct:_CONTROLLER_INFO_V2
509 HPT_U8 pci_device; member in struct:_CONTROLLER_INFO_V3
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptintf.h453 HPT_U8 pci_device; member in struct:_CONTROLLER_INFO_V2
505 HPT_U8 pci_device; member in struct:_CONTROLLER_INFO_V3

Completed in 392 milliseconds