Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/qat/
H A Dqatreg.h921 #define UOF_OBJ_ID_LEN 8 /* length of object ID */ macro
939 char ufch_id[UOF_OBJ_ID_LEN]; /* chunk identifier */
956 char uch_id[UOF_OBJ_ID_LEN];
H A Dqat_ae.c1851 if (cur < uch && !strncmp(uch->uch_id, id, UOF_OBJ_ID_LEN)) in qat_aefw_uof_find_chunk()
2291 if (!strncmp(ufch->ufch_id, UOF_OBJS, UOF_OBJ_ID_LEN)) { in qat_aefw_uof_parse()