Home
last modified time | relevance | path

Searched refs:zip_cores (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H A 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()
H A Dnitrox_debugfs.c29 ndev->hw.ae_cores, ndev->hw.se_cores, ndev->hw.zip_cores); in device_show()
H A Dnitrox_dev.h77 * @zip_cores: number of zip cores
90 u8 zip_cores; member
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H A Dnitrox_hal.c591 static const char *get_feature_option(u8 zip_cores, int core_freq) in get_feature_option() argument
593 if (zip_cores == 0) in get_feature_option()
595 else if (zip_cores < ZIP_MAX_CORES) in get_feature_option()
637 ndev->hw.zip_cores = ZIP_MAX_CORES - dead_cores; in nitrox_get_hwinfo()
646 get_feature_option(ndev->hw.zip_cores, ndev->hw.freq), in nitrox_get_hwinfo()
H A Dnitrox_debugfs.c30 ndev->hw.ae_cores, ndev->hw.se_cores, ndev->hw.zip_cores); in device_show()
H A Dnitrox_dev.h77 * @zip_cores: number of zip cores
90 u8 zip_cores; member

Completed in 4 milliseconds