Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_MASK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cap.h47 #define PCI_CAP_ID_MASK 0xff macro
76 pci_lcap_locate(h, (uint8_t)((id) & PCI_CAP_ID_MASK), base_p))
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h474 #define PCI_CAP_ID_MASK 0xff macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c3025 id = ((reg >> PCI_CAP_ID_SHIFT) & PCI_CAP_ID_MASK); in emlxs_pci_cap_offsets()