Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c447 prop->ppd_status = pci_prop_get16(acc, prop, PCI_CONF_STAT); in pci_prop_data_fill()
601 if ((prop->ppd_status & PCI_STAT_FBBC) != 0) { in pci_prop_set_common_props()
606 if ((prop->ppd_status & PCI_STAT_66MHZ) != 0) { in pci_prop_set_common_props()
611 if ((prop->ppd_status & PCI_STAT_UDF) != 0) { in pci_prop_set_common_props()
635 (prop->ppd_status & PCI_STAT_DEVSELT) >> 9); in pci_prop_set_common_props()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_props.h59 uint16_t ppd_status; member