Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds