Home
last modified time | relevance | path

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

/pciutils/
H A Dls-caps.c699 if ((type == PCI_EXP_TYPE_ENDPOINT) || (type == PCI_EXP_TYPE_LEG_END)) in cap_express_dev()
705 if ((type == PCI_EXP_TYPE_ENDPOINT) || (type == PCI_EXP_TYPE_LEG_END) || in cap_express_dev()
712 …if ((type == PCI_EXP_TYPE_ENDPOINT) || (type == PCI_EXP_TYPE_LEG_END) || (type == PCI_EXP_TYPE_ROO… in cap_express_dev()
715 if ((type == PCI_EXP_TYPE_ENDPOINT) || (type == PCI_EXP_TYPE_UPSTREAM) || in cap_express_dev()
738 …if (((type == PCI_EXP_TYPE_ENDPOINT) || (type == PCI_EXP_TYPE_LEG_END) || (type == PCI_EXP_TYPE_RO… in cap_express_dev()
845 if ((type == PCI_EXP_TYPE_ROOT_PORT) || (type == PCI_EXP_TYPE_ENDPOINT) || in cap_express_link()
1138 if (type == PCI_EXP_TYPE_ROOT_PORT || type == PCI_EXP_TYPE_ENDPOINT) in cap_express_dev2()
1169 type == PCI_EXP_TYPE_DOWNSTREAM || type == PCI_EXP_TYPE_ENDPOINT || in cap_express_dev2()
1173 if (type == PCI_EXP_TYPE_ROOT_PORT || type == PCI_EXP_TYPE_ENDPOINT || in cap_express_dev2()
1340 if (!((type == PCI_EXP_TYPE_ENDPOINT || type == PCI_EXP_TYPE_LEG_END) && in cap_express_link2()
[all …]
H A Dls-ecaps.c470 if (type == PCI_EXP_TYPE_ENDPOINT || type == PCI_EXP_TYPE_ROOT_INT_EP) in cap_multicast()
497 if (type == PCI_EXP_TYPE_ENDPOINT || type == PCI_EXP_TYPE_ROOT_INT_EP) in cap_multicast()
/pciutils/lib/
H A Dheader.h770 #define PCI_EXP_TYPE_ENDPOINT 0x0 /* Express Endpoint */ macro