max_ustore 66 drivers/crypto/qat/qat_common/icp_qat_fw_loader_handle.h unsigned int max_ustore; max_ustore 734 drivers/crypto/qat/qat_common/qat_hal.c handle->hal_handle->max_ustore = 0x4000; max_ustore 740 drivers/crypto/qat/qat_common/qat_hal.c handle->hal_handle->max_ustore; max_ustore 742 drivers/crypto/qat/qat_common/qat_hal.c handle->hal_handle->max_ustore; max_ustore 888 drivers/crypto/qat/qat_common/qat_hal.c if ((inst_num > handle->hal_handle->max_ustore) || !micro_inst) { max_ustore 1151 drivers/crypto/qat/qat_common/qat_hal.c if ((unsigned int)alloc_inst_size > handle->hal_handle->max_ustore) max_ustore 1152 drivers/crypto/qat/qat_common/qat_hal.c alloc_inst_size = handle->hal_handle->max_ustore;