Searched refs:cpu_to_be16 (Results 1 – 11 of 11) sorted by relevance
/include/rdma/ |
D | 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) [all …]
|
D | ib_smi.h | 66 #define IB_SMP_DIRECTION cpu_to_be16(0x8000) 69 #define IB_SMP_ATTR_NOTICE cpu_to_be16(0x0002) 70 #define IB_SMP_ATTR_NODE_DESC cpu_to_be16(0x0010) 71 #define IB_SMP_ATTR_NODE_INFO cpu_to_be16(0x0011) 72 #define IB_SMP_ATTR_SWITCH_INFO cpu_to_be16(0x0012) 73 #define IB_SMP_ATTR_GUID_INFO cpu_to_be16(0x0014) 74 #define IB_SMP_ATTR_PORT_INFO cpu_to_be16(0x0015) 75 #define IB_SMP_ATTR_PKEY_TABLE cpu_to_be16(0x0016) 76 #define IB_SMP_ATTR_SL_TO_VL_TABLE cpu_to_be16(0x0017) 77 #define IB_SMP_ATTR_VL_ARB_TABLE cpu_to_be16(0x0018) [all …]
|
D | ib_verbs.h | 413 #define IB_LID_PERMISSIVE cpu_to_be16(0xFFFF)
|
/include/linux/ |
D | sctp.h | 175 SCTP_PARAM_HEARTBEAT_INFO = cpu_to_be16(1), 177 SCTP_PARAM_IPV4_ADDRESS = cpu_to_be16(5), 178 SCTP_PARAM_IPV6_ADDRESS = cpu_to_be16(6), 179 SCTP_PARAM_STATE_COOKIE = cpu_to_be16(7), 180 SCTP_PARAM_UNRECOGNIZED_PARAMETERS = cpu_to_be16(8), 181 SCTP_PARAM_COOKIE_PRESERVATIVE = cpu_to_be16(9), 182 SCTP_PARAM_HOST_NAME_ADDRESS = cpu_to_be16(11), 183 SCTP_PARAM_SUPPORTED_ADDRESS_TYPES = cpu_to_be16(12), 184 SCTP_PARAM_ECN_CAPABLE = cpu_to_be16(0x8000), 187 SCTP_PARAM_RANDOM = cpu_to_be16(0x8002), [all …]
|
D | if_vlan.h | 312 skb->protocol != cpu_to_be16(ETH_P_8021Q)) in vlan_get_protocol()
|
/include/linux/byteorder/ |
D | generic.h | 95 #define cpu_to_be16 __cpu_to_be16 macro 160 *var = cpu_to_be16(be16_to_cpu(*var) + val); in be16_add_cpu()
|
/include/net/ |
D | inet_ecn.h | 134 case cpu_to_be16(ETH_P_IP): in INET_ECN_set_ce() 139 case cpu_to_be16(ETH_P_IPV6): in INET_ECN_set_ce()
|
D | ipx.h | 31 #define IPX_NO_CHECKSUM cpu_to_be16(0xFFFF)
|
D | ip_vs.h | 264 #define FTPPORT cpu_to_be16(21) 265 #define FTPDATA cpu_to_be16(20)
|
/include/linux/unaligned/ |
D | access_ok.h | 54 *((__be16 *)p) = cpu_to_be16(val); in put_unaligned_be16()
|
/include/linux/mlx4/ |
D | device.h | 101 #define MLX4_ATTR_EXTENDED_PORT_INFO cpu_to_be16(0xff90)
|