Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/byteorder/
Dgeneric.h199 static inline void be32_to_cpu_array(u32 *dst, const __be32 *src, size_t len) in be32_to_cpu_array() function
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_fs.c728 be32_to_cpu_array(src_ip_mask, mask->ip6src, IPV6_WORDS); in npc_update_ipv6_flow()
729 be32_to_cpu_array(src_ip, pkt->ip6src, IPV6_WORDS); in npc_update_ipv6_flow()
742 be32_to_cpu_array(dst_ip_mask, mask->ip6dst, IPV6_WORDS); in npc_update_ipv6_flow()
743 be32_to_cpu_array(dst_ip, pkt->ip6dst, IPV6_WORDS); in npc_update_ipv6_flow()
/Linux-v5.15/drivers/firmware/
Dturris-mox-rwtm.c391 be32_to_cpu_array(rwtm->buf, rwtm->buf, 17); in do_sign_write()
/Linux-v5.15/drivers/thunderbolt/
Dproperty.c44 be32_to_cpu_array(dst, src, dwords); in parse_dwdata()
Dctl.c448 be32_to_cpu_array(pkg->buffer, pkg->buffer, frame->size / 4); in tb_ctl_rx_callback()
/Linux-v5.15/drivers/iio/chemical/
Dscd30_core.c123 be32_to_cpu_array(state->meas, (__be32 *)state->meas, ARRAY_SIZE(state->meas)); in scd30_read_meas()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c6414 be32_to_cpu_array(rule->tuples.src_ip, fs->h_u.tcp_ip6_spec.ip6src, in hclge_fd_get_tcpip6_tuple()
6416 be32_to_cpu_array(rule->tuples_mask.src_ip, fs->m_u.tcp_ip6_spec.ip6src, in hclge_fd_get_tcpip6_tuple()
6419 be32_to_cpu_array(rule->tuples.dst_ip, fs->h_u.tcp_ip6_spec.ip6dst, in hclge_fd_get_tcpip6_tuple()
6421 be32_to_cpu_array(rule->tuples_mask.dst_ip, fs->m_u.tcp_ip6_spec.ip6dst, in hclge_fd_get_tcpip6_tuple()
6444 be32_to_cpu_array(rule->tuples.src_ip, fs->h_u.usr_ip6_spec.ip6src, in hclge_fd_get_ip6_tuple()
6446 be32_to_cpu_array(rule->tuples_mask.src_ip, fs->m_u.usr_ip6_spec.ip6src, in hclge_fd_get_ip6_tuple()
6449 be32_to_cpu_array(rule->tuples.dst_ip, fs->h_u.usr_ip6_spec.ip6dst, in hclge_fd_get_ip6_tuple()
6451 be32_to_cpu_array(rule->tuples_mask.dst_ip, fs->m_u.usr_ip6_spec.ip6dst, in hclge_fd_get_ip6_tuple()
7381 be32_to_cpu_array(rule->tuples.src_ip, match.key->src.s6_addr32, in hclge_get_cls_key_ip()
7383 be32_to_cpu_array(rule->tuples_mask.src_ip, in hclge_get_cls_key_ip()
[all …]
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
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-v5.15/drivers/scsi/qla2xxx/
Dqla_isr.c310 be32_to_cpu_array((u32 *)buf, (__be32 *)buf, total_bytes >> 2); in __qla_copy_purex_to_buffer()