Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_resource.c49 static int hrt_entry_cnt = 0; variable
524 hrt_entry_cnt = (int)hrtp->hrt_entry_cnt; in hrt_probe()
525 dprintf("No. of PCI hot-plug slot entries = 0x%x\n", hrt_entry_cnt); in hrt_probe()
535 if (hrt_hpep == NULL || hrt_entry_cnt == 0) in hrt_find_bus_res()
539 for (i = 0; i < hrt_entry_cnt; i++, hpep++) { in hrt_find_bus_res()
643 if (hrt_hpep == NULL || hrt_entry_cnt == 0) { in hrt_find_bus_range()
648 for (i = 0; i < hrt_entry_cnt; i++, hpep++) { in hrt_find_bus_range()
H A Dpcihrt.h44 uchar_t hrt_entry_cnt; /* no. of PCI hot-plug slot entries */ member