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

/drivers/crypto/qat/qat_common/
H A Dqat_uclo.c272 struct icp_qat_uof_batch_init *init_header, *tail; local
281 init_header = *init_tab_base;
282 if (!init_header) {
283 init_header = kzalloc(sizeof(*init_header), GFP_KERNEL);
284 if (!init_header)
286 init_header->size = 1;
287 *init_tab_base = init_header;
290 tail_old = init_header;
305 init_header
[all...]

Completed in 78 milliseconds