Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_eal.h451 void rte_eal_vfio_get_vf_token(rte_uuid_t vf_token);
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal.c628 eal_parse_vfio_vf_token(const char *vf_token) in eal_parse_vfio_vf_token() argument
633 if (!rte_uuid_parse(vf_token, uuid)) { in eal_parse_vfio_vf_token()
1387 rte_eal_vfio_get_vf_token(rte_uuid_t vf_token) in rte_eal_vfio_get_vf_token() argument
1391 rte_uuid_copy(vf_token, cfg->vfio_vf_token); in rte_eal_vfio_get_vf_token()
H A Deal_vfio.c696 rte_uuid_t vf_token; in rte_vfio_setup_device() local
885 rte_eal_vfio_get_vf_token(vf_token); in rte_vfio_setup_device()
888 if (!rte_uuid_is_null(vf_token)) { in rte_vfio_setup_device()
892 rte_uuid_unparse(vf_token, vf_token_str, sizeof(vf_token_str)); in rte_vfio_setup_device()
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal.c987 rte_eal_vfio_get_vf_token(__rte_unused rte_uuid_t vf_token) in rte_eal_vfio_get_vf_token() argument