Home
last modified time | relevance | path

Searched refs:pci_cap_offset (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c2104 !hba->pci_cap_offset[PCI_CAP_ID_MSI]) { in emlxs_init_adapter_info()
2110 !hba->pci_cap_offset[PCI_CAP_ID_MSI_X]) { in emlxs_init_adapter_info()
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()
2988 bzero(hba->pci_cap_offset, sizeof (hba->pci_cap_offset)); in emlxs_pci_cap_offsets()
3005 (hba->pci_cap_offset[id] == 0)) { in emlxs_pci_cap_offsets()
3006 hba->pci_cap_offset[id] = offset; in emlxs_pci_cap_offsets()
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()
3024 hba->pci_cap_offset[PCI_CAP_ID_VS]); in emlxs_pci_cap_offsets()
[all …]
H A Demlxs_fcp.c2081 if (hba->pci_cap_offset[PCI_CAP_ID_PM]) { in emlxs_power_up()
2085 hba->pci_cap_offset[PCI_CAP_ID_PM] + in emlxs_power_up()
H A Demlxs_solaris.c1408 if (!hba->pci_cap_offset[PCI_CAP_ID_PCI_E]) { in emlxs_disable_pcie_ce_err()
1416 hba->pci_cap_offset[PCI_CAP_ID_PCI_E] + in emlxs_disable_pcie_ce_err()
1423 hba->pci_cap_offset[PCI_CAP_ID_PCI_E] + in emlxs_disable_pcie_ce_err()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1720 uint8_t pci_cap_offset[PCI_CAP_MAX_PTR]; member