6a9e923da2
Needed by follow-on patches to aupport accel_fw batching in IOAT module. Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: Ie39718f42756c10af131ff7893874d19ea390ecc Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3154 Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
18 lines
288 B
Plaintext
18 lines
288 B
Plaintext
{
|
|
global:
|
|
|
|
# public functions
|
|
spdk_ioat_probe;
|
|
spdk_ioat_detach;
|
|
spdk_ioat_build_copy;
|
|
spdk_ioat_submit_copy;
|
|
spdk_ioat_build_fill;
|
|
spdk_ioat_submit_fill;
|
|
spdk_ioat_flush;
|
|
spdk_ioat_process_events;
|
|
spdk_ioat_get_dma_capabilities;
|
|
spdk_ioat_get_max_descriptors;
|
|
|
|
local: *;
|
|
};
|