Searched refs:PCI_EXP_TYPE_UPSTREAM (Results 1 – 3 of 3) sorted by relevance
706 (type == PCI_EXP_TYPE_UPSTREAM) || (type == PCI_EXP_TYPE_PCI_BRIDGE)) in cap_express_dev()715 if ((type == PCI_EXP_TYPE_ENDPOINT) || (type == PCI_EXP_TYPE_UPSTREAM) || in cap_express_dev()1145 if (type == PCI_EXP_TYPE_ROOT_PORT || type == PCI_EXP_TYPE_UPSTREAM || in cap_express_dev2()1149 if (type == PCI_EXP_TYPE_ROOT_PORT || type == PCI_EXP_TYPE_UPSTREAM || in cap_express_dev2()1168 if (type == PCI_EXP_TYPE_ROOT_PORT || type == PCI_EXP_TYPE_UPSTREAM || in cap_express_dev2()1176 if (type == PCI_EXP_TYPE_ROOT_PORT || type == PCI_EXP_TYPE_UPSTREAM || in cap_express_dev2()1485 case PCI_EXP_TYPE_UPSTREAM: in cap_express()
474 type == PCI_EXP_TYPE_UPSTREAM || type == PCI_EXP_TYPE_DOWNSTREAM) in cap_multicast()
773 #define PCI_EXP_TYPE_UPSTREAM 0x5 /* Upstream Port */ macro