Searched refs:get_uuid (Results 1 – 3 of 3) sorted by relevance
205 if (acc->ops && acc->ops->get_uuid) in opae_acc_get_uuid()206 return acc->ops->get_uuid(acc, uuid); in opae_acc_get_uuid()
174 int (*get_uuid)(struct opae_accelerator *acc, member
170 .get_uuid = ifpga_acc_get_uuid,