• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/

Lines Matching refs:cpu_to_be16

35 #define IB_SMP_UNSUP_VERSION    cpu_to_be16(0x0004)
36 #define IB_SMP_UNSUP_METHOD cpu_to_be16(0x0008)
37 #define IB_SMP_UNSUP_METH_ATTR cpu_to_be16(0x000C)
38 #define IB_SMP_INVALID_FIELD cpu_to_be16(0x001C)
131 #define IB_NOTICE_PROD_CA cpu_to_be16(1)
132 #define IB_NOTICE_PROD_SWITCH cpu_to_be16(2)
133 #define IB_NOTICE_PROD_ROUTER cpu_to_be16(3)
134 #define IB_NOTICE_PROD_CLASS_MGR cpu_to_be16(4)
139 #define IB_NOTICE_TRAP_LLI_THRESH cpu_to_be16(129)
140 #define IB_NOTICE_TRAP_EBO_THRESH cpu_to_be16(130)
141 #define IB_NOTICE_TRAP_FLOW_UPDATE cpu_to_be16(131)
142 #define IB_NOTICE_TRAP_CAP_MASK_CHG cpu_to_be16(144)
143 #define IB_NOTICE_TRAP_SYS_GUID_CHG cpu_to_be16(145)
144 #define IB_NOTICE_TRAP_BAD_MKEY cpu_to_be16(256)
145 #define IB_NOTICE_TRAP_BAD_PKEY cpu_to_be16(257)
146 #define IB_NOTICE_TRAP_BAD_QKEY cpu_to_be16(258)
186 #define IB_PMA_CLASS_CAP_ALLPORTSELECT cpu_to_be16(1 << 8)
187 #define IB_PMA_CLASS_CAP_EXT_WIDTH cpu_to_be16(1 << 9)
188 #define IB_PMA_CLASS_CAP_XMIT_WAIT cpu_to_be16(1 << 12)
190 #define IB_PMA_CLASS_PORT_INFO cpu_to_be16(0x0001)
191 #define IB_PMA_PORT_SAMPLES_CONTROL cpu_to_be16(0x0010)
192 #define IB_PMA_PORT_SAMPLES_RESULT cpu_to_be16(0x0011)
193 #define IB_PMA_PORT_COUNTERS cpu_to_be16(0x0012)
194 #define IB_PMA_PORT_COUNTERS_EXT cpu_to_be16(0x001D)
195 #define IB_PMA_PORT_SAMPLES_RESULT_EXT cpu_to_be16(0x001E)
196 #define IB_PMA_PORT_COUNTERS_CONG cpu_to_be16(0xFF00)
319 #define IB_PMA_SEL_SYMBOL_ERROR cpu_to_be16(0x0001)
320 #define IB_PMA_SEL_LINK_ERROR_RECOVERY cpu_to_be16(0x0002)
321 #define IB_PMA_SEL_LINK_DOWNED cpu_to_be16(0x0004)
322 #define IB_PMA_SEL_PORT_RCV_ERRORS cpu_to_be16(0x0008)
323 #define IB_PMA_SEL_PORT_RCV_REMPHYS_ERRORS cpu_to_be16(0x0010)
324 #define IB_PMA_SEL_PORT_XMIT_DISCARDS cpu_to_be16(0x0040)
325 #define IB_PMA_SEL_LOCAL_LINK_INTEGRITY_ERRORS cpu_to_be16(0x0200)
326 #define IB_PMA_SEL_EXCESSIVE_BUFFER_OVERRUNS cpu_to_be16(0x0400)
327 #define IB_PMA_SEL_PORT_VL15_DROPPED cpu_to_be16(0x0800)
328 #define IB_PMA_SEL_PORT_XMIT_DATA cpu_to_be16(0x1000)
329 #define IB_PMA_SEL_PORT_RCV_DATA cpu_to_be16(0x2000)
330 #define IB_PMA_SEL_PORT_XMIT_PACKETS cpu_to_be16(0x4000)
331 #define IB_PMA_SEL_PORT_RCV_PACKETS cpu_to_be16(0x8000)
353 #define IB_PMA_SELX_PORT_XMIT_DATA cpu_to_be16(0x0001)
354 #define IB_PMA_SELX_PORT_RCV_DATA cpu_to_be16(0x0002)
355 #define IB_PMA_SELX_PORT_XMIT_PACKETS cpu_to_be16(0x0004)
356 #define IB_PMA_SELX_PORT_RCV_PACKETS cpu_to_be16(0x0008)
357 #define IB_PMA_SELX_PORT_UNI_XMIT_PACKETS cpu_to_be16(0x0010)
358 #define IB_PMA_SELX_PORT_UNI_RCV_PACKETS cpu_to_be16(0x0020)
359 #define IB_PMA_SELX_PORT_MULTI_XMIT_PACKETS cpu_to_be16(0x0040)
360 #define IB_PMA_SELX_PORT_MULTI_RCV_PACKETS cpu_to_be16(0x0080)