Home
last modified time | relevance | path

Searched refs:__be32_to_cpu (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/tools/testing/selftests/net/
H A Dioam6_parser.c479 raw32 = __be32_to_cpu(*((__u32 *)p)); in check_data()
486 raw32 = __be32_to_cpu(*((__u32 *)p)); in check_data()
494 raw32 = __be32_to_cpu(*((__u32 *)p)); in check_data()
502 raw32 = __be32_to_cpu(*((__u32 *)p)); in check_data()
510 if (__be32_to_cpu(*((__u32 *)p)) != 0xffffffff) in check_data()
516 if (__be32_to_cpu(*((__u32 *)p)) != cnf.ns_data) in check_data()
522 if (__be32_to_cpu(*((__u32 *)p)) == 0xffffffff) in check_data()
528 if (__be32_to_cpu(*((__u32 *)p)) != 0xffffffff) in check_data()
546 if (__be32_to_cpu(*((__u32 *)p)) != cnf.egr_wide) in check_data()
558 if (__be32_to_cpu(*((__u32 *)p)) != 0xffffffff) in check_data()
[all …]
/linux-6.15/include/linux/byteorder/
H A Dgeneric.h95 #define be32_to_cpu __be32_to_cpu
136 #define ___ntohl(x) __be32_to_cpu(x)
/linux-6.15/drivers/reset/
H A Dreset-lantiq.c140 priv->reset_offset = __be32_to_cpu(*offset); in lantiq_rcu_reset_of_parse()
147 priv->status_offset = __be32_to_cpu(*offset); in lantiq_rcu_reset_of_parse()
/linux-6.15/drivers/phy/lantiq/
H A Dphy-lantiq-rcu-usb2.c177 priv->phy_reg_offset = __be32_to_cpu(*offset); in ltq_rcu_usb2_of_parse()
185 priv->ana_cfg1_reg_offset = __be32_to_cpu(*offset); in ltq_rcu_usb2_of_parse()
/linux-6.15/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth_trace.h59 __entry->fd_status = __be32_to_cpu(fd->status);
/linux-6.15/include/uapi/linux/byteorder/
H A Dbig_endian.h41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
H A Dlittle_endian.h41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
/linux-6.15/include/trace/events/
H A Drpcgss.h190 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
273 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
H A Drpcrdma.h1987 __entry->xid = __be32_to_cpu(rqst->rq_xid);
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c240 sig_len = __be32_to_cpu(ms.sig_len); in populate_data_item_mod()
/linux-6.15/drivers/phy/ti/
H A Dphy-gmii-sel.c408 priv->reg_offset = __be32_to_cpu(*offset); in phy_gmii_sel_init_ports()
/linux-6.15/drivers/video/fbdev/omap/
H A Dlcd_mipid.c453 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
/linux-6.15/drivers/gpu/drm/panel/
H A Dpanel-sony-acx565akm.c557 status = __be32_to_cpu(value); in acx565akm_detect()
/linux-6.15/arch/powerpc/kernel/
H A Drtas.c1479 if (__be32_to_cpu(indicators[i].token) != token) in rtas_indicator_present()
1482 *maxindex = __be32_to_cpu(indicators[i].maxindex); in rtas_indicator_present()
/linux-6.15/include/uapi/scsi/fc/
H A Dfc_els.h284 (__be32_to_cpu((tlv)->desc_len) + FC_TLV_DESC_HDR_SZ)
/linux-6.15/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-sony-acx565akm.c218 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
/linux-6.15/drivers/crypto/bcm/
H A Dspu.c1113 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process()
/linux-6.15/net/tipc/
H A Dcrypto.c794 salt ^= __be32_to_cpu(ehdr->addr); in tipc_aead_encrypt()
924 salt ^= __be32_to_cpu(ehdr->addr); in tipc_aead_decrypt()
/linux-6.15/drivers/iio/temperature/
H A Dltc2983.c1205 *val = __be32_to_cpu(st->temp); in ltc2983_chan_read()
/linux-6.15/drivers/net/phy/
H A Dnxp-c45-tja11xx.c725 ts_raw = __be32_to_cpu(NXP_C45_SKB_CB(skb)->header->reserved2); in nxp_c45_do_aux_work()
H A Dmicrel.c4589 ts_header = __be32_to_cpu(header->reserved2); in lan8841_rxtstamp()
/linux-6.15/drivers/net/ethernet/ibm/
H A Dibmvnic.c5657 __be32_to_cpu(crq->query_map_rsp.tot_pages), in handle_query_map_rsp()
5658 __be32_to_cpu(crq->query_map_rsp.free_pages)); in handle_query_map_rsp()