Home
last modified time | relevance | path

Searched refs:be32_to_cpu_array (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/byteorder/
H A Dgeneric.h199 static inline void be32_to_cpu_array(u32 *dst, const __be32 *src, size_t len) in be32_to_cpu_array() function
/linux/drivers/firmware/
H A Dturris-mox-rwtm.c335 be32_to_cpu_array(rwtm->buf, rwtm->buf, MOX_ECC_NUM_WORDS); in mox_rwtm_sign()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c852 be32_to_cpu_array(src_ip_mask, mask->ip6src, IPV6_WORDS); in npc_update_ipv6_flow()
853 be32_to_cpu_array(src_ip, pkt->ip6src, IPV6_WORDS); in npc_update_ipv6_flow()
866 be32_to_cpu_array(dst_ip_mask, mask->ip6dst, IPV6_WORDS); in npc_update_ipv6_flow()
867 be32_to_cpu_array(dst_ip, pkt->ip6dst, IPV6_WORDS); in npc_update_ipv6_flow()
H A Drvu_npc_hash.c319 be32_to_cpu_array(src_ip, pkt->ip6src, IPV6_WORDS); in npc_update_field_hash()
336 be32_to_cpu_array(dst_ip, pkt->ip6dst, IPV6_WORDS); in npc_update_field_hash()
/linux/drivers/misc/mei/
H A Dvsc-tp.c343 be32_to_cpu_array(ibuf, (__be32 *)tp->rx_buf, words); in vsc_tp_rom_xfer()
/linux/drivers/thunderbolt/
H A Dproperty.c44 be32_to_cpu_array(dst, src, dwords); in parse_dwdata()
H A Dctl.c464 be32_to_cpu_array(pkg->buffer, pkg->buffer, frame->size / 4); in tb_ctl_rx_callback()
/linux/drivers/iio/chemical/
H A Dscd30_core.c124 be32_to_cpu_array(state->meas, (__be32 *)state->meas, ARRAY_SIZE(state->meas)); in scd30_read_meas()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c1090 be32_to_cpu_array(p_ets->tc_bw_tbl, bw_map, 2); in qed_dcbx_set_ets_data()
1091 be32_to_cpu_array(p_ets->tc_tsa_tbl, tsa_map, 2); in qed_dcbx_set_ets_data()
/linux/include/net/
H A Dipv6.h1373 be32_to_cpu_array(dst, src, IPV6_ADDR_WORDS); in ipv6_addr_be32_to_cpu()
/linux/drivers/scsi/qla2xxx/
H A Dqla_isr.c326 be32_to_cpu_array((u32 *)buf, (__be32 *)buf, total_bytes >> 2); in __qla_copy_purex_to_buffer()