The new name suits better to the following "data push" operation Signed-off-by: Alexey Marchuk <alexeymar@mellanox.com> Change-Id: Ic3249f65de203f375477f8e87b0749b9502d165c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9878 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
19 lines
412 B
Plaintext
19 lines
412 B
Plaintext
{
|
|
global:
|
|
|
|
# public functions
|
|
spdk_memory_domain_create;
|
|
spdk_memory_domain_set_translation;
|
|
spdk_memory_domain_set_pull;
|
|
spdk_memory_domain_get_context;
|
|
spdk_memory_domain_get_dma_device_type;
|
|
spdk_memory_domain_get_dma_device_id;
|
|
spdk_memory_domain_destroy;
|
|
spdk_memory_domain_pull_data;
|
|
spdk_memory_domain_translate_data;
|
|
spdk_memory_domain_get_first;
|
|
spdk_memory_domain_get_next;
|
|
|
|
local: *;
|
|
};
|