HomeSort by: relevance | last modified time | path
    Searched refs:uof_obj_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/qat/
qat_ae.c 2149 nent = ((struct uof_obj_table *)((base) + (off)))->uot_nentries;\
2150 if ((lim) < off + sizeof(struct uof_obj_table) + \
2155 *(typep) = (type)((struct uof_obj_table *) \
2352 if (uch->uch_size < sizeof(struct uof_obj_table))
2354 sc->sc_aefw_uof.qafu_num_init_mem = ((struct uof_obj_table *)(base +
2359 sizeof(struct uof_obj_table));
2361 uch->uch_size - sizeof(struct uof_obj_table);
2367 if (uch->uch_size < sizeof(struct uof_obj_table) +
2372 sizeof(struct uof_obj_table));
qatreg.h 1017 struct uof_obj_table { struct

Completed in 42 milliseconds