Lines Matching refs:cap_id
288 uint8_t cap_ptr, cap_id; local
334 cap_id = pci_config_get8(confhdl,
336 if (cap_id == PCI_CAP_ID_PCI_E) {
485 uint16_t cap_id, offset, status; local
506 cap_id = CAP_ID(confhdl, cap_ptr, xspace);
515 while (pci_cap_entp->cap_id != PCI_CAP_NEXT_PTR_NULL) {
516 if (pci_cap_entp->cap_id == cap_id &&
530 if (pci_cap_entp->cap_id == PCI_CAP_NEXT_PTR_NULL)
537 cap_descp->cap_id = cap_id;
690 if (cap_descp->cap_id == PCI_CAP_ID_PM)
834 uint8_t cap_id; local
857 cap_id = pci_config_get8(conf_hdl, cap_ptr + PCI_CAP_ID);
858 if (cap_id == PCI_CAP_ID_PM) {