Home
last modified time | relevance | path

Searched refs:ADF_CFG_MAX_CORE_NUM (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/qat/include/common/
HDadf_cfg_common.h40 #define ADF_CFG_MAX_CORE_NUM 256 macro
41 #define ADF_CFG_MAX_TOKENS ADF_CFG_MAX_CORE_NUM
182 #define ADF_CFG_MAX_CORE_NUM 256 macro
185 #define ADF_CFG_MAX_TOKENS ADF_CFG_MAX_CORE_NUM
/freebsd-14-stable/sys/dev/qat/qat_common/
HDadf_cfg_section.c55 core_num_arr = malloc(sizeof(unsigned long) * ADF_CFG_MAX_CORE_NUM, in adf_cfg_set_core_number_for_instance()