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

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c221 uint16_t parent_bus; member in struct:__anon9568
341 ppb->parent_bus = PCIE_PCIECAP_DEV_TYPE_PCI_PSEUDO;
343 (ppb->parent_bus != PCIE_PCIECAP_DEV_TYPE_PCIE_DEV);
351 ppb->parent_bus =
369 if (ppb->parent_bus == PCIE_PCIECAP_DEV_TYPE_PCIE_DEV)
420 ret = (ppb->parent_bus == PCIE_PCIECAP_DEV_TYPE_PCIE_DEV) ?
517 if ((ppb->parent_bus == PCIE_PCIECAP_DEV_TYPE_PCIE_DEV) &&
532 if ((ppb->parent_bus == PCIE_PCIECAP_DEV_TYPE_PCIE_DEV) &&
690 if (ppb->parent_bus == PCIE_PCIECAP_DEV_TYPE_PCIE_DEV) {
735 if (ppb->parent_bus
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c248 uint16_t parent_bus; member in struct:__anon9789
340 if (ppb_p->parent_bus != PCIE_PCIECAP_DEV_TYPE_PCIE_DEV)
444 ppb->parent_bus = PCIE_PCIECAP_DEV_TYPE_PCI_PSEUDO;
446 (ppb->parent_bus != PCIE_PCIECAP_DEV_TYPE_PCIE_DEV);
454 ppb->parent_bus =
463 if (ppb->parent_bus == PCIE_PCIECAP_DEV_TYPE_PCIE_DEV)
512 if (ppb->parent_bus == PCIE_PCIECAP_DEV_TYPE_PCIE_DEV)
593 if ((ppb_p->parent_bus == PCIE_PCIECAP_DEV_TYPE_PCIE_DEV) &&
604 if ((ppb_p->parent_bus == PCIE_PCIECAP_DEV_TYPE_PCIE_DEV) &&
968 if (ppb->parent_bus
[all...]

Completed in 107 milliseconds