File: libefa.map

package info (click to toggle)
rdma-core 56.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,196 kB
  • sloc: ansic: 171,361; python: 13,724; sh: 2,774; perl: 1,465; makefile: 73
file content (26 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* Export symbols should be added below according to
   Documentation/versioning.md document. */
EFA_1.0 {
	global:
		efadv_create_driver_qp;
	local: *;
};

EFA_1.1 {
	global:
		efadv_create_qp_ex;
		efadv_query_ah;
		efadv_query_device;
} EFA_1.0;

EFA_1.2 {
	global:
		efadv_cq_from_ibv_cq_ex;
		efadv_create_cq;
		efadv_wc_read_sgid;
} EFA_1.1;

EFA_1.3 {
	global:
		efadv_query_mr;
} EFA_1.2;