Home
last modified time | relevance | path

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

/linux/drivers/crypto/cavium/zip/
A Dzip_main.c51 static struct zip_device *zip_dev[MAX_ZIP_DEVICES];
77 for (idx = 0; idx < MAX_ZIP_DEVICES; idx++) { in zip_alloc_device()
83 if (idx < MAX_ZIP_DEVICES) in zip_alloc_device()
102 if ((node < MAX_ZIP_DEVICES) && (node >= 0)) in zip_get_device()
467 for (index = 0; index < MAX_ZIP_DEVICES; index++) { in zip_stats_show()
524 for (index = 0; index < MAX_ZIP_DEVICES; index++) { in zip_clear_show()
560 for (index = 0; index < MAX_ZIP_DEVICES; index++) { in zip_regs_show()
A Dcommon.h82 #define MAX_ZIP_DEVICES 2 macro

Completed in 3 milliseconds