Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c2128 !hba->pci_cap_offset[PCI_CAP_ID_MSI]) { in emlxs_init_adapter_info()
2134 !hba->pci_cap_offset[PCI_CAP_ID_MSI_X]) { in emlxs_init_adapter_info()
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()
3013 bzero(hba->pci_cap_offset, sizeof (hba->pci_cap_offset)); in emlxs_pci_cap_offsets()
3030 (hba->pci_cap_offset[id] == 0)) { in emlxs_pci_cap_offsets()
3031 hba->pci_cap_offset[id] = offset; in emlxs_pci_cap_offsets()
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()
3049 hba->pci_cap_offset[PCI_CAP_ID_VS]); in emlxs_pci_cap_offsets()
[all …]
H A Demlxs_fcp.c2090 if (hba->pci_cap_offset[PCI_CAP_ID_PM]) { in emlxs_power_up()
2094 hba->pci_cap_offset[PCI_CAP_ID_PM] + in emlxs_power_up()
H A Demlxs_solaris.c1409 if (!hba->pci_cap_offset[PCI_CAP_ID_PCI_E]) { in emlxs_disable_pcie_ce_err()
1417 hba->pci_cap_offset[PCI_CAP_ID_PCI_E] + in emlxs_disable_pcie_ce_err()
1424 hba->pci_cap_offset[PCI_CAP_ID_PCI_E] + in emlxs_disable_pcie_ce_err()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1732 uint8_t pci_cap_offset[PCI_CAP_MAX_PTR]; member