Home
last modified time | relevance | path

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

/linux/include/linux/byteorder/
H A Dgeneric.h231 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.c1022 be32_to_cpu_array(src_ip_mask, mask->ip6src, IPV6_WORDS); in npc_update_ipv6_flow()
1023 be32_to_cpu_array(src_ip, pkt->ip6src, IPV6_WORDS); in npc_update_ipv6_flow()
1036 be32_to_cpu_array(dst_ip_mask, mask->ip6dst, IPV6_WORDS); in npc_update_ipv6_flow()
1037 be32_to_cpu_array(dst_ip, pkt->ip6dst, IPV6_WORDS); in npc_update_ipv6_flow()
/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()