Home
last modified time | relevance | path

Searched refs:be32_to_cpu_array (Results 1 – 12 of 12) 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/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/firmware/
H A Dturris-mox-rwtm.c374 be32_to_cpu_array(rwtm->buf, rwtm->buf, MOX_ECC_NUMBER_WORDS); in do_sign_write()
/linux/drivers/misc/mei/
H A Dvsc-tp.c339 be32_to_cpu_array(ibuf, 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.c456 be32_to_cpu_array(pkg->buffer, pkg->buffer, frame->size / 4); in tb_ctl_rx_callback()
/linux/drivers/infiniband/hw/erdma/
H A Derdma_cmdq.c313 be32_to_cpu_array(comp_wait->comp_data, cqe + 2, 4); in erdma_poll_single_cmd_completion()
/linux/drivers/iio/chemical/
H A Dscd30_core.c123 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.h1377 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()