Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_VS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c63 {PCI_CAP_ID_VS, "PCI_CAP_ID_VS"},
2140 if (hba->pci_cap_offset[PCI_CAP_ID_VS]) { in emlxs_init_adapter_info()
2147 hba->pci_cap_offset[PCI_CAP_ID_VS] + in emlxs_init_adapter_info()
3042 if ((hba->pci_cap_offset[PCI_CAP_ID_VS] == 0) && in emlxs_pci_cap_offsets()
3044 hba->pci_cap_offset[PCI_CAP_ID_VS] = 0x54; in emlxs_pci_cap_offsets()
3048 emlxs_pci_cap_xlate(PCI_CAP_ID_VS), in emlxs_pci_cap_offsets()
3049 hba->pci_cap_offset[PCI_CAP_ID_VS]); in emlxs_pci_cap_offsets()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h167 #define PCI_CAP_ID_VS 0x9 /* Vendor Specific */
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h616 #define PCI_CAP_ID_VS 0x9 /* Vendor Specific */ macro
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c4773 { PCI_CAP_ID_VS, "vs", "Vendor Specific", pcieadm_cap_info_fixed,
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c5810 status = myri10ge_find_cap(handle, &vso, PCI_CAP_ID_VS); in myri10ge_attach()
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4380 case PCI_CAP_ID_VS: in ahci_config_space_init()