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()982 if (mgr->ops && mgr->ops->get_uuid) in opae_mgr_get_uuid()983 return mgr->ops->get_uuid(mgr, uuid); in opae_mgr_get_uuid()
58 int (*get_uuid)(struct opae_manager *mgr, struct uuid *uuid); member179 int (*get_uuid)(struct opae_accelerator *acc, member
171 .get_uuid = ifpga_acc_get_uuid,266 .get_uuid = ifpga_mgr_get_uuid,