Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqatreg.h933 #define UOF_OBJ_ID_LEN 8 /* length of object ID */ macro
951 char ufch_id[UOF_OBJ_ID_LEN]; /* chunk identifier */
968 char uch_id[UOF_OBJ_ID_LEN];
H A Dqat_ae.c1834 if (cur < uch && !strncmp(uch->uch_id, id, UOF_OBJ_ID_LEN)) in qat_aefw_uof_find_chunk()
2231 if (!strncmp(ufch->ufch_id, UOF_OBJS, UOF_OBJ_ID_LEN)) { in qat_aefw_uof_parse()