Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/cavium/nitrox/
Dnitrox_hal.c431 for (i = 0; i < ndev->hw.se_cores; i++) in nitrox_config_pom_unit()
568 static const char *get_core_option(u8 se_cores, u8 ae_cores) in get_core_option() argument
573 switch (se_cores) { in get_core_option()
628 ndev->hw.se_cores += SE_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.h88 u8 se_cores; member
Dnitrox_main.c177 for (i = 0; i < ndev->hw.se_cores; i++) { in nitrox_load_fw()