Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/qat/qat_common/
Dqat_hal.c1145 int alloc_inst_size; in qat_hal_batch_wr_lm() local
1150 alloc_inst_size = lm_init_header->size; in qat_hal_batch_wr_lm()
1151 if ((unsigned int)alloc_inst_size > handle->hal_handle->max_ustore) in qat_hal_batch_wr_lm()
1152 alloc_inst_size = handle->hal_handle->max_ustore; in qat_hal_batch_wr_lm()
1153 micro_inst_arry = kmalloc_array(alloc_inst_size, sizeof(uint64_t), in qat_hal_batch_wr_lm()