Home
last modified time | relevance | path

Searched refs:__be32 (Results 1 – 200 of 1376) sorted by relevance

1234567

/linux-4.4.14/include/linux/
Damigaffs.h35 __be32 days;
36 __be32 mins;
37 __be32 ticks;
47 __be32 ptype;
48 __be32 spare1;
49 __be32 spare2;
50 __be32 hash_size;
51 __be32 spare3;
52 __be32 checksum;
53 __be32 hashtable[1];
[all …]
Dfsl_ifc.h688 __be32 ncfgr;
690 __be32 nand_fcr0;
691 __be32 nand_fcr1;
693 __be32 row0;
695 __be32 col0;
697 __be32 row1;
699 __be32 col1;
701 __be32 row2;
703 __be32 col2;
705 __be32 row3;
[all …]
Dfsl-diu-fb.h84 __be32 pix_fmt; /* hard coding pixel format */
143 __be32 desc[3];
144 __be32 gamma;
145 __be32 pallete;
146 __be32 cursor;
147 __be32 curs_pos;
148 __be32 diu_mode;
149 __be32 bgnd;
150 __be32 bgnd_wb;
151 __be32 disp_size;
[all …]
Din.h42 static inline bool ipv4_is_loopback(__be32 addr) in ipv4_is_loopback()
47 static inline bool ipv4_is_multicast(__be32 addr) in ipv4_is_multicast()
52 static inline bool ipv4_is_local_multicast(__be32 addr) in ipv4_is_local_multicast()
57 static inline bool ipv4_is_lbcast(__be32 addr) in ipv4_is_lbcast()
63 static inline bool ipv4_is_zeronet(__be32 addr) in ipv4_is_zeronet()
70 static inline bool ipv4_is_private_10(__be32 addr) in ipv4_is_private_10()
75 static inline bool ipv4_is_private_172(__be32 addr) in ipv4_is_private_172()
80 static inline bool ipv4_is_private_192(__be32 addr) in ipv4_is_private_192()
85 static inline bool ipv4_is_linklocal_169(__be32 addr) in ipv4_is_linklocal_169()
90 static inline bool ipv4_is_anycast_6to4(__be32 addr) in ipv4_is_anycast_6to4()
[all …]
Defs_vh.h20 __be32 vd_lbn; /* logical block number */
21 __be32 vd_nbytes; /* file length in bytes */
25 __be32 pt_nblks; /* # of logical blks in partition */
26 __be32 pt_firstlbn; /* first lbn of partition */
27 __be32 pt_type; /* use of partition */
31 __be32 vh_magic; /* identifies volume header */
38 __be32 vh_csum; /* volume header checksum */
39 __be32 vh_fill; /* fill out to 512 bytes */
Dinetdevice.h137 __be32 ifa_local;
138 __be32 ifa_address;
139 __be32 ifa_mask;
140 __be32 ifa_broadcast;
159 struct net_device *__ip_dev_find(struct net *net, __be32 addr, bool devref);
160 static inline struct net_device *ip_dev_find(struct net *net, __be32 addr) in ip_dev_find()
165 int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b);
169 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope);
170 __be32 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst,
171 __be32 local, int scope);
[all …]
Dmroute.h61 __be32 local,remote; /* Addresses(remote for tunnels)*/
69 __be32 mfc_mcastgrp; /* Group the entry belongs to */
70 __be32 mfc_origin; /* Source of packet */
98 #define MFC_HASH(a,b) (((((__force u32)(__be32)a)>>24)^(((__force u32)(__be32)b)>>26))&(MFC_LINES-1…
100 #define MFC_HASH(a,b) ((((__force u32)(__be32)a)^(((__force u32)(__be32)b)>>2))&(MFC_LINES-1))
105 __be32 saddr, __be32 daddr,
Dsctp.h63 __be32 vtag;
223 __be32 tsn;
226 __be32 ppid;
253 __be32 init_tag;
254 __be32 a_rwnd;
257 __be32 initial_tsn;
282 __be32 lifespan_increment;
305 __be32 adaptation_ind;
365 typedef __be32 sctp_dup_tsn_t;
373 __be32 cum_tsn_ack;
[all …]
Digmp.h49 __be32 sl_addr[0];
53 (count) * sizeof(__be32))
71 __be32 sf_inaddr;
80 __be32 multiaddr;
113 extern int ip_check_mc_rcu(struct in_device *dev, __be32 mc_addr, __be32 src_addr, u8 proto);
125 extern int ip_mc_sf_allow(struct sock *sk, __be32 local, __be32 rmt, int dif);
132 extern void ip_mc_dec_group(struct in_device *in_dev, __be32 addr);
133 extern void ip_mc_inc_group(struct in_device *in_dev, __be32 addr);
Dof_address.h9 const __be32 *range;
10 const __be32 *end;
28 const __be32 *in_addr);
31 extern u64 of_translate_address(struct device_node *np, const __be32 *addr);
44 extern const __be32 *of_get_address(struct device_node *dev, int index,
62 const __be32 *addr) in of_translate_address()
75 static inline const __be32 *of_get_address(struct device_node *dev, int index, in of_get_address()
140 extern const __be32 *of_get_pci_address(struct device_node *dev, int bar_no,
154 static inline const __be32 *of_get_pci_address(struct device_node *dev, in of_get_pci_address()
Djbd2.h135 __be32 h_magic;
136 __be32 h_blocktype;
137 __be32 h_sequence;
170 __be32 h_magic;
171 __be32 h_blocktype;
172 __be32 h_sequence;
176 __be32 h_chksum[JBD2_CHECKSUM_BYTES];
178 __be32 h_commit_nsec;
189 __be32 t_blocknr; /* The on-disk block number */
190 __be32 t_flags; /* See below */
[all …]
/linux-4.4.14/arch/powerpc/include/asm/
Dimmap_qe.h27 __be32 iadd; /* I-RAM Address Register */
28 __be32 idata; /* I-RAM Data Register */
30 __be32 iready; /* I-RAM Ready Register */
36 __be32 qicr;
37 __be32 qivec;
38 __be32 qripnr;
39 __be32 qipnr;
40 __be32 qipxcc;
41 __be32 qipycc;
42 __be32 qipwcc;
[all …]
Dfsl_lbc.h34 __be32 br; /**< Base Register */
61 __be32 or; /**< Base Register */
106 __be32 mar; /**< UPM Address Register */
108 __be32 mamr; /**< UPMA Mode Register */
114 __be32 mbmr; /**< UPMB Mode Register */
115 __be32 mcmr; /**< UPMC Mode Register */
117 __be32 mrtpr; /**< Memory Refresh Timer Prescaler Register */
118 __be32 mdr; /**< UPM Data Register */
120 __be32 lsor; /**< Special Operation Initiation Register */
121 __be32 lsdmr; /**< SDRAM Mode Register */
[all …]
Dopal-api.h385 __be32 msg_type;
386 __be32 reserved;
551 __be32 xstop_reason;
553 __be32 pir; /* for CHECKSTOP_TYPE_CORE */
554 __be32 chip_id; /* for CHECKSTOP_TYPE_NX */
628 __be32 version;
629 __be32 ioType;
630 __be32 len;
636 __be32 brdgCtl;
639 __be32 portStatusReg;
[all …]
Dprom.h53 __be32 magic; /* magic word OF_DT_HEADER */
54 __be32 totalsize; /* total size of DT block */
55 __be32 off_dt_struct; /* offset to structure */
56 __be32 off_dt_strings; /* offset to strings */
57 __be32 off_mem_rsvmap; /* offset to memory reserve map */
58 __be32 version; /* format version */
59 __be32 last_comp_version; /* last compatible version */
61 __be32 boot_cpuid_phys; /* Physical CPU id we're booting on */
63 __be32 dt_strings_size; /* size of the DT strings block */
65 __be32 dt_struct_size; /* size of the DT structure block */
[all …]
Dlppaca.h51 __be32 desc; /* Eye catcher 0xD397D781 */
56 volatile __be32 dyn_hw_node_id; /* Dynamic hardware node id */
57 volatile __be32 dyn_hw_proc_id; /* Dynamic hardware proc id */
90 volatile __be32 yield_count;
91 volatile __be32 dispersion_count; /* dispatch changed physical cpu */
98 __be32 page_ins; /* CMO Hint - # page ins by OS */
126 __be32 persistent; /* Number of persistent SLBs */
127 __be32 buffer_length; /* Total shadow buffer length */
142 __be32 enqueue_to_dispatch_time;
143 __be32 ready_to_enqueue_time;
[all …]
Dqe.h99 __be32 cpodr; /* Open drain register */
100 __be32 cpdata; /* Data register */
101 __be32 cpdir1; /* Direction register */
102 __be32 cpdir2; /* Direction register */
103 __be32 cppar1; /* Pin assignment register */
104 __be32 cppar2; /* Pin assignment register */
204 __be32 length; /* Length of the entire structure, in bytes */
218 __be32 vtraps[8]; /* Virtual trap addresses */
222 __be32 traps[16]; /* Trap addresses, 0 == ignore */
223 __be32 eccr; /* The value for the ECCR register */
[all …]
Dfadump.h82 __be32 request_flag;
93 __be32 dump_format_version;
96 __be32 offset_first_dump_section;
99 __be32 dd_block_size;
102 __be32 dd_offset_disk_path;
105 __be32 max_time_auto;
178 __be32 version;
179 __be32 num_cpu_offset;
Dcpm.h18 __be32 rstate; /* Internal */
19 __be32 rdp; /* Internal */
22 __be32 rxtmp; /* Internal */
23 __be32 tstate; /* Internal */
24 __be32 tdp; /* Internal */
27 __be32 txtmp; /* Internal */
28 __be32 res; /* Tx temp. */
Dicswx.h90 __be32 count;
108 __be32 length;
130 __be32 ccw;
131 __be32 flags;
168 static inline int icswx(__be32 ccw, struct coprocessor_request_block *crb) in icswx()
Drtas.h48 typedef __be32 rtas_arg_t;
51 __be32 token;
52 __be32 nargs;
53 __be32 nret;
173 __be32 extended_log_length; /* length in bytes */
238 __be32 company_id; /* Company ID of the company */
308 __be32 drc_index;
309 __be32 drc_count;
Dopal.h39 int64_t opal_rtc_read(__be32 *year_month_day,
43 int64_t opal_tpo_read(uint64_t token, __be32 *year_mon_day, __be32 *hour_min);
62 uint64_t offset, __be32 *data);
118 __be32 *interrupt_source_number);
120 uint8_t msi_range, __be32 *msi_address,
121 __be32 *message_data);
124 __be64 *msi_address, __be32 *message_data);
162 uint32_t addr, __be32 *data, uint32_t sz);
174 int64_t opal_dump_info(__be32 *dump_id, __be32 *dump_size);
175 int64_t opal_dump_info2(__be32 *dump_id, __be32 *dump_size, __be32 *dump_type);
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ar5523/
Dar5523_hw.h23 __be32 flags;
26 __be32 len;
29 __be32 total;
30 __be32 remain;
31 __be32 rxtotal;
32 __be32 pad[123];
39 __be32 len;
40 __be32 code;
105 __be32 magic;
106 __be32 reserved2[4];
[all …]
/linux-4.4.14/include/linux/fsl/
Dguts.h32 __be32 porpllsr; /* 0x.0000 - POR PLL Ratio Status Register */
33 __be32 porbmsr; /* 0x.0004 - POR Boot Mode Status Register */
34 __be32 porimpscr; /* 0x.0008 - POR I/O Impedance Status and Control Register */
35 __be32 pordevsr; /* 0x.000c - POR I/O Device Status Register */
36 __be32 pordbgmsr; /* 0x.0010 - POR Debug Mode Status Register */
37 __be32 pordevsr2; /* 0x.0014 - POR device status register 2 */
39 __be32 porcir; /* 0x.0020 - POR Configuration Information Register */
41 __be32 gpiocr; /* 0x.0030 - GPIO Control Register */
43 __be32 gpoutdr; /* 0x.0040 - General-Purpose Output Data Register */
45 __be32 gpindr; /* 0x.0050 - General-Purpose Input Data Register */
[all …]
/linux-4.4.14/drivers/mtd/ubi/
Dubi-media.h120 #define UBI_EC_HDR_SIZE_CRC (UBI_EC_HDR_SIZE - sizeof(__be32))
121 #define UBI_VID_HDR_SIZE_CRC (UBI_VID_HDR_SIZE - sizeof(__be32))
158 __be32 magic;
162 __be32 vid_hdr_offset;
163 __be32 data_offset;
164 __be32 image_seq;
166 __be32 hdr_crc;
279 __be32 magic;
284 __be32 vol_id;
285 __be32 lnum;
[all …]
/linux-4.4.14/fs/hfsplus/
Dhfsplus_raw.h52 typedef __be32 hfsplus_cnid;
75 __be32 owner;
76 __be32 group;
80 __be32 dev;
89 __be32 start_block;
90 __be32 block_count;
97 __be32 clump_size;
98 __be32 total_blocks;
106 __be32 attributes;
107 __be32 last_mount_vers;
[all …]
Dpart_tbl.c42 __be32 pmMapBlkCnt; /* partition blocks count */
43 __be32 pmPyPartStart; /* physical block start of partition */
44 __be32 pmPartBlkCnt; /* physical block count of partition */
64 __be32 pdStart;
65 __be32 pdSize;
66 __be32 pdFSID;
/linux-4.4.14/arch/powerpc/sysdev/
Dfsl_pci.h44 __be32 potar; /* 0x.0 - Outbound translation address register */
45 __be32 potear; /* 0x.4 - Outbound translation extended address register */
46 __be32 powbar; /* 0x.8 - Outbound window base address register */
48 __be32 powar; /* 0x.10 - Outbound window attributes register */
54 __be32 pitar; /* 0x.0 - Inbound translation address register */
56 __be32 piwbar; /* 0x.8 - Inbound window base address register */
57 __be32 piwbear; /* 0x.c - Inbound window base extended address register */
58 __be32 piwar; /* 0x.10 - Inbound window attributes register */
64 __be32 config_addr; /* 0x.000 - PCI/PCIE Configuration Address Register */
65 __be32 config_data; /* 0x.004 - PCI/PCIE Configuration Data Register */
[all …]
Dppc4xx_gpio.c39 __be32 or;
40 __be32 tcr;
41 __be32 osrl;
42 __be32 osrh;
43 __be32 tsrl;
44 __be32 tsrh;
45 __be32 odr;
46 __be32 ir;
47 __be32 rr1;
48 __be32 rr2;
[all …]
Dfsl_pmc.c25 __be32 devdisr;
26 __be32 devdisr2;
27 __be32 :32;
28 __be32 :32;
29 __be32 pmcsr;
/linux-4.4.14/include/uapi/linux/
Dgfs2_ondisk.h82 __be32 mh_magic;
83 __be32 mh_type;
85 __be32 mh_format;
88 __be32 mh_jid; /* Was incarnation number in gfs1 */
89 __be32 __pad1;
115 __be32 sb_fs_format;
116 __be32 sb_multihost_format;
119 __be32 sb_bsize;
120 __be32 sb_bsize_shift;
142 __be32 ri_length; /* length of rgrp header in fs blocks */
[all …]
Defs_fs_sb.h26 __be32 fs_size; /* size of filesystem, in sectors */
27 __be32 fs_firstcg; /* bb offset to first cg */
28 __be32 fs_cgfsize; /* size of cylinder group in bb's */
34 __be32 fs_time; /* last super-block update */
35 __be32 fs_magic; /* magic number */
38 __be32 fs_bmsize; /* size of bitmap in bytes */
39 __be32 fs_tfree; /* total free data blocks */
40 __be32 fs_tinode; /* total free inodes */
41 __be32 fs_bmblock; /* bitmap location. */
42 __be32 fs_replsb; /* Location of replicated superblock. */
[all …]
Dzorro.h66 __be32 ln_Succ; /* Pointer to next (successor) */
67 __be32 ln_Pred; /* Pointer to previous (predecessor) */
70 __be32 ln_Name; /* ID string, null terminated */
80 __be32 er_SerialNumber; /* Available for use by manufacturer */
102 __be32 cd_BoardAddr; /* where in memory the board was placed */
103 __be32 cd_BoardSize; /* size of board in bytes */
106 __be32 cd_Driver; /* pointer to node of driver */
107 __be32 cd_NextCD; /* linked list of drivers to config */
108 __be32 cd_Unused[4]; /* for whatever the driver wants */
Dromfs_fs.h25 __be32 word0;
26 __be32 word1;
27 __be32 size;
28 __be32 checksum;
35 __be32 next; /* low 4 bits see ROMFH_ */
36 __be32 spec;
37 __be32 size;
38 __be32 checksum;
Datmmpc.h17 __be32 ipaddr; /* the IP address of the shortcut */
25 __be32 tag;
26 __be32 in_dst_ip; /* IP address this ingress MPC sends packets to */
34 __be32 cache_id;
35 __be32 tag;
36 __be32 mps_ip;
37 __be32 eg_dst_ip; /* IP address to which ingress MPC sends packets */
53 __be32 ip_mask;
Daffs_hardblocks.h10 __be32 rdb_SummedLongs;
13 __be32 rdb_BlockBytes;
16 __be32 rdb_PartitionList;
50 __be32 pb_ID;
51 __be32 pb_SummedLongs;
54 __be32 pb_Next;
60 __be32 pb_Environment[17];
Drds.h119 __be32 laddr;
120 __be32 faddr;
131 __be32 laddr;
132 __be32 faddr;
140 __be32 bound_addr;
141 __be32 connected_addr;
149 __be32 local_addr;
151 __be32 peer_addr;
162 __be32 src_addr;
163 __be32 dst_addr;
Dipx.h12 __be32 sipx_network;
27 __be32 ipx_network;
28 __be32 ipx_router_network;
33 __be32 ipx_network;
59 __be32 ipx_network;
60 __be32 ipx_router_network;
Dtipc_config.h189 __be32 addr; /* network address of node */
190 __be32 up; /* 0=down, 1= up */
194 __be32 dest; /* network address of peer node */
195 __be32 up; /* 0=down, 1=up */
200 __be32 priority; /* Range [1,31]. Override per link */
201 __be32 disc_domain; /* <Z.C.N> describing desired nodes */
206 __be32 value;
213 __be32 depth; /* 1:type, 2:+name info, 3:+port info, 4+:+debug info */
214 __be32 type; /* {t,l,u} info ignored if high bit of "depth" is set */
215 __be32 lowbound; /* (i.e. displays all entries of name table) */
[all …]
Dnbd.h60 __be32 magic;
61 __be32 type; /* == READ || == WRITE */
64 __be32 len;
72 __be32 magic;
73 __be32 error; /* 0 = ok, else error */
Dopenvswitch.h383 __be32 mpls_lse;
387 __be32 ipv4_src;
388 __be32 ipv4_dst;
396 __be32 ipv6_src[4];
397 __be32 ipv6_dst[4];
398 __be32 ipv6_label; /* 20-bits in least-significant bits. */
431 __be32 arp_sip;
432 __be32 arp_tip;
439 __be32 nd_target[4];
580 __be32 mpls_lse;
Digmp.h34 __be32 group;
49 __be32 grec_mca;
50 __be32 grec_src[0];
66 __be32 group;
80 __be32 srcs[0];
Dip6_tunnel.h28 __be32 flowinfo; /* traffic class and flowlabel for tunnel */
40 __be32 flowinfo; /* traffic class and flowlabel for tunnel */
47 __be32 i_key;
48 __be32 o_key;
Dip.h102 __be32 saddr;
103 __be32 daddr;
112 __be32 spi;
113 __be32 seq_no; /* Sequence number */
118 __be32 spi;
119 __be32 seq_no; /* Sequence number */
Din.h85 __be32 s_addr;
178 __be32 imr_multiaddr;
179 __be32 imr_interface;
180 __be32 imr_sourceaddr;
184 __be32 imsf_multiaddr;
185 __be32 imsf_interface;
188 __be32 imsf_slist[1];
Dip_vs.h133 __be32 addr; /* virtual ip address */
141 __be32 netmask; /* persistent netmask */
147 __be32 addr;
195 __be32 addr; /* virtual address */
203 __be32 netmask; /* persistent netmask */
214 __be32 addr; /* destination address */
235 __be32 addr; /* virtual address */
/linux-4.4.14/fs/nfsd/
Dxdr3.h52 __be32 * verf;
99 __be32 * verf;
100 __be32 * buffer;
123 __be32 status;
130 __be32 status;
136 __be32 status;
143 __be32 status;
149 __be32 status;
156 __be32 status;
163 __be32 status;
[all …]
Dxdr.h80 __be32 * buffer;
107 __be32 * buffer;
109 __be32 * offset;
134 int nfssvc_decode_void(struct svc_rqst *, __be32 *, void *);
135 int nfssvc_decode_fhandle(struct svc_rqst *, __be32 *, struct nfsd_fhandle *);
136 int nfssvc_decode_sattrargs(struct svc_rqst *, __be32 *,
138 int nfssvc_decode_diropargs(struct svc_rqst *, __be32 *,
140 int nfssvc_decode_readargs(struct svc_rqst *, __be32 *,
142 int nfssvc_decode_writeargs(struct svc_rqst *, __be32 *,
144 int nfssvc_decode_createargs(struct svc_rqst *, __be32 *,
[all …]
Dvfs.h46 __be32 nfsd_lookup(struct svc_rqst *, struct svc_fh *,
48 __be32 nfsd_lookup_dentry(struct svc_rqst *, struct svc_fh *,
51 __be32 nfsd_setattr(struct svc_rqst *, struct svc_fh *,
55 __be32 nfsd4_set_nfs4_label(struct svc_rqst *, struct svc_fh *,
57 __be32 nfsd4_vfs_fallocate(struct svc_rqst *, struct svc_fh *,
60 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *,
64 __be32 nfsd_access(struct svc_rqst *, struct svc_fh *, u32 *, u32 *);
65 __be32 do_nfsd_create(struct svc_rqst *, struct svc_fh *,
69 __be32 nfsd_commit(struct svc_rqst *, struct svc_fh *,
72 __be32 nfsd_open(struct svc_rqst *, struct svc_fh *, umode_t,
[all …]
Dxdr4.h64 __be32 status;
241 __be32 op_xdr_error; /* see nfsd4_open_omfg() */
358 __be32 *p;
359 __be32 *end;
365 __be32 ts_id_status;
507 __be32 status;
575 __be32 * p;
576 __be32 * end;
579 __be32 tmp[8];
580 __be32 * tmpp;
[all …]
Dnfs3xdr.c32 static __be32 *
33 encode_time3(__be32 *p, struct timespec *time) in encode_time3()
39 static __be32 *
40 decode_time3(__be32 *p, struct timespec *time) in decode_time3()
47 static __be32 *
48 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh()
62 __be32 *nfs3svc_decode_fh(__be32 *p, struct svc_fh *fhp) in nfs3svc_decode_fh()
67 static __be32 *
68 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh()
81 static __be32 *
[all …]
Dnfsxdr.c27 static __be32 *
28 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh()
40 __be32 *nfs2svc_decode_fh(__be32 *p, struct svc_fh *fhp) in nfs2svc_decode_fh()
45 static __be32 *
46 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh()
56 static __be32 *
57 decode_filename(__be32 *p, char **namp, unsigned int *lenp) in decode_filename()
72 static __be32 *
73 decode_pathname(__be32 *p, char **namp, unsigned int *lenp) in decode_pathname()
88 static __be32 *
[all …]
Dnfs4xdr.c68 static __be32
84 __be32 *p; \
85 __be32 status
140 static __be32 *read_buf(struct nfsd4_compoundargs *argp, u32 nbytes) in read_buf()
146 __be32 *p; in read_buf()
228 static char *savemem(struct nfsd4_compoundargs *argp, __be32 *p, int nbytes) in savemem()
243 static __be32
259 static __be32
285 static __be32
449 static __be32
[all …]
Dpnfs.h23 __be32 (*proc_getdeviceinfo)(struct super_block *sb,
25 __be32 (*encode_getdeviceinfo)(struct xdr_stream *xdr,
28 __be32 (*proc_layoutget)(struct inode *, const struct svc_fh *fhp,
30 __be32 (*encode_layoutget)(struct xdr_stream *,
33 __be32 (*proc_layoutcommit)(struct inode *inode,
40 __be32 nfsd4_preprocess_layout_stateid(struct svc_rqst *rqstp,
43 __be32 nfsd4_insert_layout(struct nfsd4_layoutget *lgp,
45 __be32 nfsd4_return_file_layouts(struct svc_rqst *rqstp,
48 __be32 nfsd4_return_client_layouts(struct svc_rqst *rqstp,
Dnfs4proc.c93 static __be32
129 static __be32
133 __be32 status = nfs_ok; in nfsd4_check_open_attributes()
165 __be32 status; in do_set_nfs4_acl()
187 static __be32
190 __be32 status; in do_open_permission()
210 static __be32 nfsd_check_obj_isreg(struct svc_fh *fh) in nfsd_check_obj_isreg()
236 static __be32
241 __be32 status; in do_open_lookup()
315 static __be32
[all …]
Dblocklayoutxdr.c14 __be32
19 int len = sizeof(__be32) + 5 * sizeof(__be64) + sizeof(__be32); in nfsd4_block_encode_layoutget()
20 __be32 *p; in nfsd4_block_encode_layoutget()
22 p = xdr_reserve_space(xdr, sizeof(__be32) + len); in nfsd4_block_encode_layoutget()
41 __be32 *p; in nfsd4_block_encode_volume()
63 __be32
68 int len = sizeof(__be32), ret, i; in nfsd4_block_encode_getdeviceinfo()
69 __be32 *p; in nfsd4_block_encode_getdeviceinfo()
71 p = xdr_reserve_space(xdr, len + sizeof(__be32)); in nfsd4_block_encode_getdeviceinfo()
92 nfsd4_block_decode_layoutupdate(__be32 *p, u32 len, struct iomap **iomapp, in nfsd4_block_decode_layoutupdate()
[all …]
Dnfsproc.c19 static __be32
25 static __be32
26 nfsd_return_attrs(__be32 err, struct nfsd_attrstat *resp) in nfsd_return_attrs()
31 static __be32
32 nfsd_return_dirop(__be32 err, struct nfsd_diropres *resp) in nfsd_return_dirop()
41 static __be32
45 __be32 nfserr; in nfsd_proc_getattr()
58 static __be32
64 __be32 nfserr; in nfsd_proc_setattr()
126 static __be32
[all …]
Dnfs2acl.c21 static __be32
30 static __be32 nfsacld_proc_getacl(struct svc_rqst * rqstp, in nfsacld_proc_getacl()
36 __be32 nfserr = 0; in nfsacld_proc_getacl()
90 static __be32 nfsacld_proc_setacl(struct svc_rqst * rqstp, in nfsacld_proc_setacl()
96 __be32 nfserr = 0; in nfsacld_proc_setacl()
144 static __be32 nfsacld_proc_getattr(struct svc_rqst * rqstp, in nfsacld_proc_getattr()
147 __be32 nfserr; in nfsacld_proc_getattr()
161 static __be32 nfsacld_proc_access(struct svc_rqst *rqstp, struct nfsd3_accessargs *argp, in nfsacld_proc_access()
164 __be32 nfserr; in nfsacld_proc_access()
182 static int nfsaclsvc_decode_getaclargs(struct svc_rqst *rqstp, __be32 *p, in nfsaclsvc_decode_getaclargs()
[all …]
Dnfs3proc.c33 static __be32
42 static __be32
46 __be32 nfserr; in nfsd3_proc_getattr()
65 static __be32
69 __be32 nfserr; in nfsd3_proc_setattr()
83 static __be32
87 __be32 nfserr; in nfsd3_proc_lookup()
107 static __be32
111 __be32 nfserr; in nfsd3_proc_access()
126 static __be32
[all …]
Didmap.h55 __be32 nfsd_map_name_to_uid(struct svc_rqst *, const char *, size_t, kuid_t *);
56 __be32 nfsd_map_name_to_gid(struct svc_rqst *, const char *, size_t, kgid_t *);
57 __be32 nfsd4_encode_user(struct xdr_stream *, struct svc_rqst *, kuid_t);
58 __be32 nfsd4_encode_group(struct xdr_stream *, struct svc_rqst *, kgid_t);
Dvfs.c180 __be32
251 __be32
257 __be32 err; in nfsd_lookup()
327 static __be32
335 __be32 err; in nfsd_get_write_access()
361 __be32
369 __be32 err; in nfsd_setattr()
475 __be32 nfsd4_set_nfs4_label(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd4_set_nfs4_label()
478 __be32 error; in nfsd4_set_nfs4_label()
494 __be32 nfsd4_set_nfs4_label(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd4_set_nfs4_label()
[all …]
Dnfs3acl.c20 static __be32
29 static __be32 nfsd3_proc_getacl(struct svc_rqst * rqstp, in nfsd3_proc_getacl()
35 __be32 nfserr = 0; in nfsd3_proc_getacl()
83 static __be32 nfsd3_proc_setacl(struct svc_rqst * rqstp, in nfsd3_proc_setacl()
89 __be32 nfserr = 0; in nfsd3_proc_setacl()
128 static int nfs3svc_decode_getaclargs(struct svc_rqst *rqstp, __be32 *p, in nfs3svc_decode_getaclargs()
140 static int nfs3svc_decode_setaclargs(struct svc_rqst *rqstp, __be32 *p, in nfs3svc_decode_setaclargs()
171 static int nfs3svc_encode_getaclres(struct svc_rqst *rqstp, __be32 *p, in nfs3svc_encode_getaclres()
216 static int nfs3svc_encode_setaclres(struct svc_rqst *rqstp, __be32 *p, in nfs3svc_encode_setaclres()
227 static int nfs3svc_release_getacl(struct svc_rqst *rqstp, __be32 *p, in nfs3svc_release_getacl()
/linux-4.4.14/drivers/dma/
Dfsl_raid.h113 __be32 global_config; /* Global Configuration Register */
115 __be32 galois_field_config; /* Galois Field Configuration Register */
117 __be32 jq_wrr_config; /* WRR Configuration register */
119 __be32 crc_config; /* CRC Configuration register */
121 __be32 system_reset; /* System Reset Register */
123 __be32 global_status; /* Global Status Register */
125 __be32 re_liodn_base; /* LIODN Base Register */
127 __be32 re_version_id; /* Version ID register of RE */
128 __be32 re_version_id_2; /* Version ID 2 register of RE */
130 __be32 host_config; /* Host I/F Configuration Register */
[all …]
/linux-4.4.14/include/scsi/
Discsi_proto.h95 __be32 ttt; /* Target Task Tag */
96 __be32 statsn;
97 __be32 exp_statsn;
98 __be32 max_statsn;
157 __be32 data_length;
158 __be32 cmdsn;
159 __be32 exp_statsn;
181 __be32 read_length;
203 __be32 rsvd1;
204 __be32 statsn;
[all …]
Dsrp.h98 __be32 key;
99 __be32 len;
110 __be32 len;
123 __be32 req_it_iu_len;
140 __be32 req_lim_delta;
142 __be32 max_it_iu_len;
143 __be32 max_ti_iu_len;
152 __be32 reason;
169 __be32 reason;
231 __be32 req_lim_delta;
[all …]
Dosd_protocol.h110 typedef __be32 osd_cdb_offset;
160 /*32*/ __be32 list_identifier;/* Rarely used */
170 /*48*/ __be32 list_identifier;/* Rarely used */
172 /*48*/ __be32 cdb_continuation_length;
178 /*52*/ __be32 get_attr_page;
179 /*56*/ __be32 get_attr_alloc_length;
182 /*64*/ __be32 set_attr_page;
183 /*68*/ __be32 set_attr_id;
184 /*72*/ __be32 set_attr_length;
189 /*52*/ __be32 get_attr_desc_bytes;
[all …]
/linux-4.4.14/include/rxrpc/
Dpacket.h17 typedef __be32 rxrpc_seq_net_t; /* on-the-wire Rx message sequence number */
18 typedef __be32 rxrpc_serial_net_t; /* on-the-wire Rx message serial number */
26 __be32 epoch; /* client boot timestamp */
28 __be32 cid; /* connection and channel ID */
35 __be32 callNumber; /* call ID (0 for connection-level packets) */
38 __be32 seq; /* sequence number of pkt in call stream */
39 __be32 serial; /* serial number of pkt sent to network */
102 __be32 firstPacket; /* sequence no of first ACK'd packet in attached list */
103 __be32 previousPacket; /* sequence no of previous packet received */
104 __be32 serial; /* serial no of packet that prompted this ACK */
[all …]
/linux-4.4.14/include/linux/mlx4/
Dqp.h127 __be32 base_qpn;
128 __be32 default_qpn;
132 __be32 rss_key[MLX4_EN_RSS_KEY_SIZE / sizeof(__be32)];
133 __be32 base_qpn_udp;
151 __be32 tclass_flowlabel;
192 __be32 flags;
193 __be32 pd;
198 __be32 usr_page;
199 __be32 local_qpn;
200 __be32 remote_qpn;
[all …]
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_cnt;
[all …]
Ddevice.h510 __be32 ib_port_def_cap[MLX4_MAX_PORTS + 1];
636 __be32 *db_page;
643 __be32 *db;
717 __be32 *set_ci_db;
718 __be32 *arm_db;
757 __be32 port_pd;
765 __be32 sl_tclass_flowlabel;
770 __be32 port_pd;
778 __be32 sl_tclass_flowlabel;
802 __be32 num_ifc;
[all …]
/linux-4.4.14/sound/soc/fsl/
Dfsl_dma.h15 __be32 mr; /* Mode register */
16 __be32 sr; /* Status register */
17 __be32 eclndar; /* Current link descriptor extended addr reg */
18 __be32 clndar; /* Current link descriptor address register */
19 __be32 satr; /* Source attributes register */
20 __be32 sar; /* Source address register */
21 __be32 datr; /* Destination attributes register */
22 __be32 dar; /* Destination address register */
23 __be32 bcr; /* Byte count register */
24 __be32 enlndar; /* Next link descriptor extended address reg */
[all …]
/linux-4.4.14/include/linux/mlx5/
Dqp.h184 __be32 flags;
185 __be32 mem_key;
189 __be32 offset;
190 __be32 page_size;
195 __be32 opmod_idx_opcode;
196 __be32 qpn_ds;
200 __be32 imm;
223 __be32 rsvd2;
229 __be32 xrc_srqn;
243 __be32 qkey;
[all …]
Ddevice.h70 *((__be32 *)(p) + __mlx5_dw_off(typ, fld)) = \
71 cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
78 *((__be32 *)(p) + __mlx5_dw_off(typ, fld)) = \
79 cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
84 #define MLX5_GET(typ, p, fld) ((be32_to_cpu(*((__be32 *)(p) +\
357 __be32 syndrome;
385 __be32 rc_odp_caps;
386 __be32 uc_odp_caps;
387 __be32 ud_odp_caps;
419 __be32 inlen;
[all …]
/linux-4.4.14/drivers/scsi/csiostor/
Dt4fw_api_stor.h115 __be32 op_to_immdlen;
116 __be32 alloc_to_len16;
122 __be32 flags_to_assoc_flowid;
125 __be32 flowid;
144 __be32 flowid;
183 __be32 op_immdlen;
184 __be32 flowid_len16;
197 __be32 rsp_dmalen;
198 __be32 r6;
208 __be32 op_immdlen;
[all …]
/linux-4.4.14/fs/hfs/
Dhfs.h105 __be32 fdType;
106 __be32 fdCreator;
116 __be32 fdPutAway;
128 __be32 frOpenChain;
131 __be32 frPutAway;
152 __be32 ParID; /* CNID of the parent dir */
160 __be32 FNum; /* The File ID of the file */
188 __be32 FlNum; /* The CNID */
190 __be32 LgLen; /* The logical EOF of the data fork*/
191 __be32 PyLen; /* The physical EOF of the data fork */
[all …]
Dbtree.h125 __be32 next; /* (V) Number of the next node at this level */
126 __be32 prev; /* (V) Number of the prev node at this level */
140 __be32 root; /* (V) The node number of the root node */
141 __be32 leaf_count; /* (V) The number of leaf records */
142 __be32 leaf_head; /* (V) The number of the first leaf node */
143 __be32 leaf_tail; /* (V) The number of the last leaf node */
146 __be32 node_count; /* (V) The total number of nodes */
147 __be32 free_nodes; /* (V) The number of unused nodes */
149 __be32 clump_size; /* (F) clump size. not usually used. */
152 __be32 attributes; /* (F) attributes */
Dpart_tbl.c24 __be32 pmMapBlkCnt; /* partition blocks count */
25 __be32 pmPyPartStart; /* physical block start of partition */
26 __be32 pmPartBlkCnt; /* physical block count of partition */
46 __be32 pdStart;
47 __be32 pdSize;
48 __be32 pdFSID;
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge_mcp.h9 __be32 high;
10 __be32 low;
21 __be32 cmd;
22 __be32 data0; /* will be low portion if data > 32 bits */
24 __be32 data1; /* will be high portion if data > 32 bits */
25 __be32 data2; /* currently unused.. */
34 __be32 data;
35 __be32 result;
76 __be32 addr_high;
77 __be32 addr_low;
[all …]
/linux-4.4.14/drivers/atm/
Dambassador.h344 __be32 address;
345 __be32 count;
346 __be32 data[MAX_TRANSFER_DATA];
350 __be32 result;
351 __be32 command;
354 __be32 version;
355 __be32 start;
356 __be32 data[MAX_COMMAND_DATA];
358 __be32 valid;
368 __be32 vc;
[all …]
Dfore200e.h351 __be32 crc_header_errors; /* cells received with bad header CRC */
352 __be32 framing_errors; /* cells received with bad framing */
353 __be32 pad[ 2 ]; /* i960 padding */
360 __be32 section_bip8_errors; /* section 8 bit interleaved parity */
361 __be32 path_bip8_errors; /* path 8 bit interleaved parity */
362 __be32 line_bip24_errors; /* line 24 bit interleaved parity */
363 __be32 line_febe_errors; /* line far end block errors */
364 __be32 path_febe_errors; /* path far end block errors */
365 __be32 corr_hcs_errors; /* correctable header check sequence */
366 __be32 ucorr_hcs_errors; /* uncorrectable header check sequence */
[all …]
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_wqe.h58 __be32 nda_op; /* [31:6] next WQE [4:0] next opcode */
59 __be32 ee_nds; /* [31:8] next EE [7] DBD [6] F [5:0] next WQE size */
60 __be32 flags; /* [3] CQ [2] Event [1] Solicit */
61 __be32 imm; /* immediate data */
66 __be32 lkey;
69 __be32 dqpn;
70 __be32 qkey;
75 __be32 av[8];
76 __be32 dqpn;
77 __be32 qkey;
[all …]
Dmthca_cq.c65 __be32 flags;
67 __be32 logsize_usrpage;
68 __be32 error_eqn; /* Tavor only */
69 __be32 comp_eqn;
70 __be32 pd;
71 __be32 lkey;
72 __be32 last_notified_index;
73 __be32 solicit_producer_index;
74 __be32 consumer_index;
75 __be32 producer_index;
[all …]
/linux-4.4.14/include/linux/sunrpc/
Drpc_rdma.h49 __be32 rs_handle; /* Registered memory handle */
50 __be32 rs_length; /* Length of the chunk in bytes */
58 __be32 rc_discrim; /* 1 indicates presence */
59 __be32 rc_position; /* Position in XDR stream */
74 __be32 wc_discrim; /* 1 indicates presence */
75 __be32 wc_nchunks; /* Array count */
80 __be32 rm_xid; /* Mirrors the RPC header xid */
81 __be32 rm_vers; /* Version of this protocol */
82 __be32 rm_credit; /* Buffers requested/granted */
83 __be32 rm_type; /* Type of message (enum rpcrdma_proc) */
[all …]
Dxdr.h40 typedef int (*kxdrproc_t)(void *rqstp, __be32 *data, void *obj);
99 __be32 *xdr_encode_opaque_fixed(__be32 *p, const void *ptr, unsigned int len);
100 __be32 *xdr_encode_opaque(__be32 *p, const void *ptr, unsigned int len);
101 __be32 *xdr_encode_string(__be32 *p, const char *s);
102 __be32 *xdr_decode_string_inplace(__be32 *p, char **sp, unsigned int *lenp,
104 __be32 *xdr_encode_netobj(__be32 *p, const struct xdr_netobj *);
105 __be32 *xdr_decode_netobj(__be32 *p, struct xdr_netobj *);
111 static inline __be32 *xdr_encode_array(__be32 *p, const void *s, unsigned int len) in xdr_encode_array()
119 static inline __be32 *
120 xdr_encode_hyper(__be32 *p, __u64 val) in xdr_encode_hyper()
[all …]
Dauth.h139 __be32 * (*crmarshal)(struct rpc_task *, __be32 *);
141 __be32 * (*crvalidate)(struct rpc_task *, __be32 *);
143 void *, __be32 *, void *);
145 void *, __be32 *, void *);
179 __be32 * rpcauth_marshcred(struct rpc_task *, __be32 *);
180 __be32 * rpcauth_checkverf(struct rpc_task *, __be32 *);
181 int rpcauth_wrap_req(struct rpc_task *task, kxdreproc_t encode, void *rqstp, __be32 *data, void *…
182 int rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, __be32 *data, voi…
Dsvc.h184 __be32 val, *vp; in svc_getnl()
188 iov->iov_len -= sizeof(__be32); in svc_getnl()
194 __be32 *vp = iov->iov_base + iov->iov_len; in svc_putnl()
196 iov->iov_len += sizeof(__be32); in svc_putnl()
199 static inline __be32 svc_getu32(struct kvec *iov) in svc_getu32()
201 __be32 val, *vp; in svc_getu32()
205 iov->iov_len -= sizeof(__be32); in svc_getu32()
211 __be32 *vp = (__be32 *)iov->iov_base; in svc_ungetu32()
216 static inline void svc_putu32(struct kvec *iov, __be32 val) in svc_putu32()
218 __be32 *vp = iov->iov_base + iov->iov_len; in svc_putu32()
[all …]
/linux-4.4.14/block/partitions/
Dmac.h13 __be32 map_count; /* # blocks in partition map */
14 __be32 start_block; /* absolute starting block # of partition */
15 __be32 block_count; /* number of blocks in partition */
18 __be32 data_start; /* rel block # of first data block */
19 __be32 data_count; /* number of data blocks */
20 __be32 status; /* partition status bits */
21 __be32 boot_start;
22 __be32 boot_size;
23 __be32 boot_load;
24 __be32 boot_load2;
[all …]
Dsgi.c11 __be32 magic_mushroom; /* Big fat spliff... */
18 __be32 block_num; /* Logical block number */
19 __be32 num_bytes; /* How big, in bytes */
22 __be32 num_blocks; /* Size in logical blocks */
23 __be32 first_block; /* First logical block */
24 __be32 type; /* Type of this partition */
26 __be32 csum; /* Disk label checksum */
27 __be32 _unused1; /* Padding */
33 __be32 magic; in sgi_partition()
36 __be32 *ui, cs; in sgi_partition()
[all …]
Dsun.c23 __be32 version; /* Layout version */ in sun_partition()
31 __be32 bootinfo[3]; /* Info needed by mboot */ in sun_partition()
32 __be32 sanity; /* To verify vtoc sanity */ in sun_partition()
33 __be32 reserved[10]; /* Free space */ in sun_partition()
34 __be32 timestamp[8]; /* Partition timestamp */ in sun_partition()
36 __be32 write_reinstruct; /* sectors to skip, writes */ in sun_partition()
37 __be32 read_reinstruct; /* sectors to skip, reads */ in sun_partition()
52 __be32 start_cylinder; in sun_partition()
53 __be32 num_sectors; in sun_partition()
Damiga.c19 checksum_block(__be32 *m, int size) in checksum_block()
50 if (*(__be32 *)data != cpu_to_be32(IDNAME_RIGIDDISK)) in amiga_partition()
54 if (checksum_block((__be32 *)data, be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F) == 0) in amiga_partition()
59 *(__be32 *)(data+0xdc) = 0; in amiga_partition()
60 if (checksum_block((__be32 *)data, in amiga_partition()
97 if (checksum_block((__be32 *)pb, be32_to_cpu(pb->pb_SummedLongs) & 0x7F) != 0 ) in amiga_partition()
119 __be32 *dt = (__be32 *)dostype; in amiga_partition()
/linux-4.4.14/sound/soc/codecs/
Dwmfw.h57 __be32 type;
65 __be32 core_id;
66 __be32 core_rev;
67 __be32 id;
68 __be32 ver;
73 __be32 zm;
74 __be32 dm;
75 __be32 n_algs;
80 __be32 zm;
81 __be32 xm;
[all …]
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h108 __be32 hi;
109 __be32 lo;
169 __be32 op_pkd;
170 __be32 len16_pkd;
172 __be32 tid_to_iq;
173 __be32 del_filter_to_l2tix;
179 __be32 maci_to_matchtypem;
435 __be32 op_to_compl;
436 __be32 flowid_len16;
441 __be32 op_to_immdlen;
[all …]
Dt4_msg.h166 __be32 opcode_tid;
211 __be32 hash_val;
215 __be32 wr_hi;
216 __be32 wr_mid;
289 __be32 local_ip;
290 __be32 peer_ip;
350 __be32 opt2;
385 __be32 opt2;
387 __be32 iss;
388 __be32 rsvd;
[all …]
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dt4fw_ri_api.h113 __be32 len[2];
121 __be32 len0;
129 __be32 stag;
130 __be32 len;
138 __be32 r2;
148 __be32 immdlen;
155 __be32 valid_to_pdid;
156 __be32 locread_to_qpid;
157 __be32 nosnoop_pbladdr;
158 __be32 len_lo;
[all …]
/linux-4.4.14/include/linux/lockd/
Dxdr4.h26 int nlm4svc_decode_testargs(struct svc_rqst *, __be32 *, struct nlm_args *);
27 int nlm4svc_encode_testres(struct svc_rqst *, __be32 *, struct nlm_res *);
28 int nlm4svc_decode_lockargs(struct svc_rqst *, __be32 *, struct nlm_args *);
29 int nlm4svc_decode_cancargs(struct svc_rqst *, __be32 *, struct nlm_args *);
30 int nlm4svc_decode_unlockargs(struct svc_rqst *, __be32 *, struct nlm_args *);
31 int nlm4svc_encode_res(struct svc_rqst *, __be32 *, struct nlm_res *);
32 int nlm4svc_decode_res(struct svc_rqst *, __be32 *, struct nlm_res *);
33 int nlm4svc_encode_void(struct svc_rqst *, __be32 *, void *);
34 int nlm4svc_decode_void(struct svc_rqst *, __be32 *, void *);
35 int nlm4svc_decode_shareargs(struct svc_rqst *, __be32 *, struct nlm_args *);
[all …]
Dxdr.h79 __be32 status;
98 int nlmsvc_decode_testargs(struct svc_rqst *, __be32 *, struct nlm_args *);
99 int nlmsvc_encode_testres(struct svc_rqst *, __be32 *, struct nlm_res *);
100 int nlmsvc_decode_lockargs(struct svc_rqst *, __be32 *, struct nlm_args *);
101 int nlmsvc_decode_cancargs(struct svc_rqst *, __be32 *, struct nlm_args *);
102 int nlmsvc_decode_unlockargs(struct svc_rqst *, __be32 *, struct nlm_args *);
103 int nlmsvc_encode_res(struct svc_rqst *, __be32 *, struct nlm_res *);
104 int nlmsvc_decode_res(struct svc_rqst *, __be32 *, struct nlm_res *);
105 int nlmsvc_encode_void(struct svc_rqst *, __be32 *, void *);
106 int nlmsvc_decode_void(struct svc_rqst *, __be32 *, void *);
[all …]
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvfc.h138 __be32 version;
139 __be32 reserved;
140 __be32 opcode;
158 __be32 ostype;
160 __be32 pad;
162 __be32 max_payload;
163 __be32 max_response;
164 __be32 partition_num;
165 __be32 vfc_frame_version;
170 __be32 max_cmds;
[all …]
Dviosrp.h127 __be32 type;
143 __be32 port;
171 __be32 cap_type;
178 __be32 type;
183 __be32 ecl;
187 __be32 flags;
211 __be32 partition_number;
212 __be32 mad_version;
213 __be32 os_type;
214 __be32 port_max_txu[8]; /* per-port maximum transfer */
/linux-4.4.14/include/net/
Dsecure_seq.h6 u32 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport);
7 u32 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr,
9 __u32 secure_tcp_sequence_number(__be32 saddr, __be32 daddr,
11 __u32 secure_tcpv6_sequence_number(const __be32 *saddr, const __be32 *daddr,
13 u64 secure_dccp_sequence_number(__be32 saddr, __be32 daddr,
15 u64 secure_dccpv6_sequence_number(__be32 *saddr, __be32 *daddr,
Droute.h64 __be32 rt_gateway;
85 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop()
136 static inline struct rtable *ip_route_output(struct net *net, __be32 daddr, in ip_route_output()
137 __be32 saddr, u8 tos, int oif) in ip_route_output()
150 __be32 daddr, __be32 saddr, in ip_route_output_ports()
164 __be32 daddr, __be32 saddr, in ip_route_output_gre()
165 __be32 gre_key, __u8 tos, int oif) in ip_route_output_gre()
177 int ip_route_input_noref(struct sk_buff *skb, __be32 dst, __be32 src,
180 static inline int ip_route_input(struct sk_buff *skb, __be32 dst, __be32 src, in ip_route_input()
202 unsigned int inet_addr_type(struct net *net, __be32 addr);
[all …]
Dinet_hashtables.h216 const __be32 saddr, const __be16 sport,
217 const __be32 daddr,
223 __be32 saddr, __be16 sport, in inet_lookup_listener()
224 __be32 daddr, __be16 dport, int dif) in inet_lookup_listener()
251 (((__force __u64)(__be32)(__saddr)) << 32) | \
252 ((__force __u64)(__be32)(__daddr)))
256 (((__force __u64)(__be32)(__daddr)) << 32) | \
257 ((__force __u64)(__be32)(__saddr)))
286 const __be32 saddr, const __be16 sport,
287 const __be32 daddr, const u16 hnum,
[all …]
Dip_fib.h34 __be32 fc_dst;
35 __be32 fc_gw;
39 __be32 fc_prefsrc;
57 __be32 fnhe_daddr;
59 __be32 fnhe_gw;
89 __be32 nh_gw;
90 __be32 nh_saddr;
113 __be32 fib_prefsrc;
147 __be32 fl_addr; /* To be looked up*/
173 __be32 fib_info_update_nh_saddr(struct net *net, struct fib_nh *nh);
[all …]
Dipx.h19 __be32 net;
55 __be32 if_netnum;
78 __be32 ir_net;
88 __be32 ipx_dest_net;
89 __be32 ipx_source_net;
91 __be32 netnum;
146 struct ipx_interface *ipxitf_find_using_net(__be32 net);
149 int ipxrtr_add_route(__be32 network, struct ipx_interface *intrfc,
155 struct ipx_route *ipxrtr_lookup(__be32 net);
Dflow_dissector.h40 __be32 keyid;
50 __be32 src;
51 __be32 dst;
70 __be32 srcnode;
94 __be32 ports;
159 __be32 flow_get_u32_src(const struct flow_keys *flow);
160 __be32 flow_get_u32_dst(const struct flow_keys *flow);
Dip_tunnels.h39 __be32 src;
40 __be32 dst;
68 __be32 relay_prefix;
83 __be32 addr;
90 __be32 saddr;
150 __be32 key;
151 __be32 seq;
183 __be32 saddr, __be32 daddr, in ip_tunnel_key_init()
240 __be32 remote, __be32 local,
241 __be32 key);
[all …]
Dipconfig.h12 extern __be32 ic_myaddr; /* My IP address */
13 extern __be32 ic_gateway; /* Gateway IP address */
15 extern __be32 ic_servaddr; /* Boot server IP address */
17 extern __be32 root_server_addr; /* Address of NFS server */
Darp.h40 void arp_send(int type, int ptype, __be32 dest_ip,
41 struct net_device *dev, __be32 src_ip,
44 int arp_mc_map(__be32 addr, u8 *haddr, struct net_device *dev, int dir);
47 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
48 struct net_device *dev, __be32 src_ip,
Dipv6.h109 __be32 identification;
227 __be32 label;
274 struct ip6_flowlabel *fl6_sock_lookup(struct sock *sk, __be32 label);
291 void icmpv6_notify(struct sk_buff *skb, u8 type, u8 code, __be32 info);
404 static inline void __ipv6_addr_set_half(__be32 *addr, in __ipv6_addr_set_half()
405 __be32 wh, __be32 wl) in __ipv6_addr_set_half()
425 __be32 w1, __be32 w2, in ipv6_addr_set()
426 __be32 w3, __be32 w4) in ipv6_addr_set()
477 const __be32 *a1 = addr1->s6_addr32; in ipv6_prefix_equal()
478 const __be32 *a2 = addr2->s6_addr32; in ipv6_prefix_equal()
[all …]
Dchecksum.h123 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4()
143 __be32 from, __be32 to, bool pseudohdr);
145 const __be32 *from, const __be32 *to,
154 inet_proto_csum_replace4(sum, skb, (__force __be32)from, in inet_proto_csum_replace2()
155 (__force __be32)to, pseudohdr); in inet_proto_csum_replace2()
Dudp.h152 static inline __sum16 udp_v4_check(int len, __be32 saddr, in udp_v4_check()
153 __be32 daddr, __wsum base) in udp_v4_check()
159 __be32 saddr, __be32 daddr, int len);
244 void udp4_hwcsum(struct sk_buff *skb, __be32 src, __be32 dst);
257 struct sock *udp4_lib_lookup(struct net *net, __be32 saddr, __be16 sport,
258 __be32 daddr, __be16 dport, int dif);
259 struct sock *__udp4_lib_lookup(struct net *net, __be32 saddr, __be16 sport,
260 __be32 daddr, __be16 dport, int dif,
Dflow.h59 __be32 spi;
60 __be32 gre_key;
80 __be32 saddr;
81 __be32 daddr;
96 __be32 daddr, __be32 saddr, in flowi4_init_output()
116 __be32 daddr, __be32 saddr) in flowi4_update_output()
138 __be32 flowlabel;
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_pptp.h59 __be32 magicCookie;
106 __be32 framingCapability;
107 __be32 bearerCapability;
125 __be32 framingCapability;
126 __be32 bearerCapability;
155 __be32 identNumber;
163 __be32 identNumber;
182 __be32 minBPS;
183 __be32 maxBPS;
184 __be32 bearerType;
[all …]
/linux-4.4.14/fs/logfs/
Dlogfs_abi.h185 __be32 crc;
189 __be32 segno;
190 __be32 ec;
231 __be32 ds_crc;
241 __be32 ds_segment_size;
242 __be32 ds_bad_seg_reserve;
253 __be32 ds_journal_seg[LOGFS_JOURNAL_SEGS];
285 __be32 crc;
291 __be32 data_crc;
351 __be32 di_flags;
[all …]
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h197 __be32 sb_magicnum; /* magic number == XFS_SB_MAGIC */
198 __be32 sb_blocksize; /* logical block size, bytes */
207 __be32 sb_rextsize; /* realtime extent size, blocks */
208 __be32 sb_agblocks; /* size of an allocation group */
209 __be32 sb_agcount; /* number of allocation groups */
210 __be32 sb_rbmblocks; /* number of rt bitmap blocks */
211 __be32 sb_logblocks; /* number of log blocks */
243 __be32 sb_inoalignmt; /* inode chunk alignment, fsblocks */
244 __be32 sb_unit; /* stripe or raid unit */
245 __be32 sb_width; /* stripe or raid width */
[all …]
Dxfs_da_format.h34 __be32 forw; /* previous block in list */
35 __be32 back; /* following block in list */
60 __be32 crc; /* CRC of block */
88 __be32 __pad32;
94 __be32 hashval; /* hash value for this descendant */
95 __be32 before; /* Btree block before this key */
344 __be32 magic; /* XFS_DIR2_DATA_MAGIC or */
356 __be32 magic; /* magic number */
357 __be32 crc; /* CRC of block */
367 __be32 pad; /* 64 bit alignment */
[all …]
Dxfs_log_format.h70 #define CYCLE_LSN_DISK(lsn) (((__be32 *)&(lsn))[0])
79 if (be32_to_cpu(*(__be32 *)ptr) == XLOG_HEADER_MAGIC_NUM) in xlog_get_cycle()
80 return be32_to_cpu(*((__be32 *)ptr + 1)); in xlog_get_cycle()
82 return be32_to_cpu(*(__be32 *)ptr); in xlog_get_cycle()
135 __be32 oh_tid; /* transaction id of operation : 4 b */
136 __be32 oh_len; /* bytes in data region : 4 b */
156 __be32 h_magicno; /* log record (LR) identifier : 4 */
157 __be32 h_cycle; /* write cycle of log : 4 */
158 __be32 h_version; /* LR version : 4 */
159 __be32 h_len; /* len in bytes; should be 64-bit aligned: 4 */
[all …]
/linux-4.4.14/drivers/infiniband/core/
Dcm_msgs.h57 __be32 local_comm_id;
58 __be32 rsvd4;
61 __be32 rsvd24;
62 __be32 local_qkey;
64 __be32 offset32;
66 __be32 offset36;
71 __be32 offset40;
73 __be32 offset44;
85 __be32 primary_offset88;
98 __be32 alt_offset132;
[all …]
Dpacker.c44 case 4: return be32_to_cpup((__be32 *) (structure + offset)); in value_read()
73 __be32 mask; in ib_pack()
74 __be32 *addr; in ib_pack()
85 addr = (__be32 *) buf + desc[i].offset_words; in ib_pack()
102 addr = (__be64 *) ((__be32 *) buf + desc[i].offset_words); in ib_pack()
132 case 32: *(__be32 *) (structure + offset) = cpu_to_be32(val); break; in value_write()
164 __be32 *addr; in ib_unpack()
168 addr = (__be32 *) buf + desc[i].offset_words; in ib_unpack()
/linux-4.4.14/drivers/net/wireless/prism54/
Dislpci_eth.h49 __be32 version;
50 __be32 length;
53 __be32 phytype;
54 __be32 channel;
55 __be32 datarate;
56 __be32 antenna;
57 __be32 priority;
58 __be32 ssi_type;
59 __be32 ssi_signal;
60 __be32 ssi_noise;
[all …]
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h185 __be32 opcode_tid;
235 __be32 rss_hash_val;
240 __be32 wr_hi;
241 __be32 wr_lo;
483 __be32 local_ip;
484 __be32 peer_ip;
485 __be32 opt0h;
486 __be32 opt0l;
487 __be32 peer_netmask;
488 __be32 opt1;
[all …]
/linux-4.4.14/fs/nfs/
Dcallback_xdr.c45 typedef __be32 (*callback_process_op_t)(void *, void *,
47 typedef __be32 (*callback_decode_arg_t)(struct svc_rqst *, struct xdr_stream *, void *);
48 typedef __be32 (*callback_encode_res_t)(struct svc_rqst *, struct xdr_stream *, void *);
60 static __be32 nfs4_callback_null(struct svc_rqst *rqstp, void *argp, void *resp) in nfs4_callback_null()
65 static int nfs4_decode_void(struct svc_rqst *rqstp, __be32 *p, void *dummy) in nfs4_decode_void()
70 static int nfs4_encode_void(struct svc_rqst *rqstp, __be32 *p, void *dummy) in nfs4_encode_void()
75 static __be32 *read_buf(struct xdr_stream *xdr, int nbytes) in read_buf()
77 __be32 *p; in read_buf()
85 static __be32 decode_string(struct xdr_stream *xdr, unsigned int *len, const char **str) in decode_string()
87 __be32 *p; in decode_string()
[all …]
Dcallback.h41 __be32 drc_status;
57 __be32 *status;
60 __be32 *nops;
69 __be32 status;
108 __be32 csr_status;
116 extern __be32 nfs4_callback_sequence(struct cb_sequenceargs *args,
136 extern __be32 nfs4_callback_recallany(struct cb_recallanyargs *args,
143 extern __be32 nfs4_callback_recallslot(struct cb_recallslotargs *args,
161 extern __be32 nfs4_callback_layoutrecall(
177 extern __be32 nfs4_callback_devicenotify(
[all …]
Dnfs2xdr.c109 __be32 *p; in decode_nfsdata()
156 __be32 *p; in decode_stat()
181 static __be32 *xdr_decode_ftype(__be32 *p, u32 *type) in xdr_decode_ftype()
196 __be32 *p; in encode_fhandle()
204 __be32 *p; in decode_fhandle()
225 static __be32 *xdr_encode_time(__be32 *p, const struct timespec *timep) in xdr_encode_time()
242 static __be32 *xdr_encode_current_server_time(__be32 *p, in xdr_encode_current_server_time()
250 static __be32 *xdr_decode_time(__be32 *p, struct timespec *timep) in xdr_decode_time()
281 __be32 *p; in decode_fattr()
347 static __be32 *xdr_time_not_set(__be32 *p) in xdr_time_not_set()
[all …]
Dnfs3xdr.c144 __be32 *p = xdr_reserve_space(xdr, 4); in encode_uint32()
150 __be32 *p; in decode_uint32()
164 __be32 *p; in decode_uint64()
181 static __be32 *xdr_decode_fileid3(__be32 *p, u64 *fileid) in xdr_decode_fileid3()
199 __be32 *p; in encode_filename3()
209 __be32 *p; in decode_inline_filename3()
248 __be32 *p; in decode_nfspath3()
279 static __be32 *xdr_encode_cookie3(__be32 *p, u64 cookie) in xdr_encode_cookie3()
294 static __be32 *xdr_encode_cookieverf3(__be32 *p, const __be32 *verifier) in xdr_encode_cookieverf3()
300 static int decode_cookieverf3(struct xdr_stream *xdr, __be32 *verifier) in decode_cookieverf3()
[all …]
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_wr.h183 __be32 ip_addr;
184 __be32 netmask;
202 __be32 stag;
203 __be32 length;
277 __be32 wqe_count;
344 __be32 vendor_id;
345 __be32 part_number;
346 __be32 hw_version;
347 __be32 fw_ver_major;
348 __be32 fw_ver_minor;
[all …]
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Dcxio_wr.h133 __be32 op_seop_flags;
134 __be32 gen_tid_len;
161 __be32 stag;
162 __be32 len;
173 __be32 rem_stag;
174 __be32 plen; /* 3 */
175 __be32 num_sgle;
185 __be32 stag; /* 2 */
186 __be32 len;
187 __be32 va_base_hi; /* 3 */
[all …]
/linux-4.4.14/fs/nfs/objlayout/
Dpnfs_osd_xdr_cli.c55 static __be32 *
56 _osd_xdr_decode_objid(__be32 *p, struct pnfs_osd_objid *objid) in _osd_xdr_decode_objid()
76 __be32 *p = xdr_inline_decode(xdr, 1); in _osd_xdr_decode_opaque_cred()
104 __be32 *p = xdr_inline_decode(xdr, 32 + 4 + 4); in _osd_xdr_decode_object_cred()
138 static __be32 *
139 _osd_xdr_decode_data_map(__be32 *p, struct pnfs_osd_data_map *data_map) in _osd_xdr_decode_data_map()
162 __be32 *p; in pnfs_osd_xdr_decode_layout_map()
223 static __be32 *
224 __read_u8_opaque(__be32 *p, struct nfs4_string *str) in __read_u8_opaque()
239 static __be32 *
[all …]
/linux-4.4.14/fs/omfs/
Domfs_fs.h27 __be32 s_magic; /* OMFS_MAGIC */
28 __be32 s_blocksize; /* size of a block */
29 __be32 s_mirrors; /* # of mirrors of system blocks */
30 __be32 s_sys_blocksize; /* size of non-data blocks */
35 __be32 h_body_size; /* size of useful data after header */
42 __be32 h_fill2;
51 __be32 r_blocksize; /* size of a block */
52 __be32 r_clustersize; /* size allocated for data blocks */
64 __be32 i_fill2;
77 __be32 e_extent_count; /* total # extents in this table */
[all …]
/linux-4.4.14/drivers/scsi/
Dipr.h358 __be32 wwid[2];
363 __be32 wwid[4];
419 __be32 res_handle;
420 __be32 lun_wwn[2];
432 __be32 res_handle;
495 __be32 *host_rrq;
502 volatile __be32 *hrrq_start;
503 volatile __be32 *hrrq_end;
504 volatile __be32 *hrrq_curr;
581 __be32 flags_and_data_len;
[all …]
Dosst.h374 __be32 first_frame_ppos;
375 __be32 last_frame_ppos;
376 __be32 eod_frame_ppos;
383 __be32 blk_sz;
416 __be32 format_id; /* hardware compatibility AUX is based on */
418 __be32 hdwr; /* reserved */
419 __be32 update_frame_cntr; /* for configuration frame */
425 __be32 frame_seq_num;
426 __be32 logical_blk_num_high;
427 __be32 logical_blk_num;
[all …]
/linux-4.4.14/include/rdma/
Dib_pma.h65 __be32 counter_mask0_9; /* 2, 10 3-bit fields */
71 __be32 sample_start;
72 __be32 sample_interval;
75 __be32 reserved1;
77 __be32 reserved2[28];
83 __be32 counter[15];
89 __be32 extended_width; /* only upper 2 bits */
110 __be32 port_xmit_data;
111 __be32 port_rcv_data;
112 __be32 port_xmit_packets;
[all …]
Dib.h43 __be32 uib_addr32[4];
67 __be32 w1, __be32 w2, __be32 w3, __be32 w4) in ib_addr_set()
83 __be32 sib_flowinfo;
Dopa_port_info.h302 __be32 lid;
303 __be32 flow_control_mask;
328 __be32 sm_trap_qp; /* 8 bits, 24 bits */
330 __be32 sa_qp; /* 8 bits, 24 bits */
372 __be32 reserved4;
373 __be32 port_error_action; /* bit field */
380 __be32 buffer_units; /* 9 res, 12, 5, 3, 3 */
382 __be32 reserved5;
383 __be32 sm_lid;
411 __be32 ib_cap_mask;
[all …]
Dib_mad.h174 __be32 attr_mod;
182 __be32 seg_num;
183 __be32 paylen_newwin;
249 __be32 redirect_tcslfl;
252 __be32 redirect_qp;
253 __be32 redirect_qkey;
255 __be32 trap_tcslfl;
258 __be32 trap_hlqp;
259 __be32 trap_qkey;
286 __be32 new_cap_mask; /* new capability mask */
[all …]
Dopa_smi.h62 __be32 attr_mod;
69 __be32 dr_slid;
70 __be32 dr_dlid;
110 __be32 reserved;
116 __be32 revision;
/linux-4.4.14/fs/lockd/
Dxdr.c46 static __be32 *nlm_decode_cookie(__be32 *p, struct nlm_cookie *c) in nlm_decode_cookie()
73 static inline __be32 *
74 nlm_encode_cookie(__be32 *p, struct nlm_cookie *c) in nlm_encode_cookie()
82 static __be32 *
83 nlm_decode_fh(__be32 *p, struct nfs_fh *f) in nlm_decode_fh()
101 static inline __be32 *
102 nlm_decode_oh(__be32 *p, struct xdr_netobj *oh) in nlm_decode_oh()
107 static inline __be32 *
108 nlm_encode_oh(__be32 *p, struct xdr_netobj *oh) in nlm_encode_oh()
113 static __be32 *
[all …]
Dxdr4.c45 static __be32 *
46 nlm4_decode_cookie(__be32 *p, struct nlm_cookie *c) in nlm4_decode_cookie()
73 static __be32 *
74 nlm4_encode_cookie(__be32 *p, struct nlm_cookie *c) in nlm4_encode_cookie()
82 static __be32 *
83 nlm4_decode_fh(__be32 *p, struct nfs_fh *f) in nlm4_decode_fh()
99 static __be32 *
100 nlm4_decode_oh(__be32 *p, struct xdr_netobj *oh) in nlm4_decode_oh()
105 static __be32 *
106 nlm4_decode_lock(__be32 *p, struct nlm_lock *lock) in nlm4_decode_lock()
[all …]
Dsvcproc.c19 static __be32
20 cast_to_nlm(__be32 status, u32 vers) in cast_to_nlm()
50 static __be32
57 __be32 error = 0; in nlmsvc_retrieve_args()
94 static __be32
104 static __be32
110 __be32 rc = rpc_success; in nlmsvc_proc_test()
132 static __be32
138 __be32 rc = rpc_success; in nlmsvc_proc_lock()
174 static __be32
[all …]
Dsvc4proc.c21 static __be32
28 __be32 error = 0; in nlm4svc_retrieve_args()
64 static __be32
74 static __be32
80 __be32 rc = rpc_success; in nlm4svc_proc_test()
101 static __be32
107 __be32 rc = rpc_success; in nlm4svc_proc_lock()
143 static __be32
176 static __be32
210 static __be32
[all …]
Dclntxdr.c98 __be32 *p; in encode_bool()
106 __be32 *p; in encode_int32()
118 __be32 *p; in encode_netobj()
128 __be32 *p; in decode_netobj()
160 __be32 *p; in decode_cookie()
217 const __be32 stat) in encode_nlm_stat()
219 __be32 *p; in encode_nlm_stat()
227 __be32 *stat) in decode_nlm_stat()
229 __be32 *p; in decode_nlm_stat()
261 __be32 *p; in encode_nlm_holder()
[all …]
Dclnt4xdr.c101 __be32 *p; in encode_bool()
109 __be32 *p; in encode_int32()
121 __be32 *p; in encode_netobj()
131 __be32 *p; in decode_netobj()
163 __be32 *p; in decode_cookie()
223 const __be32 stat) in encode_nlm4_stat()
225 __be32 *p; in encode_nlm4_stat()
232 static int decode_nlm4_stat(struct xdr_stream *xdr, __be32 *stat) in decode_nlm4_stat()
234 __be32 *p; in decode_nlm4_stat()
266 __be32 *p; in encode_nlm4_holder()
[all …]
/linux-4.4.14/drivers/spi/
Dspi-fsl-spi.h28 __be32 cap; /* TYPE_GRLIB specific */
30 __be32 mode;
31 __be32 event;
32 __be32 mask;
33 __be32 command;
34 __be32 transmit;
35 __be32 receive;
36 __be32 slvsel; /* TYPE_GRLIB specific */
/linux-4.4.14/drivers/scsi/ufs/
Dufs.h323 __be32 dword_0;
324 __be32 dword_1;
325 __be32 dword_2;
334 __be32 exp_data_transfer_len;
357 __be32 value;
358 __be32 reserved[2];
383 __be32 residual_transfer_count;
384 __be32 reserved[4];
413 __be32 input_param1;
414 __be32 input_param2;
[all …]
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_dcb_nl.c44 __be32 modify_enable_high;
45 __be32 modify_enable_low;
46 __be32 reserved1;
47 __be32 extended_enable;
48 __be32 rppp_max_rps;
49 __be32 rpg_time_reset;
50 __be32 rpg_byte_reset;
51 __be32 rpg_threshold;
52 __be32 rpg_max_rate;
53 __be32 rpg_ai_rate;
[all …]
Dmlx4.h186 __be32 in_modifier;
302 __be32 flags;
303 __be32 qpn;
304 __be32 key;
305 __be32 pd_flags;
308 __be32 lkey;
309 __be32 win_cnt;
313 __be32 mtt_sz;
314 __be32 entity_size;
315 __be32 first_byte_offset;
[all …]
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.h29 __be32 cmd_more;
30 __be32 len;
37 __be32 seq;
39 __be32 nxt_seq;
40 __be32 ddp_report;
42 __be32 ulp_crc;
43 __be32 ddpvld;
/linux-4.4.14/include/uapi/sound/
Dfirewire.h31 __be32 length;
32 __be32 version;
33 __be32 seqnum;
34 __be32 category;
35 __be32 command;
36 __be32 status;
37 __be32 params[0];
41 __be32 response[0]; /* some responses */
/linux-4.4.14/drivers/char/tpm/
Dtpm.h222 __be32 length;
223 __be32 ordinal;
228 __be32 length;
229 __be32 return_code;
259 __be32 a;
260 __be32 b;
261 __be32 c;
262 __be32 d;
266 __be32 tpm_short;
267 __be32 tpm_medium;
[all …]
/linux-4.4.14/fs/ocfs2/
Ddlmglue.h38 __be32 lvb_iclusters;
39 __be32 lvb_iuid;
40 __be32 lvb_igid;
47 __be32 lvb_iattr;
48 __be32 lvb_igeneration;
49 __be32 lvb_reserved2;
57 __be32 lvb_bgrace;
58 __be32 lvb_igrace;
59 __be32 lvb_syncms;
60 __be32 lvb_blocks;
[all …]
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dliquidio_image.h39 __be32 len;
40 __be32 crc32; /* crc32 of image */
48 __be32 magic;
51 __be32 num_images;
53 __be32 pad;
54 __be32 crc32; /* header checksum */
/linux-4.4.14/include/uapi/scsi/fc/
Dfc_els.h235 __be32 _sp_r_a_tov; /* resource alloc. timeout msec */
238 __be32 sp_e_d_tov; /* error detect timeout value */
332 __be32 spp_orig_pa; /* originator process associator */
333 __be32 spp_resp_pa; /* responder process associator */
334 __be32 spp_params; /* service parameters */
395 __be32 reca_fc4value; /* FC4 value */
396 __be32 reca_e_stat; /* ESB (exchange status block) status */
457 __be32 rtv_r_a_tov; /* resource allocation timeout value */
458 __be32 rtv_e_d_tov; /* error detection timeout value */
459 __be32 rtv_toq; /* timeout qualifier (see below) */
[all …]
/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c58 static __be32 *decode_read_list(__be32 *va, __be32 *vaend) in decode_read_list()
83 static __be32 *decode_write_list(__be32 *va, __be32 *vaend) in decode_write_list()
118 static __be32 *decode_reply_array(__be32 *va, __be32 *vaend) in decode_reply_array()
145 return (__be32 *)&ary->wc_array[nchunks]; in decode_reply_array()
152 __be32 *va, *vaend; in svc_rdma_xdr_decode_req()
189 vaend = (__be32 *)((unsigned long)rmsgp + rqstp->rq_arg.len); in svc_rdma_xdr_decode_req()
210 enum rpcrdma_errcode err, __be32 *va) in svc_rdma_xdr_encode_error()
212 __be32 *startp = va; in svc_rdma_xdr_encode_error()
284 __be32 rs_handle, in svc_rdma_xdr_encode_array_chunk()
/linux-4.4.14/include/scsi/fc/
Dfc_fcp.h56 __be32 fc_dl; /* data length (must follow fc_cdb) */
68 __be32 fc_dl; /* data length (must follow fc_cdb) */
108 __be32 ft_data_ro; /* data relative offset */
109 __be32 ft_burst_len; /* burst length */
144 __be32 fr_resid; /* Residual value */
145 __be32 fr_sns_len; /* SCSI Sense length */
146 __be32 fr_rsp_len; /* Response Info length */
205 __be32 srr_rel_off; /* relative offset */
Dfc_fcoe.h85 __be32 lesb_link_fail; /* link failure count */
86 __be32 lesb_vlink_fail; /* virtual link failure count */
87 __be32 lesb_miss_fka; /* missing FIP keep-alive count */
88 __be32 lesb_symb_err; /* symbol error during carrier count */
89 __be32 lesb_err_block; /* errored block count */
90 __be32 lesb_fcs_error; /* frame check sequence error count */
/linux-4.4.14/net/bridge/netfilter/
Debt_among.c19 const char *mac, __be32 ip) in ebt_mac_wormhash_contains()
70 static int get_ip_dst(const struct sk_buff *skb, __be32 *addr) in get_ip_dst()
83 const __be32 *bp; in get_ip_dst()
84 __be32 buf; in get_ip_dst()
88 ah->ar_pln != sizeof(__be32) || in get_ip_dst()
92 2 * ETH_ALEN + sizeof(__be32), in get_ip_dst()
93 sizeof(__be32), &buf); in get_ip_dst()
101 static int get_ip_src(const struct sk_buff *skb, __be32 *addr) in get_ip_src()
114 const __be32 *bp; in get_ip_src()
115 __be32 buf; in get_ip_src()
[all …]
/linux-4.4.14/drivers/of/
Dfdt_address.c28 static void __init of_dump_addr(const char *s, const __be32 *addr, int na) in of_dump_addr()
36 static void __init of_dump_addr(const char *s, const __be32 *addr, int na) { } in of_dump_addr()
43 u64 (*map)(__be32 *addr, const __be32 *range,
45 int (*translate)(__be32 *addr, u64 offset, int na);
52 const __be32 *prop; in fdt_bus_default_count_cells()
71 static u64 __init fdt_bus_default_map(__be32 *addr, const __be32 *range, in fdt_bus_default_map()
88 static int __init fdt_bus_default_translate(__be32 *addr, u64 offset, int na) in fdt_bus_default_translate()
112 const struct of_bus *pbus, __be32 *addr, in fdt_translate_one()
115 const __be32 *ranges; in fdt_translate_one()
168 const __be32 *reg; in fdt_translate_address()
[all …]
Daddress.c19 const __be32 *addrp, u64 size, unsigned int flags,
24 static void of_dump_addr(const char *s, const __be32 *addr, int na) in of_dump_addr()
32 static void of_dump_addr(const char *s, const __be32 *addr, int na) { } in of_dump_addr()
42 u64 (*map)(__be32 *addr, const __be32 *range,
44 int (*translate)(__be32 *addr, u64 offset, int na);
45 unsigned int (*get_flags)(const __be32 *addr);
61 static u64 of_bus_default_map(__be32 *addr, const __be32 *range, in of_bus_default_map()
79 static int of_bus_default_translate(__be32 *addr, u64 offset, int na) in of_bus_default_translate()
91 static unsigned int of_bus_default_get_flags(const __be32 *addr) in of_bus_default_get_flags()
121 static unsigned int of_bus_pci_get_flags(const __be32 *addr) in of_bus_pci_get_flags()
[all …]
/linux-4.4.14/net/core/
Dsecure_seq.c43 __u32 secure_tcpv6_sequence_number(const __be32 *saddr, const __be32 *daddr, in secure_tcpv6_sequence_number()
65 u32 secure_ipv6_port_ephemeral(const __be32 *saddr, const __be32 *daddr, in secure_ipv6_port_ephemeral()
89 __u32 secure_tcp_sequence_number(__be32 saddr, __be32 daddr, in secure_tcp_sequence_number()
105 u32 secure_ipv4_port_ephemeral(__be32 saddr, __be32 daddr, __be16 dport) in secure_ipv4_port_ephemeral()
123 u64 secure_dccp_sequence_number(__be32 saddr, __be32 daddr, in secure_dccp_sequence_number()
146 u64 secure_dccpv6_sequence_number(__be32 *saddr, __be32 *daddr, in secure_dccpv6_sequence_number()
/linux-4.4.14/drivers/misc/genwqe/
Dcard_ddcb.h54 __be32 icrc_hsi_shi_32; /* iCRC, Hardware/SW interlock */
85 __be32 rsvd_32; /* Reserved unprotected */
91 __be32 progress_32; /* Progress indicator. */
96 __be32 ibdc_32; /* Inbound Data Count (* 256) */
97 __be32 obdc_32; /* Outbound Data Count (* 256) */
184 __be32 len;
185 __be32 flags;
/linux-4.4.14/net/atm/
Dmpoa_caches.h32 in_cache_entry *(*add_entry)(__be32 dst_ip,
34 in_cache_entry *(*get)(__be32 dst_ip, struct mpoa_client *client);
35 in_cache_entry *(*get_with_mask)(__be32 dst_ip,
37 __be32 mask);
59 __be32 latest_ip_addr; /* The src IP address of the last packet */
66 eg_cache_entry *(*get_by_cache_id)(__be32 cache_id, struct mpoa_client *client);
67 eg_cache_entry *(*get_by_tag)(__be32 cache_id, struct mpoa_client *client);
69 eg_cache_entry *(*get_by_src_ip)(__be32 ipaddr, struct mpoa_client *client);
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mad.h129 __be32 attr_mod;
153 __be32 redirect_tc_sl_fl; /* 8, 4, 20 bits respectively */
156 __be32 redirect_qp; /* only lower 24 bits */
157 __be32 redirect_qkey;
159 __be32 trap_tc_sl_fl; /* 8, 4, 20 bits respectively */
162 __be32 trap_hl_qp; /* 8, 24 bits respectively */
163 __be32 trap_qkey;
174 __be32 attrib_mod;
175 __be32 qp;
218 __be32 remote_lid_cn_entry;
[all …]
/linux-4.4.14/fs/affs/
Dbitmap.c44 __be32 *data; in affs_free_block()
69 data = (__be32 *)bh->b_data + bit / 32 + 1; in affs_free_block()
78 tmp = be32_to_cpu(*(__be32 *)bh->b_data); in affs_free_block()
79 *(__be32 *)bh->b_data = cpu_to_be32(tmp - mask); in affs_free_block()
120 __be32 *data, *enddata; in affs_alloc_block()
182 data = (__be32 *)bh->b_data + bit / 32 + 1; in affs_alloc_block()
183 enddata = (__be32 *)((u8 *)bh->b_data + sb->s_blocksize); in affs_alloc_block()
222 tmp = be32_to_cpu(*(__be32 *)bh->b_data); in affs_alloc_block()
223 *(__be32 *)bh->b_data = cpu_to_be32(tmp + mask); in affs_alloc_block()
247 __be32 *bmap_blk; in affs_init_bitmap()
[all …]
/linux-4.4.14/drivers/infiniband/ulp/srpt/
Dib_dm_mad.h102 __be32 vendor_id;
103 __be32 device_id;
106 __be32 subsys_vendor_id;
107 __be32 subsys_device_id;
117 __be32 send_size;
118 __be32 rdma_size;
/linux-4.4.14/drivers/target/sbp/
Dsbp_target.h87 __be32 high;
88 __be32 low;
94 __be32 misc;
101 __be32 segment_base_lo;
107 __be32 misc;
108 __be32 length;
113 __be32 status;
114 __be32 orb_low;
119 __be32 misc;
121 __be32 reconnect_hold;
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhtc.h78 __be32 flags; /* ATH9K_HTC_TX_* */
106 __be32 ampdu_limit;
162 __be32 capflags;
169 __be32 mask;
174 __be32 rx;
175 __be32 rxorn;
176 __be32 rxeol;
177 __be32 txurn;
178 __be32 txto;
179 __be32 cst;
[all …]
Dwmi.h21 __be32 txrate;
132 __be32 reg;
133 __be32 val;
137 __be32 reg;
138 __be32 set;
139 __be32 clr;
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dmobility.c28 __be32 phandle;
29 __be32 state;
31 __be32 nprops;
57 static int delete_dt_node(__be32 phandle) in delete_dt_node()
130 static int update_dt_node(__be32 phandle, s32 scope) in update_dt_node()
175 vd = be32_to_cpu(*(__be32 *)prop_data); in update_dt_node()
185 vd = be32_to_cpu(*(__be32 *)prop_data); in update_dt_node()
217 static int add_dt_node(__be32 parent_phandle, __be32 drc_index) in add_dt_node()
242 __be32 *data; in pseries_devicetree_update()
259 data = (__be32 *)rtas_buf + 4; in pseries_devicetree_update()
[all …]
/linux-4.4.14/net/netlabel/
Dnetlabel_addrlist.h48 __be32 addr;
49 __be32 mask;
114 struct netlbl_af4list *netlbl_af4list_remove(__be32 addr, __be32 mask,
117 struct netlbl_af4list *netlbl_af4list_search(__be32 addr,
119 struct netlbl_af4list *netlbl_af4list_search_exact(__be32 addr,
120 __be32 mask,
126 __be32 addr, __be32 mask);
130 __be32 addr, __be32 mask) in netlbl_af4list_audit_addr()
Dnetlabel_addrlist.c60 struct netlbl_af4list *netlbl_af4list_search(__be32 addr, in netlbl_af4list_search()
84 struct netlbl_af4list *netlbl_af4list_search_exact(__be32 addr, in netlbl_af4list_search_exact()
85 __be32 mask, in netlbl_af4list_search_exact()
253 struct netlbl_af4list *netlbl_af4list_remove(__be32 addr, __be32 mask, in netlbl_af4list_remove()
326 __be32 addr, __be32 mask) in netlbl_af4list_audit_addr()
/linux-4.4.14/net/tipc/
Dname_distr.h63 __be32 type;
64 __be32 lower;
65 __be32 upper;
66 __be32 ref;
67 __be32 key;
/linux-4.4.14/arch/m68k/include/uapi/asm/
Dbootinfo.h36 __be32 data[0]; /* data */
41 __be32 addr; /* physical address of memory chunk */
42 __be32 size; /* length of memory chunk (in bytes) */
164 __be32 magic;
166 __be32 machtype;
167 __be32 version;
/linux-4.4.14/include/trace/events/
Dfib.h30 __be32 *p32;
39 p32 = (__be32 *) __entry->src;
42 p32 = (__be32 *) __entry->dst;
65 __be32 *p32 = (__be32 *) __entry->src;
92 __be32 *p32;
99 p32 = (__be32 *) __entry->src;
102 p32 = (__be32 *) __entry->dst;
/linux-4.4.14/net/rds/
Drds.h59 __be32 m_addr;
88 __be32 c_laddr;
89 __be32 c_faddr;
163 __be32 h_len;
191 __be32 h_version;
200 __be32 h_rdma_rkey;
210 __be32 h_rdma_rkey;
211 __be32 h_rdma_offset;
222 __be32 i_saddr;
312 __be32 m_daddr;
[all …]
/linux-4.4.14/fs/efs/
Defs.h48 __be32 ndev;
60 __be32 di_size; /* number of bytes in file */
61 __be32 di_atime; /* time last accessed */
62 __be32 di_mtime; /* time last modified */
63 __be32 di_ctime; /* time created */
64 __be32 di_gen; /* generation number */
89 __be32 inode;
/linux-4.4.14/include/uapi/linux/byteorder/
Dlittle_endian.h14 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x)))
15 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x))
26 #define __constant_cpu_to_be32(x) ((__force __be32)___constant_swab32((x)))
27 #define __constant_be32_to_cpu(x) ___constant_swab32((__force __u32)(__be32)(x))
38 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
39 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
75 static inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p()
77 return (__force __be32)__swab32p(p); in __cpu_to_be32p()
79 static inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
Dbig_endian.h14 #define __constant_htonl(x) ((__force __be32)(__u32)(x))
15 #define __constant_ntohl(x) ((__force __u32)(__be32)(x))
26 #define __constant_cpu_to_be32(x) ((__force __be32)(__u32)(x))
27 #define __constant_be32_to_cpu(x) ((__force __u32)(__be32)(x))
38 #define __cpu_to_be32(x) ((__force __be32)(__u32)(x))
39 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x))
75 static inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p()
77 return (__force __be32)*p; in __cpu_to_be32p()
79 static inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
/linux-4.4.14/sound/firewire/
Dcmp.c74 __be32 (*modify)(struct cmp_connection *c, __be32 old), in pcr_modify()
75 int (*check)(struct cmp_connection *c, __be32 pcr), in pcr_modify()
78 __be32 old_arg, buffer[2]; in pcr_modify()
125 __be32 mpr_be; in cmp_connection_init()
162 __be32 pcr; in cmp_connection_check_used()
189 static __be32 ipcr_set_modify(struct cmp_connection *c, __be32 ipcr) in ipcr_set_modify()
219 static __be32 opcr_set_modify(struct cmp_connection *c, __be32 opcr) in opcr_set_modify()
247 static int pcr_set_check(struct cmp_connection *c, __be32 pcr) in pcr_set_check()
370 static __be32 pcr_break_modify(struct cmp_connection *c, __be32 pcr) in pcr_break_modify()
/linux-4.4.14/arch/arm/include/asm/
Dchecksum.h87 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_nofold()
124 csum_tcpudp_magic(__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_magic()
143 __csum_ipv6_magic(const struct in6_addr *saddr, const struct in6_addr *daddr, __be32 len,
144 __be32 proto, __wsum sum);
/linux-4.4.14/include/uapi/rdma/
Dib_user_mad.h78 __be32 qpn;
79 __be32 qkey;
88 __be32 flow_label;
122 __be32 qpn;
123 __be32 qkey;
132 __be32 flow_label;
/linux-4.4.14/crypto/
Dblowfish_generic.c44 const __be32 *in_blk = (const __be32 *)src; in bf_encrypt()
45 __be32 *const out_blk = (__be32 *)dst; in bf_encrypt()
78 const __be32 *in_blk = (const __be32 *)src; in bf_decrypt()
79 __be32 *const out_blk = (__be32 *)dst; in bf_decrypt()
Dseed.c336 const __be32 *key = (const __be32 *)in_key; in seed_set_key()
371 const __be32 *src = (const __be32 *)in; in seed_encrypt()
372 __be32 *dst = (__be32 *)out; in seed_encrypt()
409 const __be32 *src = (const __be32 *)in; in seed_decrypt()
410 __be32 *dst = (__be32 *)out; in seed_decrypt()
/linux-4.4.14/include/uapi/linux/netfilter_bridge/
Debt_ip.h32 __be32 saddr;
33 __be32 daddr;
34 __be32 smsk;
35 __be32 dmsk;
Debt_arp.h24 __be32 saddr;
25 __be32 smsk;
26 __be32 daddr;
27 __be32 dmsk;
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_net.h247 __be32 buf_addr;
248 __be32 buf_size;
249 __be32 next_descr_addr;
250 __be32 dmac_cmd_status;
251 __be32 result_size;
252 __be32 valid_size; /* all zeroes for tx */
253 __be32 data_status;
254 __be32 data_error; /* all zeroes for tx */
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_command.c104 const __be32 *params, unsigned int param_bytes, in efw_transaction()
105 const __be32 *resp, unsigned int resp_bytes) in efw_transaction()
108 __be32 *buf; in efw_transaction()
135 header->length = cpu_to_be32(cmd_bytes / sizeof(__be32)); in efw_transaction()
169 be32_to_cpu(header->length) * sizeof(__be32) - in efw_transaction()
185 __be32 addr[2]; in snd_efw_command_set_resp_addr()
206 __be32 param = cpu_to_be32(mode); in snd_efw_command_set_tx_mode()
219 NULL, 0, (__be32 *)hwinfo, sizeof(*hwinfo)); in snd_efw_command_get_hwinfo()
266 NULL, 0, (__be32 *)meters, len); in snd_efw_command_get_phys_meters()
282 (__be32 *)clock, sizeof(struct efc_clock)); in command_get_clock()
[all …]
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-msglog.c25 __be32 obuf_size;
26 __be32 ibuf_size;
27 __be32 out_pos;
30 __be32 in_prod;
31 __be32 in_cons;
/linux-4.4.14/arch/ia64/include/asm/
Dchecksum.h19 extern __sum16 csum_tcpudp_magic (__be32 saddr, __be32 daddr,
24 extern __wsum csum_tcpudp_nofold (__be32 saddr, __be32 daddr,
/linux-4.4.14/arch/alpha/include/asm/
Dchecksum.h16 extern __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
21 __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr,
/linux-4.4.14/include/asm-generic/
Dchecksum.h68 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, unsigned short len,
74 csum_tcpudp_magic(__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_magic()
/linux-4.4.14/arch/nios2/include/asm/
Dchecksum.h47 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold()
71 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic()
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dgelic_udbg.c44 __be32 buf_addr;
45 __be32 buf_size;
46 __be32 next_descr_addr;
47 __be32 dmac_cmd_status;
48 __be32 result_size;
49 __be32 valid_size; /* all zeroes for tx */
50 __be32 data_status;
51 __be32 data_error; /* all zeroes for tx */
/linux-4.4.14/include/uapi/linux/tc_act/
Dtc_nat.h21 __be32 old_addr;
22 __be32 new_addr;
23 __be32 mask;
/linux-4.4.14/net/openvswitch/
Dactions.c143 __be32 *new_mpls_lse; in push_mpls()
158 new_mpls_lse = (__be32 *)skb_mpls_header(skb); in push_mpls()
205 const __be32 *mpls_lse, const __be32 *mask) in set_mpls()
207 __be32 *stack; in set_mpls()
208 __be32 lse; in set_mpls()
215 stack = (__be32 *)skb_mpls_header(skb); in set_mpls()
218 __be32 diff[] = { ~(*stack), lse }; in set_mpls()
289 __be32 addr, __be32 new_addr) in update_ip_l4_checksum()
315 __be32 *addr, __be32 new_addr) in set_ip_addr()
324 __be32 addr[4], const __be32 new_addr[4]) in update_ipv6_checksum()
[all …]
/linux-4.4.14/include/net/tc_act/
Dtc_nat.h10 __be32 old_addr;
11 __be32 new_addr;
12 __be32 mask;
/linux-4.4.14/include/uapi/linux/netfilter/
Dnfnetlink_queue.h17 __be32 packet_id; /* unique ID of packet in queue */
59 __be32 verdict;
60 __be32 id;
85 __be32 copy_range;
/linux-4.4.14/arch/metag/include/asm/
Dchecksum.h61 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold()
81 csum_tcpudp_magic(__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_magic()
/linux-4.4.14/arch/powerpc/mm/
Dnuma.c65 static const __be32 *distance_ref_points;
177 static const __be32 *of_get_associativity(struct device_node *dev) in of_get_associativity()
187 static const __be32 *of_get_usable_memory(struct device_node *memory) in of_get_usable_memory()
189 const __be32 *prop; in of_get_usable_memory()
218 const __be32 *associativity) in initialize_distance_lookup_table()
226 const __be32 *entry; in initialize_distance_lookup_table()
236 static int associativity_to_nid(const __be32 *associativity) in associativity_to_nid()
268 const __be32 *tmp; in of_node_to_nid_single()
379 static unsigned long read_n_cells(int n, const __be32 **buf) in read_n_cells()
394 static void read_drconf_cell(struct of_drconf_cell *drmem, const __be32 **cellp) in read_drconf_cell()
[all …]
/linux-4.4.14/arch/x86/um/asm/
Dchecksum.h90 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_nofold()
106 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic()
/linux-4.4.14/arch/ia64/lib/
Dchecksum.c37 csum_tcpudp_magic (__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_magic()
48 csum_tcpudp_nofold (__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_nofold()
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c26 __be32 *p; in gssx_enc_bool()
37 __be32 *p; in gssx_dec_bool()
49 __be32 *p; in gssx_enc_buffer()
61 __be32 *p; in gssx_enc_in_token()
79 __be32 *p; in gssx_dec_buffer()
135 __be32 *p; in dummy_enc_opt_array()
153 __be32 *p; in dummy_dec_opt_array()
171 __be32 *p; in get_host_u32()
185 __be32 *p; in gssx_dec_linux_creds()
246 __be32 *p; in gssx_dec_option_array()
[all …]

1234567