Searched refs:cap_type (Results 1 – 1 of 1) sorted by relevance
36 u16 cap_type; /* PCI_CAP_xxx or 0 */ member123 if (op->cap_type) in exec_op()127 cap = pci_find_cap_nr(dev, op->cap_id, op->cap_type, &cap_nr); in exec_op()132 op->number, ((op->cap_type == PCI_CAP_NORMAL) ? "Capability" : "Extended capability"), in exec_op()136 op->number, ((op->cap_type == PCI_CAP_NORMAL) ? "Capability" : "Extended capability"), in exec_op()140 …trace(((op->cap_type == PCI_CAP_NORMAL) ? "(cap %02x @%02x) " : "(ecap %04x @%03x) "), op->cap_id,… in exec_op()617 op->cap_type = op->cap_id = 0; in parse_register()625 op->cap_type = PCI_CAP_NORMAL; in parse_register()628 op->cap_type = PCI_CAP_EXTENDED; in parse_register()643 op->cap_type = PCI_CAP_NORMAL; in parse_register()[all …]