Searched refs:__be32 (Results 76 - 100 of 1972) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/include/asm/
H A Ddtl.h14 __be32 enqueue_to_dispatch_time;
15 __be32 ready_to_enqueue_time;
16 __be32 waiting_to_ready_time;
H A Dopal-api.h467 __be32 msg_type;
468 __be32 reserved;
634 __be32 xstop_reason;
636 __be32 pir; /* for CHECKSTOP_TYPE_CORE */
637 __be32 chip_id; /* for CHECKSTOP_TYPE_NX */
722 __be32 version;
723 __be32 ioType;
724 __be32 len;
730 __be32 brdgCtl;
733 __be32 portStatusRe
[all...]
H A Dvphn.h22 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h188 __be32 sb_magicnum; /* magic number == XFS_SB_MAGIC */
189 __be32 sb_blocksize; /* logical block size, bytes */
198 __be32 sb_rextsize; /* realtime extent size, blocks */
199 __be32 sb_agblocks; /* size of an allocation group */
200 __be32 sb_agcount; /* number of allocation groups */
201 __be32 sb_rbmblocks; /* number of rt bitmap blocks */
202 __be32 sb_logblocks; /* number of log blocks */
234 __be32 sb_inoalignmt; /* inode chunk alignment, fsblocks */
235 __be32 sb_unit; /* stripe or raid unit */
236 __be32 sb_widt
[all...]
/linux-master/arch/nios2/kernel/
H A Dprom.c24 __be32 __maybe_unused *dtb = (u32 *)__dtb_start;
27 if (be32_to_cpup((__be32 *)CONFIG_NIOS2_DTB_PHYS_ADDR) ==
36 if (be32_to_cpu((__be32) *dtb) == OF_DT_HEADER)
/linux-master/block/
H A Dopal_proto.h240 __be32 reserved0;
242 __be32 outstandingData;
243 __be32 minTransfer;
244 __be32 length;
249 __be32 tsn;
250 __be32 hsn;
251 __be32 seq_number;
254 __be32 acknowledgment;
255 __be32 length;
262 __be32 lengt
[all...]
/linux-master/include/linux/
H A Dfsl_ifc.h681 __be32 ncfgr;
683 __be32 nand_fcr0;
684 __be32 nand_fcr1;
686 __be32 row0;
688 __be32 col0;
690 __be32 row1;
692 __be32 col1;
694 __be32 row2;
696 __be32 col2;
698 __be32 row
[all...]
H A Dsctp.h48 __be32 vtag;
221 __be32 tsn;
234 __be32 tsn;
237 __be32 mid;
240 __be32 fsn;
268 __be32 init_tag;
269 __be32 a_rwnd;
272 __be32 initial_tsn;
297 __be32 lifespan_increment;
315 __be32 adaptation_in
[all...]
/linux-master/include/uapi/linux/
H A Dip6_tunnel.h33 __be32 flowinfo; /* traffic class and flowlabel for tunnel */
45 __be32 flowinfo; /* traffic class and flowlabel for tunnel */
52 __be32 i_key;
53 __be32 o_key;
H A Datmmpc.h18 __be32 ipaddr; /* the IP address of the shortcut */
26 __be32 tag;
27 __be32 in_dst_ip; /* IP address this ingress MPC sends packets to */
35 __be32 cache_id;
36 __be32 tag;
37 __be32 mps_ip;
38 __be32 eg_dst_ip; /* IP address to which ingress MPC sends packets */
54 __be32 ip_mask;
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_ip.h35 __be32 saddr;
36 __be32 daddr;
37 __be32 smsk;
38 __be32 dmsk;
H A Debt_arp.h26 __be32 saddr;
27 __be32 smsk;
28 __be32 daddr;
29 __be32 dmsk;
/linux-master/drivers/net/wan/
H A Dfsl_ucc_hdlc.h29 __be32 rstate;
30 __be32 rbase;
33 __be32 rdptr;
34 __be32 tstate;
35 __be32 tbase;
38 __be32 tdptr;
39 __be32 rbptr;
40 __be32 tbptr;
41 __be32 rcrc;
42 __be32 res
[all...]
/linux-master/arch/nios2/include/asm/
H A Dchecksum.h40 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr,
63 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_pptp.h63 __be32 magicCookie;
110 __be32 framingCapability;
111 __be32 bearerCapability;
129 __be32 framingCapability;
130 __be32 bearerCapability;
159 __be32 identNumber;
167 __be32 identNumber;
186 __be32 minBPS;
187 __be32 maxBPS;
188 __be32 bearerTyp
[all...]
H A Dnf_conntrack_sctp.h11 __be32 vtag[IP_CT_DIR_MAX];
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.h20 __be32 ipaddr[4];
30 __be32 ipaddr[4];
59 __be32 spi;
63 __be32 addr[4];
/linux-master/include/net/
H A Dgue.h53 __be32 word;
81 static inline size_t guehdr_priv_flags_len(__be32 flags)
106 __be32 pflags = *(__be32 *)((void *)&guehdr[1] +
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_icrc.c43 static __be32 rxe_crc32(struct rxe_dev *rxe, __be32 crc, void *next, size_t len)
45 __be32 icrc;
51 *(__be32 *)shash_desc_ctx(shash) = crc;
55 return (__force __be32)crc32_le((__force u32)crc, next, len);
58 icrc = *(__be32 *)shash_desc_ctx(shash);
72 static __be32 rxe_icrc_hdr(struct sk_buff *skb, struct rxe_pkt_info *pkt)
79 __be32 crc;
94 crc = (__force __be32)0xdebb20e3;
142 __be32 *icrc
[all...]
/linux-master/tools/testing/selftests/powerpc/vphn/asm/
H A Dvphn.h22 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
/linux-master/fs/nfsd/
H A Dblocklayoutxdr.h53 __be32 nfsd4_block_encode_getdeviceinfo(struct xdr_stream *xdr,
55 __be32 nfsd4_block_encode_layoutget(struct xdr_stream *xdr,
57 int nfsd4_block_decode_layoutupdate(__be32 *p, u32 len, struct iomap **iomapp,
59 int nfsd4_scsi_decode_layoutupdate(__be32 *p, u32 len, struct iomap **iomapp,
/linux-master/include/asm-generic/
H A Dchecksum.h46 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len,
52 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len,
/linux-master/include/linux/mlx4/
H A Dcq.h43 __be32 vlan_my_qpn;
44 __be32 immed_rss_invalid;
45 __be32 g_mlpath_rqpn;
56 __be32 byte_cnt;
64 __be32 my_qpn;
74 __be32 vlan_my_qpn;
75 __be32 immed_rss_invalid;
76 __be32 g_mlpath_rqpn;
77 __be32 timestamp_hi;
81 __be32 byte_cn
[all...]
/linux-master/include/uapi/sound/
H A Dfirewire.h36 __be32 length;
37 __be32 version;
38 __be32 seqnum;
39 __be32 category;
40 __be32 command;
41 __be32 status;
42 __be32 params[];
46 __be32 response[]; /* some responses */
61 __be32 before;
62 __be32 afte
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_file_hdr.h20 __be32 len;
21 __be32 offset;

Completed in 379 milliseconds

1234567891011>>