Home
last modified time | relevance | path

Searched refs:ae_cores (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
Dnitrox_hal.c568 static const char *get_core_option(u8 se_cores, u8 ae_cores) in get_core_option() argument
572 if (ae_cores == AE_MAX_CORES) { in get_core_option()
581 } else if (ae_cores == (AE_MAX_CORES / 2)) { in get_core_option()
626 ndev->hw.ae_cores += AE_CORES_PER_CLUSTER - dead_cores; in nitrox_get_hwinfo()
643 get_core_option(ndev->hw.se_cores, ndev->hw.ae_cores), in nitrox_get_hwinfo()
Dnitrox_debugfs.c29 ndev->hw.ae_cores, ndev->hw.se_cores, ndev->hw.zip_cores); in device_show()
Dnitrox_dev.h89 u8 ae_cores; member
Dnitrox_main.c232 for (i = 0; i < ndev->hw.ae_cores; i++) { in nitrox_load_fw()