Searched refs:PCI_CAP_ID_SLOT_ID (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_os.h | 162 #define PCI_CAP_ID_SLOT_ID 0x4 /* Slot Identification supported */
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | pci.h | 605 #define PCI_CAP_ID_SLOT_ID 0x4 /* Slot Identification supported */ macro
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sunpci.c | 304 {PCI_CAP_ID_SLOT_ID, 0, 0, PCI_SLOTID_NDWORDS, pci_generic_save},
|
/titanic_50/usr/src/uts/common/io/pciex/ |
H A D | pcieb.c | 1754 PCI_CAP_ID_SLOT_ID, &cap_ptr)) != DDI_FAILURE)) { in pcieb_id_props()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 56 {PCI_CAP_ID_SLOT_ID, "PCI_CAP_ID_SLOT_ID"},
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 585 } else if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_SLOT_ID, &cap_ptr)) in pcicfg_get_nslots() 614 if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_SLOT_ID, &cap_ptr)) != in pcicfg_is_chassis()
|
/titanic_50/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 5120 (void) PCI_CAP_LOCATE(handle, PCI_CAP_ID_SLOT_ID, &slot_id_loc); in pcicfg_get_nslots()
|