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

/linux-4.4.14/drivers/crypto/qat/qat_common/
H A Dqat_hal.c1099 int alloc_inst_size; qat_hal_batch_wr_lm() local
1104 alloc_inst_size = lm_init_header->size; qat_hal_batch_wr_lm()
1105 if ((unsigned int)alloc_inst_size > handle->hal_handle->max_ustore) qat_hal_batch_wr_lm()
1106 alloc_inst_size = handle->hal_handle->max_ustore; qat_hal_batch_wr_lm()
1107 micro_inst_arry = kmalloc_array(alloc_inst_size, sizeof(uint64_t), qat_hal_batch_wr_lm()

Completed in 61 milliseconds