Searched refs:mp_reply (Results 1 – 4 of 4) sorted by relevance
368 struct rte_mp_reply mp_reply; in eal_dev_hotplug_request_to_primary() local378 ret = rte_mp_request_sync(&mp_req, &mp_reply, &ts); in eal_dev_hotplug_request_to_primary()379 if (ret || mp_reply.nb_received != 1) { in eal_dev_hotplug_request_to_primary()389 free(mp_reply.msgs); in eal_dev_hotplug_request_to_primary()396 struct rte_mp_reply mp_reply; in eal_dev_hotplug_request_to_secondary() local406 ret = rte_mp_request_sync(&mp_req, &mp_reply, &ts); in eal_dev_hotplug_request_to_secondary()416 if (mp_reply.nb_sent != mp_reply.nb_received) { in eal_dev_hotplug_request_to_secondary()418 free(mp_reply.msgs); in eal_dev_hotplug_request_to_secondary()423 for (i = 0; i < mp_reply.nb_received; i++) { in eal_dev_hotplug_request_to_secondary()425 (struct eal_dev_mp_req *)mp_reply.msgs[i].param; in eal_dev_hotplug_request_to_secondary()[all …]
318 mp_rep = &mp_reply.msgs[0]; in vfio_open_group_fd()328 free(mp_reply.msgs); in vfio_open_group_fd()631 mp_reply.nb_received == 1) { in vfio_sync_default_container()632 mp_rep = &mp_reply.msgs[0]; in vfio_sync_default_container()637 free(mp_reply.msgs); in vfio_sync_default_container()1121 mp_rep = &mp_reply.msgs[0]; in vfio_get_default_container_fd()1125 free(mp_reply.msgs); in vfio_get_default_container_fd()1130 free(mp_reply.msgs); in vfio_get_default_container_fd()1255 mp_rep = &mp_reply.msgs[0]; in rte_vfio_get_container_fd()1259 free(mp_reply.msgs); in rte_vfio_get_container_fd()[all …]
470 struct rte_mp_reply mp_reply; in vdev_scan() local479 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in vdev_scan()480 mp_reply.nb_received == 1) { in vdev_scan()481 mp_rep = &mp_reply.msgs[0]; in vdev_scan()484 free(mp_reply.msgs); in vdev_scan()
440 struct rte_mp_reply mp_reply; in pdump_prepare_client_request() local467 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0) { in pdump_prepare_client_request()468 mp_rep = &mp_reply.msgs[0]; in pdump_prepare_client_request()473 free(mp_reply.msgs); in pdump_prepare_client_request()