Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_drv_fc.h80 uint16_t pci_vendor; member
H A Docs.h117 uint16_t pci_vendor; member
H A Docs_ioctl.h57 uint16_t pci_vendor; /**< PCI vender ID value (binary) */ member
H A Docs_pci.c286 ocs->model = ocs_pci_model(ocs->pci_vendor, ocs->pci_device); in ocs_setup_params()
528 ocs->pci_vendor = pci_get_vendor(dev); in ocs_pci_attach()
H A Docs_ioctl.c505 req->pci_vendor = ocs->pci_vendor; in ocs_ioctl()
H A Docs_mgmt.c1061 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "pci_vendor", "0x%04x", ocs->pci_vendor); in get_pci_vendor()
/freebsd/sys/dev/drm2/
H A Ddrm_pci.c340 dev->pci_vendor = pci_get_vendor(dev->dev); in drm_get_pci_dev()
H A DdrmP.h1069 uint16_t pci_vendor; /* PCI vendor id */ member
/freebsd/sys/dev/hifn/
H A Dhifn7751.c966 u_short pci_vendor; member
1026 if (pci2id[i].pci_vendor == pci_get_vendor(sc->sc_dev) && in hifn_enable_crypto()