Home
last modified time | relevance | path

Searched refs:zip_cores (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
Dnitrox_hal.c590 static const char *get_feature_option(u8 zip_cores, int core_freq) in get_feature_option() argument
592 if (zip_cores == 0) in get_feature_option()
594 else if (zip_cores < ZIP_MAX_CORES) in get_feature_option()
636 ndev->hw.zip_cores = ZIP_MAX_CORES - dead_cores; in nitrox_get_hwinfo()
645 get_feature_option(ndev->hw.zip_cores, ndev->hw.freq), in nitrox_get_hwinfo()
Dnitrox_debugfs.c29 ndev->hw.ae_cores, ndev->hw.se_cores, ndev->hw.zip_cores); in device_show()
Dnitrox_dev.h90 u8 zip_cores; member