Searched refs:vf_token (Results 1 – 4 of 4) sorted by relevance
451 void rte_eal_vfio_get_vf_token(rte_uuid_t vf_token);
628 eal_parse_vfio_vf_token(const char *vf_token) in eal_parse_vfio_vf_token() argument633 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() argument1391 rte_uuid_copy(vf_token, cfg->vfio_vf_token); in rte_eal_vfio_get_vf_token()
696 rte_uuid_t vf_token; in rte_vfio_setup_device() local885 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()
987 rte_eal_vfio_get_vf_token(__rte_unused rte_uuid_t vf_token) in rte_eal_vfio_get_vf_token() argument