Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dbitwise-cast.c2 typedef u32 __attribute__((bitwise)) __be32; typedef
5 static __be32 foo(void) in foo()
7 __be32 x = 0; in foo()
13 static __be32 bar(void) in bar()
15 return (__be32)0; in bar()
19 static __be32 baz(void) in baz()
21 __be32 x = 0x2a; in baz()
27 static __be32 quux(void) in quux()
29 return (__be32)1729; in quux()
33 static __be32 quuy(void) in quuy()
[all …]
H A Dbitwise-cast-ptr.c5 typedef unsigned int __bitwise __be32; typedef
7 static __be32* tobi(u32 *x) in tobi()
12 static __be32* tobe(u32 *x) in tobe()
14 return (__be32 *) x; // should warn, explicit cast in tobe()
17 static __be32* tobf(u32 *x) in tobf()
19 return (__force __be32 *) x; // should not warn, forced cast in tobf()
20 return (__be32 __force *) x; // should not warn, forced cast in tobf()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h147 __be32 hi;
148 __be32 lo;
378 __be32 r9;
702 __be32 r3;
760 __be32 r3;
1169 __be32 r3;
1329 __be32 r2;
1827 __be32 r3;
1888 __be32 r5;
1912 __be32 r3;
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h759 __be32 iss;
1064 __be32 len;
1099 __be32 len;
1338 __be32 len;
1353 __be32 len;
1354 __be32 r1;
1422 __be32 len;
1444 __be32 seq;
1456 __be32 len;
3161 __be32 r1;
[all …]
H A Dt4_hw.h95 __be32 qid;
112 __be32 hdrbuflen_pidx;
113 __be32 pldbuflen_qid;
H A Dt4_hw.c870 offset += sizeof(__be32); in t4_memory_rw_addr()
871 len -= sizeof(__be32); in t4_memory_rw_addr()
4179 const __be32 *p = (const __be32 *)fw_data; in t4_load_fw()
4373 phy_fw_size, (__be32*)phy_fw_data, in t4_load_phy_fw()
4433 c.param[0].val = (__force __be32)op; in t4_fwcache()
5473 __be32 *qp = &cmd.iq0_to_iq2; in t4_config_rss_range()
6429 __be32 raw_tcb[TCB_SIZE/4]; in t4_read_tcb()
7862 __be32 *p = &c.param[0].mnem; in t4_query_params_rw()
7933 __be32 *p = &c.param[0].mnem; in t4_set_params_timeout()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_dcb.h151 __be32 ouisubtype;
163 __be32 seqno;
164 __be32 ackno;
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Doffload.h142 __be32 sip[4];
143 __be32 dip[4];
H A Dosdep.h179 typedef uint32_t __be32; typedef
H A Dt4_ioctl.c1498 __be32 *edc = NULL; in read_edc()
H A Dcudbg_lib.c2086 (__be32 *)((char *)scratch_buff.data + in collect_fw_devlog()
2581 bytes, (__be32 *)(scratch_buff.data), 1); in read_fw_mem()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h154 #define __be32 u32 macro
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h2931 #define __be32 u32 macro
3218 __be32 write_data;
3224 __be32 read_data;
3232 __be32 data[FW_PHY_ACT_DATA_COUNT];
3237 __be32 data[FW_PHY_ACT_DATA_COUNT];
3544 __be32 dst_ip[4];
3545 __be32 src_ip[4];
3548 __be32 tni_vni;
3554 __be32 dword_stream[14];
3564 __be32 ip;
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Drds.h62 #define __be32 u_int32_t macro
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h107 #define __be32 u32 macro
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt362 - __be32 OSAL_CPU_TO_BE32(u32 val)