Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_common/
H A Dqat_uclo.c1327 free(sobj_handle->img_table.simg_hdr, M_QAT); in qat_uclo_del_suof()
1328 sobj_handle->img_table.simg_hdr = NULL; in qat_uclo_del_suof()
1386 suof_handle->img_table.simg_hdr = suof_img_hdr; in qat_uclo_map_suof()
1487 sobj_handle->img_table.simg_hdr[imgid].ae_mask) in qat_uclo_is_broadcast()
2351 struct icp_qat_suof_img_hdr *simg_hdr = sobj_handle->img_table.simg_hdr; in qat_uclo_wr_suof_img() local
2355 (const char *)simg_hdr[i].simg_buf, in qat_uclo_wr_suof_img()
2356 (unsigned int)(simg_hdr[i].simg_len), in qat_uclo_wr_suof_img()
/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_uclo.h414 struct icp_qat_suof_img_hdr *simg_hdr; member