Searched refs:__u16 (Results 251 - 275 of 754) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_hippi.h103 __u16 reserved;
105 __u16 locally_administered;
H A Domapfb.h180 __u16 x;
181 __u16 y;
182 __u16 w;
183 __u16 h;
209 __u16 line;
210 __u16 reserved2;
214 __u16 xres;
215 __u16 yres;
H A Dif_pppox.h202 __u16 tot_len; /* Total length */
203 __u16 id; /* Identification */
204 __u16 frag_off; /* Fragment flags & offset */
207 __u16 check; /* Header checksum */
240 __u16 protocol; /* should be GRE_PROTOCOL_PPTP */
241 __u16 payload_len; /* size of ppp payload, not inc. gre header */
242 __u16 call_id; /* peer's call_id for this session */
H A Dpkt_cls.h209 __u16 off;
393 __u16 nmatches;
394 __u16 progid;
406 __u16 matchid;
407 __u16 kind;
408 __u16 flags;
409 __u16 pad; /* currently unused */
H A Dfb.h163 __u16 xpanstep; /* zero if no hardware panning */
164 __u16 ypanstep; /* zero if no hardware panning */
165 __u16 ywrapstep; /* zero if no hardware ywrap */
172 __u16 reserved[3]; /* Reserved for future compatibility */
280 __u16 *red; /* Red values */
281 __u16 *green;
282 __u16 *blue;
283 __u16 *transp; /* transparency, can be NULL */
380 __u16 x, y;
384 __u16 se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnf_conntrack_proto_gre.h30 __u16 rec:3,
40 __u16 csum:1,
H A Dnfnetlink_compat.h25 __u16 nfa_len;
26 __u16 nfa_type; /* we use 15 bits for the type, and the highest
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_common.h138 __u16 sps_pkeys[4];
139 __u16 sps_unused16[4]; /* available; maintaining compatible layout */
224 __u16 spi_port;
225 __u16 spi_subport;
420 __u16 spu_subport_cnt;
421 __u16 spu_subport_id;
463 __u16 port; /* port on unit assigned to caller */
464 __u16 subport; /* subport on unit assigned to caller */
465 __u16 num_ports; /* number of ports available on unit */
466 __u16 num_subport
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Df_tcindex.c61 __u16 mask;
137 __u16 hash;
141 hash = *(__u16 *) RTA_DATA(tb[TCA_TCINDEX_HASH]);
145 __u16 mask;
149 mask = *(__u16 *) RTA_DATA(tb[TCA_TCINDEX_MASK]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl32.h53 __u16 bs_mode; /* type and mode */
54 __u16 bs_nlink; /* number of links */
68 __u16 bs_projid; /* project id */
71 __u16 bs_dmstate; /* DMIG state info */
72 __u16 bs_aextents; /* attribute number of extents */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_arch.h44 #define cpu_to_be16(val) ((__force __be16)(__u16)(val))
47 #define be16_to_cpu(val) ((__force __u16)(__be16)(val))
51 #define cpu_to_be16(val) ((__force __be16)__swab16((__u16)(val)))
54 #define be16_to_cpu(val) (__swab16((__force __u16)(__be16)(val)))
81 ((__u16)((((__u8*)(pointer))[0] << 8) | (((__u8*)(pointer))[1])))
H A Dxfs_fs.h137 __u16 fsd_padding;
138 __u16 fsd_dmstate; /* corresponds to di_dmstate */
281 __u16 bs_mode; /* type and mode */
282 __u16 bs_nlink; /* number of links */
296 __u16 bs_projid; /* project id */
297 __u16 bs_forkoff; /* inode fork offset in bytes */
300 __u16 bs_dmstate; /* DMIG state info */
301 __u16 bs_aextents; /* attribute number of extents */
395 __u16 fid_len; /* length of remainder */
396 __u16 fid_pa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Ds390_ext.c32 static inline int ext_hash(__u16 code)
37 int register_external_interrupt(__u16 code, ext_int_handler_t handler)
53 int register_early_external_interrupt(__u16 code, ext_int_handler_t handler,
68 int unregister_external_interrupt(__u16 code, ext_int_handler_t handler)
92 int unregister_early_external_interrupt(__u16 code, ext_int_handler_t handler,
H A Dtraps.c465 __u16 __user *location;
478 if (get_user(*((__u16 *) opcode), (__u16 __user *) location))
480 if (*((__u16 *) opcode) == S390_BREAKPOINT_U16) {
487 if (get_user(*((__u16 *) (opcode+2)), location+1))
495 } else if (*((__u16 *) opcode) == 0xb299) {
496 if (get_user(*((__u16 *) (opcode+2)), location+1))
499 } else if (*((__u16 *) opcode) == 0xb29c) {
500 if (get_user(*((__u16 *) (opcode+2)), location+1))
503 } else if (*((__u16 *) opcod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_sock.h122 __u16 inet_num;
125 __u16 cmsg_flags;
127 __u16 inet_id;
185 const __be32 laddr, const __u16 lport,
198 const __u16 lport = inet->inet_num;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dhypfs_diag.c68 __u16 tslice;
69 __u16 phys_cpus;
70 __u16 this_part;
77 __u16 tslice;
78 __u16 phys_cpus;
79 __u16 this_part;
109 static inline __u16 info_blk_hdr__pcpus(enum diag204_format type, void *hdr)
175 __u16 cpu_addr;
179 __u16 weight;
185 __u16 cpu_add
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_unicode.h47 #define UNI_ASTERIK (__u16) ('*' + 0xF000)
48 #define UNI_QUESTION (__u16) ('?' + 0xF000)
49 #define UNI_COLON (__u16) (':' + 0xF000)
50 #define UNI_GRTRTHAN (__u16) ('>' + 0xF000)
51 #define UNI_LESSTHAN (__u16) ('<' + 0xF000)
52 #define UNI_PIPE (__u16) ('|' + 0xF000)
53 #define UNI_SLASH (__u16) ('\\' + 0xF000)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkvm.h108 __u16 selector;
117 __u16 limit;
118 __u16 padding[3];
137 __u16 fcw;
138 __u16 fsw;
141 __u16 last_opcode;
211 __u16 latched_count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dkvm_host.h79 __u16 lctl; /* 0x0044 */
85 __u16 ihcpu; /* 0x0052 */
87 __u16 ipa; /* 0x0056 */
103 __u16 iprcc; /* 0x00ce */
151 __u16 subchannel_id; /* 0x0b8 */
152 __u16 subchannel_nr; /* 0x0ba */
171 __u16 code;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dsm.h208 __u16 ssn);
303 static inline __u16 sctp_data_size(struct sctp_chunk *chunk)
305 __u16 size;
370 static inline int SSN_lt(__u16 s, __u16 t)
375 static inline int SSN_lte(__u16 s, __u16 t)
389 static inline int ADDIP_SERIAL_gte(__u16 s, __u16 t)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dhdparm.h12 void identify (__u16 *id_supplied);
23 int fwdownload(int fd, __u16 *id, const char *fwpath, int xfer_mode);
24 void dco_identify_print (__u16 *dco);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dcompat.c31 __u16 qs_flags;
39 __u16 qs_bwarnlimit;
40 __u16 qs_iwarnlimit;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-systemh/
H A Dio.c18 static inline volatile __u16 *
22 return (volatile __u16 *) (PA_MRSHPC + (port - 0x2000));
24 return (volatile __u16*)port;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Diso.h46 __u16 len;
50 __u16 cycle;
63 __u16 total_len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmac_iop.h158 extern void iop_upload_code(uint, __u8 *, uint, __u16);
159 extern void iop_download_code(uint, __u8 *, uint, __u16);
160 extern __u8 *iop_compare_code(uint, __u8 *, uint, __u16);

Completed in 306 milliseconds

<<11121314151617181920>>