Jungo WinDriver  
Official Documentation

◆ GET_CAPABILITY_STR

#define GET_CAPABILITY_STR (   cap_id)
Value:
(cap_id) == 0x00 ? "Null Capability" : \
(cap_id) == PCI_CAP_ID_PM ? "Power Management" : \
(cap_id) == PCI_CAP_ID_AGP ? "Accelerated Graphics Port" : \
(cap_id) == PCI_CAP_ID_VPD ? "Vital Product Data" : \
(cap_id) == PCI_CAP_ID_SLOTID ? "Slot Identification" : \
(cap_id) == PCI_CAP_ID_MSI ? "Message Signalled Interrupts (MSI)" : \
(cap_id) == PCI_CAP_ID_CHSWP ? "CompactPCI HotSwap" : \
(cap_id) == PCI_CAP_ID_PCIX ? "PCI-X" : \
(cap_id) == PCI_CAP_ID_HT ? "HyperTransport" : \
(cap_id) == PCI_CAP_ID_VNDR ? "Vendor-Specific" : \
(cap_id) == PCI_CAP_ID_DBG ? "Debug port" : \
(cap_id) == PCI_CAP_ID_CCRC ? "CompactPCI Central Resource Control" : \
(cap_id) == PCI_CAP_ID_SHPC ? "PCI Standard Hot-Plug Controller" : \
(cap_id) == PCI_CAP_ID_SSVID ? "Bridge subsystem vendor/device ID" : \
(cap_id) == PCI_CAP_ID_AGP3 ? "AGP Target PCI-PCI bridge" : \
(cap_id) == PCI_CAP_ID_SECDEV ? "Secure Device" : \
(cap_id) == PCI_CAP_ID_EXP ? "PCI Express" : \
(cap_id) == PCI_CAP_ID_MSIX ? "Extended Message Signalled Interrupts (MSI-X)" : \
(cap_id) == PCI_CAP_ID_SATA ? "SATA Data/Index Conf." : \
(cap_id) == PCI_CAP_ID_AF ? "PCI Advanced Features" : \
"Unknown"
#define PCI_CAP_ID_VNDR
Vendor-Specific.
Definition: pci_regs.h:120
#define PCI_CAP_ID_SECDEV
Secure Device.
Definition: pci_regs.h:126
#define PCI_CAP_ID_PCIX
PCI-X.
Definition: pci_regs.h:118
#define PCI_CAP_ID_MSIX
MSI-X.
Definition: pci_regs.h:128
#define PCI_CAP_ID_SATA
SATA Data/Index Conf.
Definition: pci_regs.h:129
#define PCI_CAP_ID_DBG
Debug port.
Definition: pci_regs.h:121
#define PCI_CAP_ID_SLOTID
Slot Identification.
Definition: pci_regs.h:115
#define PCI_CAP_ID_CHSWP
CompactPCI HotSwap.
Definition: pci_regs.h:117
#define PCI_CAP_ID_AF
PCI Advanced Features.
Definition: pci_regs.h:130
#define PCI_CAP_ID_SSVID
Bridge subsystem vendor/device ID.
Definition: pci_regs.h:124
#define PCI_CAP_ID_PM
Power Management.
Definition: pci_regs.h:112
#define PCI_CAP_ID_EXP
PCI Express.
Definition: pci_regs.h:127
#define PCI_CAP_ID_AGP
Accelerated Graphics Port.
Definition: pci_regs.h:113
#define PCI_CAP_ID_MSI
Message Signalled Interrupts.
Definition: pci_regs.h:116
#define PCI_CAP_ID_CCRC
CompactPCI Central Resource Control.
Definition: pci_regs.h:122
#define PCI_CAP_ID_HT
HyperTransport.
Definition: pci_regs.h:119
#define PCI_CAP_ID_AGP3
AGP Target PCI-PCI bridge.
Definition: pci_regs.h:125
#define PCI_CAP_ID_SHPC
PCI Standard Hot-Plug Controller.
Definition: pci_regs.h:123
#define PCI_CAP_ID_VPD
Vital Product Data.
Definition: pci_regs.h:114

Definition at line 173 of file pci_regs.h.