|
1 | 1 | # SPDX-License-Identifier: LGPL-2.1-or-later |
2 | 2 |
|
3 | | -/** |
| 3 | +/* |
4 | 4 | * This file is part of libnvme. |
5 | 5 | * |
6 | 6 | * Copyright (c) 2025, Dell Technologies Inc. or its subsidiaries. |
|
10 | 10 |
|
11 | 11 | LIBNVME_ACCESSORS_3 { |
12 | 12 | global: |
13 | | - libnvme_ctrl_get_cntlid; |
14 | | - libnvme_ctrl_get_cntrltype; |
15 | | - libnvme_ctrl_get_dctype; |
16 | | - libnvme_ctrl_get_dhchap_ctrl_key; |
17 | | - libnvme_ctrl_get_dhchap_host_key; |
18 | | - libnvme_ctrl_get_discovered; |
19 | | - libnvme_ctrl_get_discovery_ctrl; |
| 13 | + libnvme_fabrics_config_get_queue_size; |
| 14 | + libnvme_fabrics_config_set_queue_size; |
| 15 | + libnvme_fabrics_config_get_nr_io_queues; |
| 16 | + libnvme_fabrics_config_set_nr_io_queues; |
| 17 | + libnvme_fabrics_config_get_reconnect_delay; |
| 18 | + libnvme_fabrics_config_set_reconnect_delay; |
| 19 | + libnvme_fabrics_config_get_ctrl_loss_tmo; |
| 20 | + libnvme_fabrics_config_set_ctrl_loss_tmo; |
| 21 | + libnvme_fabrics_config_get_fast_io_fail_tmo; |
| 22 | + libnvme_fabrics_config_set_fast_io_fail_tmo; |
| 23 | + libnvme_fabrics_config_get_keep_alive_tmo; |
| 24 | + libnvme_fabrics_config_set_keep_alive_tmo; |
| 25 | + libnvme_fabrics_config_get_nr_write_queues; |
| 26 | + libnvme_fabrics_config_set_nr_write_queues; |
| 27 | + libnvme_fabrics_config_get_nr_poll_queues; |
| 28 | + libnvme_fabrics_config_set_nr_poll_queues; |
| 29 | + libnvme_fabrics_config_get_tos; |
| 30 | + libnvme_fabrics_config_set_tos; |
| 31 | + libnvme_fabrics_config_get_keyring_id; |
| 32 | + libnvme_fabrics_config_set_keyring_id; |
| 33 | + libnvme_fabrics_config_get_tls_key_id; |
| 34 | + libnvme_fabrics_config_set_tls_key_id; |
| 35 | + libnvme_fabrics_config_get_tls_configured_key_id; |
| 36 | + libnvme_fabrics_config_set_tls_configured_key_id; |
| 37 | + libnvme_fabrics_config_get_duplicate_connect; |
| 38 | + libnvme_fabrics_config_set_duplicate_connect; |
| 39 | + libnvme_fabrics_config_get_disable_sqflow; |
| 40 | + libnvme_fabrics_config_set_disable_sqflow; |
| 41 | + libnvme_fabrics_config_get_hdr_digest; |
| 42 | + libnvme_fabrics_config_set_hdr_digest; |
| 43 | + libnvme_fabrics_config_get_data_digest; |
| 44 | + libnvme_fabrics_config_set_data_digest; |
| 45 | + libnvme_fabrics_config_get_tls; |
| 46 | + libnvme_fabrics_config_set_tls; |
| 47 | + libnvme_fabrics_config_get_concat; |
| 48 | + libnvme_fabrics_config_set_concat; |
| 49 | + libnvme_path_get_name; |
| 50 | + libnvme_path_set_name; |
| 51 | + libnvme_path_get_sysfs_dir; |
| 52 | + libnvme_path_set_sysfs_dir; |
| 53 | + libnvme_path_get_grpid; |
| 54 | + libnvme_path_set_grpid; |
| 55 | + libnvme_ns_get_nsid; |
| 56 | + libnvme_ns_set_nsid; |
| 57 | + libnvme_ns_get_name; |
| 58 | + libnvme_ns_set_name; |
| 59 | + libnvme_ns_get_generic_name; |
| 60 | + libnvme_ns_get_sysfs_dir; |
| 61 | + libnvme_ns_set_sysfs_dir; |
| 62 | + libnvme_ns_get_lba_shift; |
| 63 | + libnvme_ns_set_lba_shift; |
| 64 | + libnvme_ns_get_lba_size; |
| 65 | + libnvme_ns_set_lba_size; |
| 66 | + libnvme_ns_get_meta_size; |
| 67 | + libnvme_ns_set_meta_size; |
| 68 | + libnvme_ns_get_lba_count; |
| 69 | + libnvme_ns_set_lba_count; |
| 70 | + libnvme_ns_get_lba_util; |
| 71 | + libnvme_ns_set_lba_util; |
| 72 | + libnvme_ns_get_eui64; |
| 73 | + libnvme_ns_get_nguid; |
| 74 | + libnvme_ns_get_csi; |
| 75 | + libnvme_ctrl_get_name; |
| 76 | + libnvme_ctrl_get_sysfs_dir; |
| 77 | + libnvme_ctrl_get_address; |
20 | 78 | libnvme_ctrl_get_firmware; |
21 | | - libnvme_ctrl_get_host_iface; |
22 | | - libnvme_ctrl_get_host_traddr; |
23 | | - libnvme_ctrl_get_keyring; |
24 | 79 | libnvme_ctrl_get_model; |
25 | | - libnvme_ctrl_get_name; |
26 | 80 | libnvme_ctrl_get_numa_node; |
27 | | - libnvme_ctrl_get_persistent; |
28 | | - libnvme_ctrl_get_phy_slot; |
29 | 81 | libnvme_ctrl_get_queue_count; |
30 | 82 | libnvme_ctrl_get_serial; |
31 | 83 | libnvme_ctrl_get_sqsize; |
| 84 | + libnvme_ctrl_get_transport; |
32 | 85 | libnvme_ctrl_get_subsysnqn; |
33 | | - libnvme_ctrl_get_sysfs_dir; |
34 | | - libnvme_ctrl_get_tls_key; |
35 | | - libnvme_ctrl_get_tls_key_identity; |
36 | 86 | libnvme_ctrl_get_traddr; |
37 | | - libnvme_ctrl_get_transport; |
38 | 87 | libnvme_ctrl_get_trsvcid; |
39 | | - libnvme_ctrl_get_unique_discovery_ctrl; |
40 | | - libnvme_ctrl_set_dhchap_ctrl_key; |
| 88 | + libnvme_ctrl_get_dhchap_host_key; |
41 | 89 | libnvme_ctrl_set_dhchap_host_key; |
42 | | - libnvme_ctrl_set_discovered; |
43 | | - libnvme_ctrl_set_discovery_ctrl; |
| 90 | + libnvme_ctrl_get_dhchap_ctrl_key; |
| 91 | + libnvme_ctrl_set_dhchap_ctrl_key; |
| 92 | + libnvme_ctrl_get_keyring; |
44 | 93 | libnvme_ctrl_set_keyring; |
45 | | - libnvme_ctrl_set_persistent; |
46 | | - libnvme_ctrl_set_tls_key; |
| 94 | + libnvme_ctrl_get_tls_key_identity; |
47 | 95 | libnvme_ctrl_set_tls_key_identity; |
| 96 | + libnvme_ctrl_get_tls_key; |
| 97 | + libnvme_ctrl_set_tls_key; |
| 98 | + libnvme_ctrl_get_cntrltype; |
| 99 | + libnvme_ctrl_get_cntlid; |
| 100 | + libnvme_ctrl_get_dctype; |
| 101 | + libnvme_ctrl_get_phy_slot; |
| 102 | + libnvme_ctrl_get_host_traddr; |
| 103 | + libnvme_ctrl_get_host_iface; |
| 104 | + libnvme_ctrl_get_discovery_ctrl; |
| 105 | + libnvme_ctrl_set_discovery_ctrl; |
| 106 | + libnvme_ctrl_get_unique_discovery_ctrl; |
48 | 107 | libnvme_ctrl_set_unique_discovery_ctrl; |
| 108 | + libnvme_ctrl_get_discovered; |
| 109 | + libnvme_ctrl_set_discovered; |
| 110 | + libnvme_ctrl_get_persistent; |
| 111 | + libnvme_ctrl_set_persistent; |
| 112 | + libnvme_subsystem_get_name; |
| 113 | + libnvme_subsystem_get_sysfs_dir; |
| 114 | + libnvme_subsystem_get_subsysnqn; |
| 115 | + libnvme_subsystem_get_model; |
| 116 | + libnvme_subsystem_get_serial; |
| 117 | + libnvme_subsystem_get_firmware; |
| 118 | + libnvme_subsystem_get_subsystype; |
| 119 | + libnvme_subsystem_get_application; |
| 120 | + libnvme_subsystem_set_application; |
| 121 | + libnvme_host_get_hostnqn; |
| 122 | + libnvme_host_get_hostid; |
| 123 | + libnvme_host_get_dhchap_host_key; |
| 124 | + libnvme_host_set_dhchap_host_key; |
| 125 | + libnvme_host_get_hostsymname; |
| 126 | + libnvme_host_set_hostsymname; |
49 | 127 | libnvme_fabric_options_get_cntlid; |
50 | | - libnvme_fabric_options_get_concat; |
51 | | - libnvme_fabric_options_get_ctrl_loss_tmo; |
52 | | - libnvme_fabric_options_get_data_digest; |
53 | | - libnvme_fabric_options_get_dhchap_ctrl_secret; |
54 | | - libnvme_fabric_options_get_dhchap_secret; |
55 | | - libnvme_fabric_options_get_disable_sqflow; |
56 | | - libnvme_fabric_options_get_discovery; |
57 | | - libnvme_fabric_options_get_duplicate_connect; |
58 | | - libnvme_fabric_options_get_fast_io_fail_tmo; |
59 | | - libnvme_fabric_options_get_hdr_digest; |
60 | | - libnvme_fabric_options_get_host_iface; |
61 | | - libnvme_fabric_options_get_host_traddr; |
62 | | - libnvme_fabric_options_get_hostid; |
63 | | - libnvme_fabric_options_get_hostnqn; |
64 | | - libnvme_fabric_options_get_instance; |
65 | | - libnvme_fabric_options_get_keep_alive_tmo; |
66 | | - libnvme_fabric_options_get_keyring; |
67 | | - libnvme_fabric_options_get_nqn; |
68 | | - libnvme_fabric_options_get_nr_io_queues; |
69 | | - libnvme_fabric_options_get_nr_poll_queues; |
70 | | - libnvme_fabric_options_get_nr_write_queues; |
71 | | - libnvme_fabric_options_get_queue_size; |
72 | | - libnvme_fabric_options_get_reconnect_delay; |
73 | | - libnvme_fabric_options_get_tls; |
74 | | - libnvme_fabric_options_get_tls_key; |
75 | | - libnvme_fabric_options_get_tos; |
76 | | - libnvme_fabric_options_get_traddr; |
77 | | - libnvme_fabric_options_get_transport; |
78 | | - libnvme_fabric_options_get_trsvcid; |
79 | 128 | libnvme_fabric_options_set_cntlid; |
| 129 | + libnvme_fabric_options_get_concat; |
80 | 130 | libnvme_fabric_options_set_concat; |
| 131 | + libnvme_fabric_options_get_ctrl_loss_tmo; |
81 | 132 | libnvme_fabric_options_set_ctrl_loss_tmo; |
| 133 | + libnvme_fabric_options_get_data_digest; |
82 | 134 | libnvme_fabric_options_set_data_digest; |
| 135 | + libnvme_fabric_options_get_dhchap_ctrl_secret; |
83 | 136 | libnvme_fabric_options_set_dhchap_ctrl_secret; |
| 137 | + libnvme_fabric_options_get_dhchap_secret; |
84 | 138 | libnvme_fabric_options_set_dhchap_secret; |
| 139 | + libnvme_fabric_options_get_disable_sqflow; |
85 | 140 | libnvme_fabric_options_set_disable_sqflow; |
| 141 | + libnvme_fabric_options_get_discovery; |
86 | 142 | libnvme_fabric_options_set_discovery; |
| 143 | + libnvme_fabric_options_get_duplicate_connect; |
87 | 144 | libnvme_fabric_options_set_duplicate_connect; |
| 145 | + libnvme_fabric_options_get_fast_io_fail_tmo; |
88 | 146 | libnvme_fabric_options_set_fast_io_fail_tmo; |
| 147 | + libnvme_fabric_options_get_hdr_digest; |
89 | 148 | libnvme_fabric_options_set_hdr_digest; |
| 149 | + libnvme_fabric_options_get_host_iface; |
90 | 150 | libnvme_fabric_options_set_host_iface; |
| 151 | + libnvme_fabric_options_get_host_traddr; |
91 | 152 | libnvme_fabric_options_set_host_traddr; |
| 153 | + libnvme_fabric_options_get_hostid; |
92 | 154 | libnvme_fabric_options_set_hostid; |
| 155 | + libnvme_fabric_options_get_hostnqn; |
93 | 156 | libnvme_fabric_options_set_hostnqn; |
| 157 | + libnvme_fabric_options_get_instance; |
94 | 158 | libnvme_fabric_options_set_instance; |
| 159 | + libnvme_fabric_options_get_keep_alive_tmo; |
95 | 160 | libnvme_fabric_options_set_keep_alive_tmo; |
| 161 | + libnvme_fabric_options_get_keyring; |
96 | 162 | libnvme_fabric_options_set_keyring; |
| 163 | + libnvme_fabric_options_get_nqn; |
97 | 164 | libnvme_fabric_options_set_nqn; |
| 165 | + libnvme_fabric_options_get_nr_io_queues; |
98 | 166 | libnvme_fabric_options_set_nr_io_queues; |
| 167 | + libnvme_fabric_options_get_nr_poll_queues; |
99 | 168 | libnvme_fabric_options_set_nr_poll_queues; |
| 169 | + libnvme_fabric_options_get_nr_write_queues; |
100 | 170 | libnvme_fabric_options_set_nr_write_queues; |
| 171 | + libnvme_fabric_options_get_queue_size; |
101 | 172 | libnvme_fabric_options_set_queue_size; |
| 173 | + libnvme_fabric_options_get_reconnect_delay; |
102 | 174 | libnvme_fabric_options_set_reconnect_delay; |
| 175 | + libnvme_fabric_options_get_tls; |
103 | 176 | libnvme_fabric_options_set_tls; |
| 177 | + libnvme_fabric_options_get_tls_key; |
104 | 178 | libnvme_fabric_options_set_tls_key; |
| 179 | + libnvme_fabric_options_get_tos; |
105 | 180 | libnvme_fabric_options_set_tos; |
| 181 | + libnvme_fabric_options_get_traddr; |
106 | 182 | libnvme_fabric_options_set_traddr; |
| 183 | + libnvme_fabric_options_get_transport; |
107 | 184 | libnvme_fabric_options_set_transport; |
| 185 | + libnvme_fabric_options_get_trsvcid; |
108 | 186 | libnvme_fabric_options_set_trsvcid; |
109 | | - libnvme_fabrics_config_get_concat; |
110 | | - libnvme_fabrics_config_get_ctrl_loss_tmo; |
111 | | - libnvme_fabrics_config_get_data_digest; |
112 | | - libnvme_fabrics_config_get_disable_sqflow; |
113 | | - libnvme_fabrics_config_get_duplicate_connect; |
114 | | - libnvme_fabrics_config_get_fast_io_fail_tmo; |
115 | | - libnvme_fabrics_config_get_hdr_digest; |
116 | | - libnvme_fabrics_config_get_keep_alive_tmo; |
117 | | - libnvme_fabrics_config_get_keyring_id; |
118 | | - libnvme_fabrics_config_get_nr_io_queues; |
119 | | - libnvme_fabrics_config_get_nr_poll_queues; |
120 | | - libnvme_fabrics_config_get_nr_write_queues; |
121 | | - libnvme_fabrics_config_get_queue_size; |
122 | | - libnvme_fabrics_config_get_reconnect_delay; |
123 | | - libnvme_fabrics_config_get_tls; |
124 | | - libnvme_fabrics_config_get_tls_configured_key_id; |
125 | | - libnvme_fabrics_config_get_tls_key_id; |
126 | | - libnvme_fabrics_config_get_tos; |
127 | | - libnvme_fabrics_config_set_concat; |
128 | | - libnvme_fabrics_config_set_ctrl_loss_tmo; |
129 | | - libnvme_fabrics_config_set_data_digest; |
130 | | - libnvme_fabrics_config_set_disable_sqflow; |
131 | | - libnvme_fabrics_config_set_duplicate_connect; |
132 | | - libnvme_fabrics_config_set_fast_io_fail_tmo; |
133 | | - libnvme_fabrics_config_set_hdr_digest; |
134 | | - libnvme_fabrics_config_set_keep_alive_tmo; |
135 | | - libnvme_fabrics_config_set_keyring_id; |
136 | | - libnvme_fabrics_config_set_nr_io_queues; |
137 | | - libnvme_fabrics_config_set_nr_poll_queues; |
138 | | - libnvme_fabrics_config_set_nr_write_queues; |
139 | | - libnvme_fabrics_config_set_queue_size; |
140 | | - libnvme_fabrics_config_set_reconnect_delay; |
141 | | - libnvme_fabrics_config_set_tls; |
142 | | - libnvme_fabrics_config_set_tls_configured_key_id; |
143 | | - libnvme_fabrics_config_set_tls_key_id; |
144 | | - libnvme_fabrics_config_set_tos; |
145 | | - libnvme_host_get_dhchap_host_key; |
146 | | - libnvme_host_get_hostid; |
147 | | - libnvme_host_get_hostnqn; |
148 | | - libnvme_host_get_hostsymname; |
149 | | - libnvme_host_get_pdc_enabled_valid; |
150 | | - libnvme_host_set_dhchap_host_key; |
151 | | - libnvme_host_set_hostsymname; |
152 | | - libnvme_host_set_pdc_enabled_valid; |
153 | | - libnvme_ns_get_lba_count; |
154 | | - libnvme_ns_get_lba_shift; |
155 | | - libnvme_ns_get_lba_size; |
156 | | - libnvme_ns_get_lba_util; |
157 | | - libnvme_ns_get_meta_size; |
158 | | - libnvme_ns_get_name; |
159 | | - libnvme_ns_get_nsid; |
160 | | - libnvme_ns_get_sysfs_dir; |
161 | | - libnvme_ns_set_lba_count; |
162 | | - libnvme_ns_set_lba_shift; |
163 | | - libnvme_ns_set_lba_size; |
164 | | - libnvme_ns_set_lba_util; |
165 | | - libnvme_ns_set_meta_size; |
166 | | - libnvme_ns_set_name; |
167 | | - libnvme_ns_set_nsid; |
168 | | - libnvme_ns_set_sysfs_dir; |
169 | | - libnvme_path_get_grpid; |
170 | | - libnvme_path_get_name; |
171 | | - libnvme_path_get_sysfs_dir; |
172 | | - libnvme_path_set_grpid; |
173 | | - libnvme_path_set_name; |
174 | | - libnvme_path_set_sysfs_dir; |
175 | | - libnvme_subsystem_get_application; |
176 | | - libnvme_subsystem_get_firmware; |
177 | | - libnvme_subsystem_get_model; |
178 | | - libnvme_subsystem_get_name; |
179 | | - libnvme_subsystem_get_serial; |
180 | | - libnvme_subsystem_get_subsysnqn; |
181 | | - libnvme_subsystem_get_subsystype; |
182 | | - libnvme_subsystem_get_sysfs_dir; |
183 | | - libnvme_subsystem_set_application; |
184 | 187 | }; |
0 commit comments