Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c484 pci_cap_entry_t *pci_cap_entp; local
510 pci_cap_entp = pci_cap_table;
515 while (pci_cap_entp->cap_id != PCI_CAP_NEXT_PTR_NULL) {
516 if (pci_cap_entp->cap_id == cap_id &&
517 (cap_reg & pci_cap_entp->cap_mask) ==
518 pci_cap_entp->cap_reg)
521 pci_cap_entp++;
530 if (pci_cap_entp->cap_id == PCI_CAP_NEXT_PTR_NULL)
532 if (pci_cap_entp->cap_save_func) {
533 if ((nwords = pci_cap_entp->cap_save_func(confhdl,
[all …]