xref: /spdk/lib/idxd/spdk_idxd.map (revision cc6920a4763d4b9a43aa40583c8397d8f14fa100)
1{
2	global:
3
4	# public functions
5	spdk_idxd_chan_get_max_operations;
6	spdk_idxd_configure_chan;
7	spdk_idxd_probe;
8	spdk_idxd_detach;
9	spdk_idxd_batch_prep_copy;
10	spdk_idxd_batch_prep_dualcast;
11	spdk_idxd_batch_prep_fill;
12	spdk_idxd_batch_prep_crc32c;
13	spdk_idxd_batch_prep_copy_crc32c;
14	spdk_idxd_batch_prep_compare;
15	spdk_idxd_batch_submit;
16	spdk_idxd_batch_create;
17	spdk_idxd_batch_cancel;
18	spdk_idxd_batch_get_max;
19	spdk_idxd_get_socket;
20	spdk_idxd_set_config;
21	spdk_idxd_submit_compare;
22	spdk_idxd_submit_crc32c;
23	spdk_idxd_submit_copy_crc32c;
24	spdk_idxd_submit_copy;
25	spdk_idxd_submit_dualcast;
26	spdk_idxd_submit_fill;
27	spdk_idxd_process_events;
28	spdk_idxd_get_channel;
29	spdk_idxd_put_channel;
30
31	local: *;
32};
33