Searched refs:mp_reply (Results 1 – 4 of 4) sorted by relevance
367 struct rte_mp_reply mp_reply; in eal_dev_hotplug_request_to_primary() local377 ret = rte_mp_request_sync(&mp_req, &mp_reply, &ts); in eal_dev_hotplug_request_to_primary()378 if (ret || mp_reply.nb_received != 1) { in eal_dev_hotplug_request_to_primary()388 free(mp_reply.msgs); in eal_dev_hotplug_request_to_primary()395 struct rte_mp_reply mp_reply; in eal_dev_hotplug_request_to_secondary() local405 ret = rte_mp_request_sync(&mp_req, &mp_reply, &ts); in eal_dev_hotplug_request_to_secondary()415 if (mp_reply.nb_sent != mp_reply.nb_received) { in eal_dev_hotplug_request_to_secondary()417 free(mp_reply.msgs); in eal_dev_hotplug_request_to_secondary()422 for (i = 0; i < mp_reply.nb_received; i++) { in eal_dev_hotplug_request_to_secondary()424 (struct eal_dev_mp_req *)mp_reply.msgs[i].param; in eal_dev_hotplug_request_to_secondary()[all …]
406 mp_rep = &mp_reply.msgs[0]; in vfio_open_group_fd()416 free(mp_reply.msgs); in vfio_open_group_fd()685 mp_reply.nb_received == 1) { in vfio_sync_default_container()686 mp_rep = &mp_reply.msgs[0]; in vfio_sync_default_container()691 free(mp_reply.msgs); in vfio_sync_default_container()1179 mp_rep = &mp_reply.msgs[0]; in vfio_get_default_container_fd()1183 free(mp_reply.msgs); in vfio_get_default_container_fd()1188 free(mp_reply.msgs); in vfio_get_default_container_fd()1315 mp_rep = &mp_reply.msgs[0]; in rte_vfio_get_container_fd()1319 free(mp_reply.msgs); in rte_vfio_get_container_fd()[all …]
481 struct rte_mp_reply mp_reply; in vdev_scan() local490 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in vdev_scan()491 mp_reply.nb_received == 1) { in vdev_scan()492 mp_rep = &mp_reply.msgs[0]; in vdev_scan()495 free(mp_reply.msgs); in vdev_scan()
533 struct rte_mp_reply mp_reply; in pdump_prepare_client_request() local556 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0) { in pdump_prepare_client_request()557 mp_rep = &mp_reply.msgs[0]; in pdump_prepare_client_request()562 free(mp_reply.msgs); in pdump_prepare_client_request()