Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 25 of 40) sorted by relevance

12

/dpdk/lib/eal/common/
H A Deal_common_thread.c73 memmove(&RTE_PER_LCORE(_cpuset), cpusetp, in thread_update_affinity()
79 memmove(&lcore_config[lcore_id].cpuset, cpusetp, in thread_update_affinity()
101 memmove(cpusetp, &RTE_PER_LCORE(_cpuset), in rte_thread_get_affinity()
H A Deal_common_trace_ctf.c411 memmove(p, p + 1, strlen(p)); in trace_metadata_fixup_field()
H A Deal_common_trace.c401 memmove(meta, meta + 1, in trace_mem_per_thread_free()
/dpdk/lib/net/
H A Drte_ether.h338 memmove(rte_pktmbuf_adj(m, sizeof(struct rte_vlan_hdr)), in rte_vlan_strip()
375 memmove(nh, oh, 2 * RTE_ETHER_ADDR_LEN); in rte_vlan_insert()
/dpdk/examples/ipsec-secgw/
H A Desp.c204 memmove(ip4, ip, ip->ip_hl * 4); in esp_inbound_post()
210 memmove(ip6, ip, sizeof(struct ip6_hdr)); in esp_inbound_post()
314 memmove(new_ip, ip4, ip_hdr_len); in esp_outbound()
/dpdk/drivers/net/mlx5/
H A Dmlx5_vlan.c60 memmove(&priv->vlan_filter[i], in mlx5_vlan_filter_set()
H A Dmlx5_flow_flex.c529 memmove(&cover->start[num + 1], &cover->start[num], in mlx5_flex_insert_field()
531 memmove(&cover->end[num + 1], &cover->end[num], in mlx5_flex_insert_field()
562 memmove(&cover->start[num + 1], in mlx5_flex_merge_field()
565 memmove(&cover->end[num + 1], in mlx5_flex_merge_field()
/dpdk/drivers/common/sfc_efx/base/
H A Defx_bootcfg.c439 memmove(startp, endp, in efx_dhcp_delete_tag()
575 memmove(insert_pointp + added_length, insert_pointp, in efx_dhcp_add_tag()
699 memmove(destp, DHCP_NEXT_TAG(hdrp), count); in efx_dhcp_update_tag()
H A Def10_nvram.c409 memmove(cursor->current + delta, cursor->current, in tlv_insert()
456 memmove(cursor->current, cursor->current + delta, in tlv_delete()
521 memmove(pos + delta, pos, in tlv_modify()
533 memmove(pos, pos + delta, in tlv_modify()
H A Defx_tunnel.c396 memmove(&etcp->etc_udp_entries[entry], in efx_tunnel_config_udp_do_remove()
H A Dsiena_nvram.c668 (void) memmove((caddr_t)dcfg + required_hdr_length,
/dpdk/drivers/dma/idxd/
H A Didxd_common.c123 uint32_t memmove = (idxd_op_memmove << IDXD_CMD_OP_SHIFT) | in idxd_enqueue_copy() local
125 return __idxd_write_desc(dev_private, memmove, src, dst, length, in idxd_enqueue_copy()
/dpdk/drivers/net/enetfec/
H A Denet_rxtx.c114 memmove((uint8_t *)mbuf_data + RTE_VLAN_HLEN, in enetfec_recv_pkts()
/dpdk/app/test-crypto-perf/
H A Dcperf_test_throughput.c197 memmove(&ops[ops_needed], &ops[ops_enqd], in cperf_throughput_test_runner()
H A Dcperf_test_vector_parsing.c206 memmove(str, start, (end - start) + 1); in trim_space()
/dpdk/drivers/bus/pci/windows/
H A Dpci.c410 memmove(dev2->mem_resource, dev->mem_resource, in pci_scan_one()
/dpdk/drivers/net/bnxt/
H A Drte_pmd_bnxt.c568 memmove(&bp->pf->vf_info[i].vlan_table[j], in rte_pmd_bnxt_set_vf_vlan_filter()
572 memmove(&bp->pf->vf_info[i].vlan_as_table[j], in rte_pmd_bnxt_set_vf_vlan_filter()
/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c147 memmove(ops, &ops[num_enq], nb_b_to_mov); in main_loop()
H A Dcomp_perf_test_verify.c152 memmove(ops, &ops[num_enq], nb_b_to_mov); in main_loop()
H A Dcomp_perf_test_cyclecount.c271 memmove(ops, &ops[num_enq], nb_b_to_mov); in main_loop()
/dpdk/drivers/common/cnxk/
H A Droc_npa.h317 memmove(&buf[count], &aligned_buf[i], in roc_npa_aura_batch_alloc_extract()
/dpdk/lib/pcapng/
H A Drte_pcapng.c362 memmove(nh, oh, 2 * RTE_ETHER_ADDR_LEN); in pcapng_vlan_insert()
/dpdk/drivers/bus/pci/bsd/
H A Dpci.c306 memmove(dev2->mem_resource, in pci_scan_one()
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.c138 memmove(mac_info.mac, mac_addr, ETH_ALEN); in hinic_set_mac()
193 memmove(mac_info.mac, mac_addr, ETH_ALEN); in hinic_del_mac()
247 memmove(mac_addr, mac_info.mac, ETH_ALEN); in hinic_get_default_mac()
/dpdk/drivers/bus/pci/linux/
H A Dpci.c353 memmove(dev2->mem_resource, in pci_scan_one()

12