Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c996 obj_handle->uword_buf = kcalloc(UWORD_CPYBUF_SIZE, sizeof(u64), in qat_uclo_parse_uof_obj()
998 if (!obj_handle->uword_buf) in qat_uclo_parse_uof_obj()
1026 kfree(obj_handle->uword_buf); in qat_uclo_parse_uof_obj()
2074 kfree(obj_handle->uword_buf); in qat_uclo_del_obj()
2138 &obj_handle->uword_buf[i], in qat_uclo_wr_uimage_raw_page()
2145 obj_handle->uword_buf); in qat_uclo_wr_uimage_raw_page()
H A Dicp_qat_uclo.h243 u64 *uword_buf; member