Searched refs:MAX_ZIP_DEVICES (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/crypto/cavium/zip/
H A Dzip_main.c51 static struct zip_device *zip_dev[MAX_ZIP_DEVICES];
82 for (idx = 0; idx < MAX_ZIP_DEVICES; idx++) {
88 if (idx < MAX_ZIP_DEVICES)
107 if ((node < MAX_ZIP_DEVICES) && (node >= 0))
495 for (index = 0; index < MAX_ZIP_DEVICES; index++) {
552 for (index = 0; index < MAX_ZIP_DEVICES; index++) {
588 for (index = 0; index < MAX_ZIP_DEVICES; index++) {
H A Dcommon.h82 #define MAX_ZIP_DEVICES 2 macro

Completed in 111 milliseconds