Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c1644 int alloc_inst_size; in qat_hal_batch_wr_lm() local
1651 alloc_inst_size = lm_init_header->size; in qat_hal_batch_wr_lm()
1652 if ((unsigned int)alloc_inst_size > handle->hal_handle->max_ustore) in qat_hal_batch_wr_lm()
1653 alloc_inst_size = handle->hal_handle->max_ustore; in qat_hal_batch_wr_lm()
1654 micro_inst_arry = malloc(alloc_inst_size * sizeof(uint64_t), in qat_hal_batch_wr_lm()