Searched refs:__be16 (Results 101 - 125 of 1496) sorted by path

1234567891011>>

/linux-master/net/netfilter/
H A Dxt_l2tp.c45 __be16 val16[2];
H A Dxt_multiport.c88 const __be16 *pptr;
89 __be16 _ports[2];
/linux-master/sound/firewire/bebob/
H A Dbebob_maudio.c631 __be16 *buf;
/linux-master/tools/include/uapi/linux/
H A Derspan.h22 __be16 sgt; /* security group tag */
/linux-master/tools/testing/selftests/bpf/
H A Dxdping.h9 __be16 seq;
/linux-master/arch/arc/include/asm/
H A Dio.h39 #define ioread16be(p) ({ u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; })
/linux-master/arch/arm/include/asm/
H A Dio.h390 #define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; })
/linux-master/arch/arm64/crypto/
H A Daes-ce-ccm-glue.c139 struct __packed { __be16 l; __be32 h; u16 len; } ltag;
H A Dsm4-ce-ccm-glue.c95 struct __packed { __be16 l; __be32 h; } aadlen;
/linux-master/arch/arm64/include/asm/
H A Dio.h290 #define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(__v); __v; })
/linux-master/arch/m68k/include/uapi/asm/
H A Dbootinfo.h35 __be16 tag; /* tag ID */
36 __be16 size; /* size of record (in bytes) */
173 __be16 branch;
/linux-master/arch/powerpc/boot/
H A Dlibfdt_env.h16 typedef __be16 fdt16_t;
/linux-master/arch/powerpc/include/asm/
H A Ddtl.h13 __be16 processor_id;
H A Dguest-state-buffer.h218 __be16 iden;
219 __be16 len;
H A Dhvcall.h673 __be16 secondary_index; /* IO */
674 __be16 returned_values; /* O */
681 __be16 cv_element_size;
H A Dhvsi.h29 __be16 seqno;
39 __be16 verb;
47 __be16 verb;
52 __be16 verb;
53 __be16 query_seqno;
H A Dicswx.h106 __be16 flags;
119 __be16 reserved;
H A Dlppaca.h44 __be16 size; /* Size of this struct */
68 __be16 slb_count; /* # of SLBs to maintain */
H A Dopal-api.h515 __be16 flags; /* 0x02 */
663 __be16 type;
950 __be16 size;
1017 __be16 addr; /* 7 or 10 bit address */
1018 __be16 reserved2;
H A Dopal.h68 uint64_t offset, __be16 *data);
78 int64_t opal_get_xive(uint32_t isn, __be16 *server, uint8_t *priority);
84 __be16 *pci_error_type,
151 int64_t opal_get_epow_status(__be16 *epow_status, __be16 *num_epow_classes);
155 __be16 *pci_error_type, __be16 *severity);
H A Dpapr-sysparm.h34 __be16 len;
H A Drtas-types.h92 __be16 id; /* 0x00 2-byte ASCII section ID */
93 __be16 length; /* 0x02 Section length in bytes */
96 __be16 creator_component; /* 0x06 Creator component ID */
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c894 __be16 reserved;
926 __be16 papr_level;
927 __be16 reserved1;
930 __be16 reserved3;
/linux-master/arch/powerpc/kvm/
H A Dbook3s.c956 kvmppc_set_gpr(vcpu, 4, be16_to_cpu(*(__be16 *)&buf));
990 *(__be16 *)&buf = cpu_to_be16(val);
H A Dbook3s_hv.c547 __be16 hword;

Completed in 346 milliseconds

1234567891011>>