Searched refs:pci_vendor (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_drv_fc.h82 uint16_t pci_vendor; member in struct:ocs_s
H A Docs.h123 uint16_t pci_vendor; member in struct:ocs_softc
H A Docs_ioctl.h59 uint16_t pci_vendor; /**< PCI vender ID value (binary) */ member in struct:__anon13830
H A Docs_pci.c244 ocs->model = ocs_pci_model(ocs->pci_vendor, ocs->pci_device);
486 ocs->pci_vendor = pci_get_vendor(dev);
H A Docs_ioctl.c500 req->pci_vendor = ocs->pci_vendor;
H A Docs_mgmt.c165 {"pci_vendor", get_pci_vendor, NULL, NULL},
1195 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "pci_vendor", "0x%04x", ocs->pci_vendor);
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_pci.c342 dev->pci_vendor = pci_get_vendor(dev->dev);
H A DdrmP.h1071 uint16_t pci_vendor; /* PCI vendor id */ member in struct:drm_device
/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751.c968 u_short pci_vendor; member in struct:pci2id
1028 if (pci2id[i].pci_vendor == pci_get_vendor(sc->sc_dev) &&

Completed in 210 milliseconds