Searched refs:pci_cap_offset (Results 1 – 4 of 4) sorted by relevance
2104 !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 …]
2081 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()
1408 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()
1720 uint8_t pci_cap_offset[PCI_CAP_MAX_PTR]; member