Searched defs:slot_id_loc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c5115 uint16_t cap_id_loc, slot_id_loc; local
5120 (void) PCI_CAP_LOCATE(handle, PCI_CAP_ID_SLOT_ID, &slot_id_loc);
5126 if (slot_id_loc != PCI_CAP_NEXT_PTR_NULL) {
5127 uint8_t esr_reg = pci_config_get8(handle, slot_id_loc + 2);

Completed in 77 milliseconds