Searched refs:__be32 (Results 1 – 15 of 15) sorted by relevance
2 typedef u32 __attribute__((bitwise)) __be32; typedef5 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 …]
5 typedef unsigned int __bitwise __be32; typedef7 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()
147 __be32 hi;148 __be32 lo;226 __be32 op_to_fragoff16;227 __be32 flowid_len16;309 __be32 op_pkd;310 __be32 len16_pkd;312 __be32 tid_to_iq;313 __be32 del_filter_to_l2tix;319 __be32 maci_to_matchtypem;341 __be32 op_pkd;[all …]
288 __be32 opcode_tid;357 __be32 hash_val;376 __be32 wr_hi;377 __be32 wr_mid;612 __be32 local_ip;613 __be32 peer_ip;641 __be32 rsvd;642 __be32 tos_stid;645 __be32 snd_isn;646 __be32 rcv_isn;[all …]
95 __be32 qid;112 __be32 hdrbuflen_pidx;113 __be32 pldbuflen_qid;
870 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()
151 __be32 ouisubtype;163 __be32 seqno;164 __be32 ackno;
98 typedef uint32_t __be32; typedef
154 #define __be32 u32 macro
2931 #define __be32 u32 macro3218 __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 …]
62 #define __be32 u_int32_t macro
107 #define __be32 u32 macro
2071 __be32 *edc = NULL; in read_edc()
2086 (__be32 *)((char *)scratch_buff.data + in collect_fw_devlog()2581 bytes, (__be32 *)(scratch_buff.data), 1); in read_fw_mem()
362 - __be32 OSAL_CPU_TO_BE32(u32 val)