Home
last modified time | relevance | path

Searched refs:get_uuid (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_hw_api.c205 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()
H A Dopae_hw_api.h174 int (*get_uuid)(struct opae_accelerator *acc, member
H A Difpga_api.c170 .get_uuid = ifpga_acc_get_uuid,