| /dpdk/drivers/net/sfc/ |
| H A D | sfc_nic_dma.c | 17 size_t map_len) in sfc_nic_dma_add_region() argument 27 region->trgt_end = trgt_base + map_len; in sfc_nic_dma_add_region() 54 size_t map_len; in sfc_nic_dma_register_mempool_chunk() local 70 &nic_base, &trgt_base, &map_len); in sfc_nic_dma_register_mempool_chunk() 83 (uint64_t)nic_base, (uint64_t)trgt_base, (uint64_t)map_len); in sfc_nic_dma_register_mempool_chunk() 86 map_len); in sfc_nic_dma_register_mempool_chunk() 277 size_t map_len; in sfc_nic_dma_mz_map() local 300 &nic_base, &trgt_base, &map_len); in sfc_nic_dma_mz_map() 310 nic_base, trgt_base, map_len); in sfc_nic_dma_mz_map()
|
| /dpdk/drivers/common/dpaax/ |
| H A D | dpaax_iova_table.c | 396 size_t cur_len = 0, map_len = 0; in dpaax_memevent_cb() local 411 map_len = ms->len; in dpaax_memevent_cb() 417 va, virt_addr, phys_addr, map_len); in dpaax_memevent_cb() 421 map_len); in dpaax_memevent_cb() 426 ret = dpaax_iova_table_update(phys_addr, 0, map_len); in dpaax_memevent_cb() 431 type, va, map_len, ret); in dpaax_memevent_cb() 435 cur_len += map_len; in dpaax_memevent_cb()
|
| /dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_vfio.c | 212 size_t cur_len = 0, map_len = 0; in fslmc_memevent_cb() local 225 map_len = ms->len; in fslmc_memevent_cb() 232 va, virt_addr, iova_addr, map_len); in fslmc_memevent_cb() 237 cur_len += map_len; in fslmc_memevent_cb() 242 ret = fslmc_map_dma(virt_addr, iova_addr, map_len); in fslmc_memevent_cb() 244 ret = fslmc_unmap_dma(virt_addr, iova_addr, map_len); in fslmc_memevent_cb() 249 type, va, map_len, ret); in fslmc_memevent_cb() 253 cur_len += map_len; in fslmc_memevent_cb()
|
| /dpdk/lib/eal/common/ |
| H A D | malloc_mp.c | 50 size_t map_len; member 283 req->alloc_state.map_len = alloc_sz; in handle_alloc_request() 472 heap->total_size += entry->alloc_state.map_len; in handle_sync_response() 502 state->map_addr, state->map_len); in handle_sync_response() 505 state->map_addr, state->map_len); in handle_sync_response()
|
| H A D | malloc_mp.h | 85 struct malloc_elem *elem, void *map_addr, size_t map_len);
|
| H A D | malloc_heap.c | 282 struct malloc_elem *elem, void *map_addr, size_t map_len) in rollback_expand_heap() argument 286 malloc_elem_hide_region(elem, map_addr, map_len); in rollback_expand_heap()
|
| /dpdk/lib/vhost/ |
| H A D | vhost.c | 118 uint64_t hva, gpa, map_len; in __vhost_log_write_iova() local 119 map_len = len; in __vhost_log_write_iova() 121 hva = __vhost_iova_to_vva(dev, vq, iova, &map_len, VHOST_ACCESS_RW); in __vhost_log_write_iova() 122 if (map_len != len) { in __vhost_log_write_iova() 235 uint64_t hva, gpa, map_len; in __vhost_log_cache_write_iova() local 236 map_len = len; in __vhost_log_cache_write_iova() 238 hva = __vhost_iova_to_vva(dev, vq, iova, &map_len, VHOST_ACCESS_RW); in __vhost_log_cache_write_iova() 239 if (map_len != len) { in __vhost_log_cache_write_iova()
|
| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_options_parse.c | 74 get_str_key_id_mapping(struct name_id_map *map, unsigned int map_len, in get_str_key_id_mapping() argument 79 for (i = 0; i < map_len; i++) { in get_str_key_id_mapping()
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_options_parsing.c | 74 get_str_key_id_mapping(struct name_id_map *map, unsigned int map_len, in get_str_key_id_mapping() argument 79 for (i = 0; i < map_len; i++) { in get_str_key_id_mapping()
|