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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c199 static uint8_t yge_find_capability(yge_dev_t *, uint8_t);
829 if ((pcix = yge_find_capability(dev, PCI_CAP_ID_PCIX)) != 0) {
1157 yge_find_capability(yge_dev_t *dev, uint8_t cap) function
1196 pm_cap = yge_find_capability(dev, PCI_CAP_ID_PM);
1262 if (yge_find_capability(dev, PCI_CAP_ID_PCI_E) != 0) {
1264 } else if (yge_find_capability(dev, PCI_CAP_ID_PCIX) != 0) {
1753 if ((pm_cap = yge_find_capability(dev, PCI_CAP_ID_PM)) != 0) {

Completed in 50 milliseconds