···180180 * for the implementation details for the contents of the181181 * block182182 *183183- * Z90STAT_TOTALCOUNT184184- * Return an integer count of all device types together.185185- *186186- * Z90STAT_PCICACOUNT187187- * Return an integer count of all PCICAs.188188- *189189- * Z90STAT_PCICCCOUNT190190- * Return an integer count of all PCICCs.191191- *192192- * Z90STAT_PCIXCCMCL2COUNT193193- * Return an integer count of all MCL2 PCIXCCs.194194- *195195- * Z90STAT_PCIXCCMCL3COUNT196196- * Return an integer count of all MCL3 PCIXCCs.197197- *198198- * Z90STAT_CEX2CCOUNT199199- * Return an integer count of all CEX2Cs.200200- *201201- * Z90STAT_CEX2ACOUNT202202- * Return an integer count of all CEX2As.203203- *204204- * Z90STAT_REQUESTQ_COUNT205205- * Return an integer count of the number of entries waiting to be206206- * sent to a device.207207- *208208- * Z90STAT_PENDINGQ_COUNT209209- * Return an integer count of the number of entries sent to a210210- * device awaiting the reply.211211- *212212- * Z90STAT_TOTALOPEN_COUNT213213- * Return an integer count of the number of open file handles.214214- *215215- * Z90STAT_DOMAIN_INDEX216216- * Return the integer value of the Cryptographic Domain.183183+ * ZSECSENDCPRB184184+ * Send an arbitrary CPRB to a crypto card.217185 *218186 * Z90STAT_STATUS_MASK219187 * Return an 64 element array of unsigned chars for the status of···203235 * of successfully completed requests per device since the device204236 * was detected and made available.205237 *206206- * ICAZ90STATUS (deprecated)238238+ * Z90STAT_REQUESTQ_COUNT239239+ * Return an integer count of the number of entries waiting to be240240+ * sent to a device.241241+ *242242+ * Z90STAT_PENDINGQ_COUNT243243+ * Return an integer count of the number of entries sent to all244244+ * devices awaiting the reply.245245+ *246246+ * Z90STAT_TOTALOPEN_COUNT247247+ * Return an integer count of the number of open file handles.248248+ *249249+ * Z90STAT_DOMAIN_INDEX250250+ * Return the integer value of the Cryptographic Domain.251251+ *252252+ * The following ioctls are deprecated and should be no longer used:253253+ *254254+ * Z90STAT_TOTALCOUNT255255+ * Return an integer count of all device types together.256256+ *257257+ * Z90STAT_PCICACOUNT258258+ * Return an integer count of all PCICAs.259259+ *260260+ * Z90STAT_PCICCCOUNT261261+ * Return an integer count of all PCICCs.262262+ *263263+ * Z90STAT_PCIXCCMCL2COUNT264264+ * Return an integer count of all MCL2 PCIXCCs.265265+ *266266+ * Z90STAT_PCIXCCMCL3COUNT267267+ * Return an integer count of all MCL3 PCIXCCs.268268+ *269269+ * Z90STAT_CEX2CCOUNT270270+ * Return an integer count of all CEX2Cs.271271+ *272272+ * Z90STAT_CEX2ACOUNT273273+ * Return an integer count of all CEX2As.274274+ *275275+ * ICAZ90STATUS207276 * Return some device driver status in a ica_z90_status struct208277 * This takes an ica_z90_status struct as its arg.209278 *210210- * NOTE: this ioctl() is deprecated, and has been replaced with211211- * single ioctl()s for each type of status being requested212212- *213213- * Z90STAT_PCIXCCCOUNT (deprecated)279279+ * Z90STAT_PCIXCCCOUNT214280 * Return an integer count of all PCIXCCs (MCL2 + MCL3).215281 * This is DEPRECATED now that MCL3 PCIXCCs are treated differently from216282 * MCL2 PCIXCCs.217217- *218218- * Z90QUIESCE (not recommended)219219- * Quiesce the driver. This is intended to stop all new220220- * requests from being processed. Its use is NOT recommended,221221- * except in circumstances where there is no other way to stop222222- * callers from accessing the driver. Its original use was to223223- * allow the driver to be "drained" of work in preparation for224224- * a system shutdown.225225- *226226- * NOTE: once issued, this ban on new work cannot be undone227227- * except by unloading and reloading the driver.228283 */229284230285/**