Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_loader_handle.h23 unsigned int max_ustore; member
H A Dqat_hal.c802 handle->hal_handle->max_ustore = 0x4000; in qat_hal_chip_init()
808 handle->hal_handle->max_ustore; in qat_hal_chip_init()
810 handle->hal_handle->max_ustore; in qat_hal_chip_init()
1005 if ((inst_num > handle->hal_handle->max_ustore) || !micro_inst) { in qat_hal_exec_micro_inst()
1299 if ((unsigned int)alloc_inst_size > handle->hal_handle->max_ustore) in qat_hal_batch_wr_lm()
1300 alloc_inst_size = handle->hal_handle->max_ustore; in qat_hal_batch_wr_lm()