Searched defs:__u16 (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8712/
H A Dswab.h29 #ifndef __u16
30 #define __u16 unsigned short macro
46 static inline __u16 ___swab16(__u16 x)
48 __u16 __x = x;
49 return (__u16)(
50 (((__u16)(__x) & (__u16)0x00ffU) << 8) |
51 (((__u16)(__x) & (__u16)
[all...]
/drivers/s390/net/
H A Dqeth_core_mpc.h311 __u16 vlan_id;
317 __u16 length;
318 __u16 command_code;
319 __u16 return_code;
325 __u16 request_bits;
326 __u16 reply_bits;
334 __u16 mask_bits;
404 __u16 cmdlength;
405 __u16 reserved2;
407 __u16 return_cod
461 __u16:16; member in struct:qeth_ipacmd_diagass
[all...]

Completed in 68 milliseconds