Home
last modified time | relevance | path

Searched refs:pci_ecap_offset (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c3059 bzero(hba->pci_ecap_offset, sizeof (hba->pci_ecap_offset)); in emlxs_pci_cap_offsets()
3076 (hba->pci_ecap_offset[eid] == 0)) { in emlxs_pci_cap_offsets()
3077 hba->pci_ecap_offset[eid] = eoffset; in emlxs_pci_cap_offsets()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1733 uint16_t pci_ecap_offset[PCI_EXT_CAP_MAX_PTR]; member