Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c61 {PCI_CAP_ID_VS, "PCI_CAP_ID_VS"},
2116 if (hba->pci_cap_offset[PCI_CAP_ID_VS]) { in emlxs_init_adapter_info()
2123 hba->pci_cap_offset[PCI_CAP_ID_VS] + in emlxs_init_adapter_info()
3017 if ((hba->pci_cap_offset[PCI_CAP_ID_VS] == 0) && in emlxs_pci_cap_offsets()
3019 hba->pci_cap_offset[PCI_CAP_ID_VS] = 0x54; in emlxs_pci_cap_offsets()
3023 emlxs_pci_cap_xlate(PCI_CAP_ID_VS), in emlxs_pci_cap_offsets()
3024 hba->pci_cap_offset[PCI_CAP_ID_VS]); in emlxs_pci_cap_offsets()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h167 #define PCI_CAP_ID_VS 0x9 /* Vendor Specific */
/titanic_44/usr/src/uts/common/sys/
H A Dpci.h610 #define PCI_CAP_ID_VS 0x9 /* Vendor Specific */ macro
/titanic_44/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c5844 status = myri10ge_find_cap(handle, &vso, PCI_CAP_ID_VS); in myri10ge_attach()
/titanic_44/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4275 case PCI_CAP_ID_VS: in ahci_config_space_init()