Searched refs:be32_to_cpu_array (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/byteorder/ |
H A D | generic.h | 199 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 D | rvu_npc_fs.c | 852 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 D | rvu_npc_hash.c | 319 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 D | turris-mox-rwtm.c | 374 be32_to_cpu_array(rwtm->buf, rwtm->buf, MOX_ECC_NUMBER_WORDS); in do_sign_write()
|
/linux/drivers/misc/mei/ |
H A D | vsc-tp.c | 339 be32_to_cpu_array(ibuf, tp->rx_buf, words); in vsc_tp_rom_xfer()
|
/linux/drivers/thunderbolt/ |
H A D | property.c | 44 be32_to_cpu_array(dst, src, dwords); in parse_dwdata()
|
H A D | ctl.c | 456 be32_to_cpu_array(pkg->buffer, pkg->buffer, frame->size / 4); in tb_ctl_rx_callback()
|
/linux/drivers/infiniband/hw/erdma/ |
H A D | erdma_cmdq.c | 313 be32_to_cpu_array(comp_wait->comp_data, cqe + 2, 4); in erdma_poll_single_cmd_completion()
|
/linux/drivers/iio/chemical/ |
H A D | scd30_core.c | 123 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 D | qed_dcbx.c | 1090 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 D | ipv6.h | 1377 be32_to_cpu_array(dst, src, IPV6_ADDR_WORDS); in ipv6_addr_be32_to_cpu()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_isr.c | 326 be32_to_cpu_array((u32 *)buf, (__be32 *)buf, total_bytes >> 2); in __qla_copy_purex_to_buffer()
|