Searched refs:__constant_cpu_to_le32 (Results 1 – 4 of 4) sorted by relevance
203 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()237 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()308 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()319 *outbuf = __constant_cpu_to_le32( in gen_ndis_query_resp()451 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()457 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()503 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()542 *outbuf = __constant_cpu_to_le32(1); in gen_ndis_query_resp()564 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()571 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()[all …]
524 .bmEthernetStatistics = __constant_cpu_to_le32(0), /* no statistics */1898 *((__le32 *) resp->buf) = __constant_cpu_to_le32(1); in rndis_control_ack()1899 *((__le32 *) (resp->buf + 4)) = __constant_cpu_to_le32(0); in rndis_control_ack()
22 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x)) macro
22 #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x))) macro
Completed in 10 milliseconds