Home
last modified time | relevance | path

Searched refs:__be32 (Results 26 – 50 of 2001) sorted by relevance

12345678910>>...81

/openbmc/linux/include/linux/mlx5/
H A Dqp.h215 __be32 imm;
300 __be32 qkey;
317 __be32 qkey;
354 __be32 rkey;
365 __be32 lkey;
393 __be32 l_key;
407 __be32 l_key;
480 __be32 key;
486 __be32 key;
493 __be32 key;
[all …]
/openbmc/u-boot/fs/ext4/
H A Dext4_journal.h52 __be32 h_magic;
53 __be32 h_blocktype;
54 __be32 h_sequence;
63 __be32 s_blocksize; /* journal device blocksize */
64 __be32 s_maxlen; /* total blocks in journal file */
65 __be32 s_first; /* first block of log information */
69 __be32 s_start; /* blocknr of start of log */
72 __be32 s_errno;
91 __be32 s_padding[44];
99 __be32 block;
[all …]
/openbmc/linux/include/linux/
H A Dnvme-fc.h54 __be32 csn;
55 __be32 data_len;
60 __be32 rsvd92;
76 __be32 rsn;
78 __be32 rsvd12;
92 __be32 rsvd4;
110 __be32 rsvd4;
157 __be32 desc_len;
159 __be32 rsvd12;
245 __be32 rsvd12;
[all …]
H A Dfsl-diu-fb.h138 __be32 desc[3];
139 __be32 gamma;
140 __be32 palette;
141 __be32 cursor;
142 __be32 curs_pos;
144 __be32 bgnd;
145 __be32 bgnd_wb;
147 __be32 wb_size;
151 __be32 syn_pol;
156 __be32 filling;
[all …]
H A Dsctp.h48 __be32 vtag;
221 __be32 tsn;
234 __be32 tsn;
237 __be32 mid;
240 __be32 fsn;
269 __be32 a_rwnd;
380 __be32 dup;
385 __be32 a_rwnd;
618 __be32 mid;
665 __be32 crr_id;
[all …]
H A Din.h38 static inline bool ipv4_is_loopback(__be32 addr) in ipv4_is_loopback()
43 static inline bool ipv4_is_multicast(__be32 addr) in ipv4_is_multicast()
53 static inline bool ipv4_is_lbcast(__be32 addr) in ipv4_is_lbcast()
59 static inline bool ipv4_is_all_snoopers(__be32 addr) in ipv4_is_all_snoopers()
64 static inline bool ipv4_is_zeronet(__be32 addr) in ipv4_is_zeronet()
71 static inline bool ipv4_is_private_10(__be32 addr) in ipv4_is_private_10()
76 static inline bool ipv4_is_private_172(__be32 addr) in ipv4_is_private_172()
81 static inline bool ipv4_is_private_192(__be32 addr) in ipv4_is_private_192()
91 static inline bool ipv4_is_anycast_6to4(__be32 addr) in ipv4_is_anycast_6to4()
96 static inline bool ipv4_is_test_192(__be32 addr) in ipv4_is_test_192()
[all …]
/openbmc/linux/fs/hfs/
H A Dhfs.h105 __be32 fdType;
106 __be32 fdCreator;
116 __be32 fdPutAway;
128 __be32 frOpenChain;
131 __be32 frPutAway;
188 __be32 FlNum; /* The CNID */
195 __be32 CrDat; /* The creation date */
196 __be32 MdDat; /* The modified date */
215 __be32 DirID; /* The CNID */
216 __be32 CrDat; /* The creation date */
[all …]
/openbmc/linux/fs/afs/
H A Dafs_vl.h106 __be32 Mask;
110 __be32 ipaddr;
111 __be32 index;
112 __be32 spare;
124 __be32 cloneId;
125 __be32 flags;
126 __be32 spares1;
127 __be32 spares2;
128 __be32 spares3;
129 __be32 spares4;
[all …]
H A Dprotocol_yfs.h60 __be32 msw;
61 __be32 lsw;
76 __be32 hi;
87 __be32 type;
88 __be32 nlink;
94 __be32 mode;
108 __be32 type;
112 __be32 mask;
113 __be32 mode;
145 __be32 type;
[all …]
/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge_mcp.h10 __be32 high;
11 __be32 low;
22 __be32 cmd;
35 __be32 data;
36 __be32 result;
77 __be32 addr_high;
78 __be32 addr_low;
89 __be32 addr_high;
90 __be32 addr_low;
415 __be32 link_up;
[all …]
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_wqe.h66 __be32 lkey;
69 __be32 dqpn;
70 __be32 qkey;
75 __be32 av[8];
76 __be32 dqpn;
77 __be32 qkey;
85 __be32 lkey;
92 __be32 rkey;
103 __be32 lkey;
108 __be32 nda_op;
[all …]
/openbmc/linux/include/net/
H A Dsecure_seq.h9 u64 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport);
10 u64 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr,
12 u32 secure_tcp_seq(__be32 saddr, __be32 daddr,
14 u32 secure_tcp_ts_off(const struct net *net, __be32 saddr, __be32 daddr);
15 u32 secure_tcpv6_seq(const __be32 *saddr, const __be32 *daddr,
18 const __be32 *saddr, const __be32 *daddr);
19 u64 secure_dccp_sequence_number(__be32 saddr, __be32 daddr,
21 u64 secure_dccpv6_sequence_number(__be32 *saddr, __be32 *daddr,
/openbmc/linux/block/partitions/
H A Dmac.h14 __be32 map_count; /* # blocks in partition map */
20 __be32 data_count; /* number of data blocks */
21 __be32 status; /* partition status bits */
22 __be32 boot_start;
23 __be32 boot_size;
24 __be32 boot_load;
25 __be32 boot_load2;
26 __be32 boot_entry;
27 __be32 boot_entry2;
28 __be32 boot_cksum;
[all …]
/openbmc/linux/fs/nfsd/
H A Dvfs.h63 __be32 nfserrno (int errno);
66 __be32 nfsd_lookup(struct svc_rqst *, struct svc_fh *,
71 __be32 nfsd_setattr(struct svc_rqst *, struct svc_fh *,
77 __be32 nfsd4_clone_file_range(struct svc_rqst *rqstp,
85 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *,
93 __be32 *verf);
122 int stable, __be32 *verf);
126 int stable, __be32 *verf);
133 __be32 nfsd_link(struct svc_rqst *, struct svc_fh *,
137 __be32 nfsd_rename(struct svc_rqst *,
[all …]
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dt4fw_ri_api.h115 __be32 len[2];
123 __be32 len0;
129 __be32 stag;
130 __be32 len;
138 __be32 r2;
155 __be32 va_hi;
572 __be32 r3;
629 __be32 r5;
653 __be32 r3;
722 __be32 r2;
[all …]
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.h143 __be32 opcode;
161 __be32 ostype;
163 __be32 pad;
193 __be32 ratov;
194 __be32 edtov;
217 __be32 flags;
248 __be32 pad;
256 __be32 flags;
298 __be32 blksz;
317 __be32 flags;
[all …]
/openbmc/linux/block/
H A Dopal_proto.h240 __be32 reserved0;
244 __be32 length;
249 __be32 tsn;
250 __be32 hsn;
251 __be32 seq_number;
255 __be32 length;
262 __be32 length;
289 __be32 reserved01;
290 __be32 reserved02;
323 __be32 reserved02;
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dfw.h75 __be32 rc;
83 __be32 map_type;
89 __be32 tid;
94 __be32 tid;
99 __be32 count;
104 __be32 tid;
105 __be32 count;
106 __be32 flags;
112 __be32 count;
113 __be32 resv;
[all …]
/openbmc/linux/arch/powerpc/include/asm/
H A Dfsl_lbc.h21 __be32 br; /**< Base Register */
48 __be32 or; /**< Base Register */
93 __be32 mar; /**< UPM Address Register */
95 __be32 mamr; /**< UPMA Mode Register */
101 __be32 mbmr; /**< UPMB Mode Register */
102 __be32 mcmr; /**< UPMC Mode Register */
105 __be32 mdr; /**< UPM Data Register */
108 __be32 lsdmr; /**< SDRAM Mode Register */
110 __be32 lurt; /**< UPM Refresh Timer */
111 __be32 lsrt; /**< SDRAM Refresh Timer */
[all …]
H A Dopal-api.h722 __be32 version;
723 __be32 ioType;
724 __be32 len;
730 __be32 brdgCtl;
748 __be32 tlpHdr1;
749 __be32 tlpHdr2;
750 __be32 tlpHdr3;
751 __be32 tlpHdr4;
754 __be32 rsv3;
789 __be32 brdgCtl;
[all …]
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_adminq.h235 __be32 queue_id;
236 __be32 reserved;
240 __be32 ntfy_id;
250 __be32 queue_id;
251 __be32 index;
252 __be32 reserved;
253 __be32 ntfy_id;
281 __be32 queue_id;
287 __be32 queue_id;
388 __be32 opcode;
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32_parse.h46 __be32 val, __be32 mask) in cxgb4_fill_ipv4_tos()
77 __be32 val, __be32 mask) in cxgb4_fill_ipv4_proto()
86 __be32 val, __be32 mask) in cxgb4_fill_ipv4_src_ip()
95 __be32 val, __be32 mask) in cxgb4_fill_ipv4_dst_ip()
123 __be32 val, __be32 mask) in cxgb4_fill_ipv6_proto()
132 __be32 val, __be32 mask) in cxgb4_fill_ipv6_src_ip0()
141 __be32 val, __be32 mask) in cxgb4_fill_ipv6_src_ip1()
150 __be32 val, __be32 mask) in cxgb4_fill_ipv6_src_ip2()
159 __be32 val, __be32 mask) in cxgb4_fill_ipv6_src_ip3()
168 __be32 val, __be32 mask) in cxgb4_fill_ipv6_dst_ip0()
[all …]
/openbmc/linux/include/uapi/scsi/fc/
H A Dfc_els.h430 __be32 spp_params; /* service parameters */
491 __be32 reca_fc4value; /* FC4 value */
660 __be32 rnid_ip_addr[4]; /* IP address */
724 __be32 pnb_phys_pn; /* physical port number */
753 __be32 lesb_inv_crc; /* invalid CRC count */
875 __be32 clir_trans_id; /* transaction ID */
1169 __be32 degrade_activate_threshold;
1170 __be32 degrade_deactivate_threshold;
1171 __be32 fec_degrade_interval;
1218 __be32 xmt_signal_capability;
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_format.h530 __be32 agf_spare2;
617 __be32 agi_pad32;
666 __be32 agfl_crc;
1343 __be32 sl_magic;
1344 __be32 sl_offset;
1345 __be32 sl_bytes;
1346 __be32 sl_crc;
1740 __be32 bb_owner;
1793 __be32 ae_tag;
1794 __be32 ae_id;
[all …]
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h63 __be32 magicCookie;
159 __be32 identNumber;
167 __be32 identNumber;
186 __be32 minBPS;
187 __be32 maxBPS;
188 __be32 bearerType;
189 __be32 framingType;
213 __be32 connectSpeed;
272 __be32 crcErrors;
283 __be32 sendAccm;
[all …]

12345678910>>...81