Home
last modified time | relevance | path

Searched refs:MAX_EXEC_INST (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c1274 #define MAX_EXEC_INST 100 macro
1303 savuwords = kzalloc(sizeof(u64) * MAX_EXEC_INST, GFP_KERNEL); in qat_hal_exec_micro_inst()
1341 if (inst_num <= MAX_EXEC_INST) in qat_hal_exec_micro_inst()
1380 if (inst_num <= MAX_EXEC_INST) in qat_hal_exec_micro_inst()
/freebsd/sys/dev/qat_c2xxx/
H A Dqatreg.h96 #define MAX_EXEC_INST 100 macro
H A Dqat_ae.c1492 uint64_t savucode[MAX_EXEC_INST]; in qat_ae_exec_ucode()
1527 if (ninst <= MAX_EXEC_INST) { in qat_ae_exec_ucode()
1611 if (ninst <= MAX_EXEC_INST) { in qat_ae_exec_ucode()