Go to the documentation of this file.
35 #if !defined(IB_PMA_H)
43 #define IB_PMA_CLASS_CAP_ALLPORTSELECT cpu_to_be16(1 << 8)
44 #define IB_PMA_CLASS_CAP_EXT_WIDTH cpu_to_be16(1 << 9)
45 #define IB_PMA_CLASS_CAP_XMIT_WAIT cpu_to_be16(1 << 12)
47 #define IB_PMA_CLASS_PORT_INFO cpu_to_be16(0x0001)
48 #define IB_PMA_PORT_SAMPLES_CONTROL cpu_to_be16(0x0010)
49 #define IB_PMA_PORT_SAMPLES_RESULT cpu_to_be16(0x0011)
50 #define IB_PMA_PORT_COUNTERS cpu_to_be16(0x0012)
51 #define IB_PMA_PORT_COUNTERS_EXT cpu_to_be16(0x001D)
52 #define IB_PMA_PORT_SAMPLES_RESULT_EXT cpu_to_be16(0x001E)
118 #define IB_PMA_SEL_SYMBOL_ERROR cpu_to_be16(0x0001)
119 #define IB_PMA_SEL_LINK_ERROR_RECOVERY cpu_to_be16(0x0002)
120 #define IB_PMA_SEL_LINK_DOWNED cpu_to_be16(0x0004)
121 #define IB_PMA_SEL_PORT_RCV_ERRORS cpu_to_be16(0x0008)
122 #define IB_PMA_SEL_PORT_RCV_REMPHYS_ERRORS cpu_to_be16(0x0010)
123 #define IB_PMA_SEL_PORT_XMIT_DISCARDS cpu_to_be16(0x0040)
124 #define IB_PMA_SEL_LOCAL_LINK_INTEGRITY_ERRORS cpu_to_be16(0x0200)
125 #define IB_PMA_SEL_EXCESSIVE_BUFFER_OVERRUNS cpu_to_be16(0x0400)
126 #define IB_PMA_SEL_PORT_VL15_DROPPED cpu_to_be16(0x0800)
127 #define IB_PMA_SEL_PORT_XMIT_DATA cpu_to_be16(0x1000)
128 #define IB_PMA_SEL_PORT_RCV_DATA cpu_to_be16(0x2000)
129 #define IB_PMA_SEL_PORT_XMIT_PACKETS cpu_to_be16(0x4000)
130 #define IB_PMA_SEL_PORT_RCV_PACKETS cpu_to_be16(0x8000)
147 #define IB_PMA_SELX_PORT_XMIT_DATA cpu_to_be16(0x0001)
148 #define IB_PMA_SELX_PORT_RCV_DATA cpu_to_be16(0x0002)
149 #define IB_PMA_SELX_PORT_XMIT_PACKETS cpu_to_be16(0x0004)
150 #define IB_PMA_SELX_PORT_RCV_PACKETS cpu_to_be16(0x0008)
151 #define IB_PMA_SELX_PORT_UNI_XMIT_PACKETS cpu_to_be16(0x0010)
152 #define IB_PMA_SELX_PORT_UNI_RCV_PACKETS cpu_to_be16(0x0020)
153 #define IB_PMA_SELX_PORT_MULTI_XMIT_PACKETS cpu_to_be16(0x0040)
154 #define IB_PMA_SELX_PORT_MULTI_RCV_PACKETS cpu_to_be16(0x0080)