Searched refs:ae_cores (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_hal.c | 568 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()
|
H A D | nitrox_debugfs.c | 29 ndev->hw.ae_cores, ndev->hw.se_cores, ndev->hw.zip_cores); in device_show()
|
H A D | nitrox_dev.h | 76 * @ae_cores: number of asymmetric cores 89 u8 ae_cores; member
|
H A D | nitrox_main.c | 232 for (i = 0; i < ndev->hw.ae_cores; i++) { in nitrox_load_fw()
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_hal.c | 569 static const char *get_core_option(u8 se_cores, u8 ae_cores) in get_core_option() argument 573 if (ae_cores == AE_MAX_CORES) { in get_core_option() 582 } else if (ae_cores == (AE_MAX_CORES / 2)) { in get_core_option() 627 ndev->hw.ae_cores += AE_CORES_PER_CLUSTER - dead_cores; in nitrox_get_hwinfo() 644 get_core_option(ndev->hw.se_cores, ndev->hw.ae_cores), in nitrox_get_hwinfo()
|
H A D | nitrox_debugfs.c | 30 ndev->hw.ae_cores, ndev->hw.se_cores, ndev->hw.zip_cores); in device_show()
|
H A D | nitrox_dev.h | 76 * @ae_cores: number of asymmetric cores 89 u8 ae_cores; member
|
H A D | nitrox_main.c | 222 for (i = 0; i < ndev->hw.ae_cores; i++) { in nitrox_load_fw()
|
Completed in 6 milliseconds