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

/freebsd-13-stable/sys/dev/qat/
H A Dqat_ae.c2096 nent = ((struct uof_obj_table *)((base) + (off)))->uot_nentries;\
2097 if ((lim) < off + sizeof(struct uof_obj_table) + \
2102 *(typep) = (type)((struct uof_obj_table *) \
2291 if (uch->uch_size < sizeof(struct uof_obj_table))
2293 sc->sc_aefw_uof.qafu_num_init_mem = ((struct uof_obj_table *)(base +
2298 sizeof(struct uof_obj_table));
2300 uch->uch_size - sizeof(struct uof_obj_table);
2306 if (uch->uch_size < sizeof(struct uof_obj_table) +
2311 sizeof(struct uof_obj_table));
H A Dqatreg.h1030 struct uof_obj_table { struct

Completed in 105 milliseconds