Home
last modified time | relevance | path

Searched refs:vf_token (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_eal.h425 void rte_eal_vfio_get_vf_token(rte_uuid_t vf_token);
/dpdk/lib/eal/linux/
H A Deal.c530 eal_parse_vfio_vf_token(const char *vf_token) in eal_parse_vfio_vf_token() argument
535 if (!rte_uuid_parse(vf_token, uuid)) { in eal_parse_vfio_vf_token()
1299 rte_eal_vfio_get_vf_token(rte_uuid_t vf_token) in rte_eal_vfio_get_vf_token() argument
1303 rte_uuid_copy(vf_token, cfg->vfio_vf_token); in rte_eal_vfio_get_vf_token()
H A Deal_vfio.c751 rte_uuid_t vf_token; in rte_vfio_setup_device() local
944 rte_eal_vfio_get_vf_token(vf_token); in rte_vfio_setup_device()
947 if (!rte_uuid_is_null(vf_token)) { in rte_vfio_setup_device()
951 rte_uuid_unparse(vf_token, vf_token_str, sizeof(vf_token_str)); in rte_vfio_setup_device()
/dpdk/lib/eal/freebsd/
H A Deal.c919 rte_eal_vfio_get_vf_token(__rte_unused rte_uuid_t vf_token) in rte_eal_vfio_get_vf_token() argument