Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[S390] update interface notes in zcrypt.h

Signed-off-by: Ralph Wuerthner <rwuerthn@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Ralph Wuerthner and committed by
Martin Schwidefsky
bba125a6 03a4d208

+41 -50
+41 -50
include/asm-s390/zcrypt.h
··· 180 180 * for the implementation details for the contents of the 181 181 * block 182 182 * 183 - * Z90STAT_TOTALCOUNT 184 - * Return an integer count of all device types together. 185 - * 186 - * Z90STAT_PCICACOUNT 187 - * Return an integer count of all PCICAs. 188 - * 189 - * Z90STAT_PCICCCOUNT 190 - * Return an integer count of all PCICCs. 191 - * 192 - * Z90STAT_PCIXCCMCL2COUNT 193 - * Return an integer count of all MCL2 PCIXCCs. 194 - * 195 - * Z90STAT_PCIXCCMCL3COUNT 196 - * Return an integer count of all MCL3 PCIXCCs. 197 - * 198 - * Z90STAT_CEX2CCOUNT 199 - * Return an integer count of all CEX2Cs. 200 - * 201 - * Z90STAT_CEX2ACOUNT 202 - * Return an integer count of all CEX2As. 203 - * 204 - * Z90STAT_REQUESTQ_COUNT 205 - * Return an integer count of the number of entries waiting to be 206 - * sent to a device. 207 - * 208 - * Z90STAT_PENDINGQ_COUNT 209 - * Return an integer count of the number of entries sent to a 210 - * device awaiting the reply. 211 - * 212 - * Z90STAT_TOTALOPEN_COUNT 213 - * Return an integer count of the number of open file handles. 214 - * 215 - * Z90STAT_DOMAIN_INDEX 216 - * Return the integer value of the Cryptographic Domain. 183 + * ZSECSENDCPRB 184 + * Send an arbitrary CPRB to a crypto card. 217 185 * 218 186 * Z90STAT_STATUS_MASK 219 187 * Return an 64 element array of unsigned chars for the status of ··· 203 235 * of successfully completed requests per device since the device 204 236 * was detected and made available. 205 237 * 206 - * ICAZ90STATUS (deprecated) 238 + * Z90STAT_REQUESTQ_COUNT 239 + * Return an integer count of the number of entries waiting to be 240 + * sent to a device. 241 + * 242 + * Z90STAT_PENDINGQ_COUNT 243 + * Return an integer count of the number of entries sent to all 244 + * devices awaiting the reply. 245 + * 246 + * Z90STAT_TOTALOPEN_COUNT 247 + * Return an integer count of the number of open file handles. 248 + * 249 + * Z90STAT_DOMAIN_INDEX 250 + * Return the integer value of the Cryptographic Domain. 251 + * 252 + * The following ioctls are deprecated and should be no longer used: 253 + * 254 + * Z90STAT_TOTALCOUNT 255 + * Return an integer count of all device types together. 256 + * 257 + * Z90STAT_PCICACOUNT 258 + * Return an integer count of all PCICAs. 259 + * 260 + * Z90STAT_PCICCCOUNT 261 + * Return an integer count of all PCICCs. 262 + * 263 + * Z90STAT_PCIXCCMCL2COUNT 264 + * Return an integer count of all MCL2 PCIXCCs. 265 + * 266 + * Z90STAT_PCIXCCMCL3COUNT 267 + * Return an integer count of all MCL3 PCIXCCs. 268 + * 269 + * Z90STAT_CEX2CCOUNT 270 + * Return an integer count of all CEX2Cs. 271 + * 272 + * Z90STAT_CEX2ACOUNT 273 + * Return an integer count of all CEX2As. 274 + * 275 + * ICAZ90STATUS 207 276 * Return some device driver status in a ica_z90_status struct 208 277 * This takes an ica_z90_status struct as its arg. 209 278 * 210 - * NOTE: this ioctl() is deprecated, and has been replaced with 211 - * single ioctl()s for each type of status being requested 212 - * 213 - * Z90STAT_PCIXCCCOUNT (deprecated) 279 + * Z90STAT_PCIXCCCOUNT 214 280 * Return an integer count of all PCIXCCs (MCL2 + MCL3). 215 281 * This is DEPRECATED now that MCL3 PCIXCCs are treated differently from 216 282 * MCL2 PCIXCCs. 217 - * 218 - * Z90QUIESCE (not recommended) 219 - * Quiesce the driver. This is intended to stop all new 220 - * requests from being processed. Its use is NOT recommended, 221 - * except in circumstances where there is no other way to stop 222 - * callers from accessing the driver. Its original use was to 223 - * allow the driver to be "drained" of work in preparation for 224 - * a system shutdown. 225 - * 226 - * NOTE: once issued, this ban on new work cannot be undone 227 - * except by unloading and reloading the driver. 228 283 */ 229 284 230 285 /**