Searched refs:num_fds (Results 1 – 13 of 13) sorted by relevance
55 reply.num_fds = 1; in vfio_mp_primary()66 reply.num_fds = 1; in vfio_mp_primary()77 reply.num_fds = 1; in vfio_mp_primary()
313 mp_req.num_fds = 0; in vfio_open_group_fd()320 if (p->result == SOCKET_OK && mp_rep->num_fds == 1) { in vfio_open_group_fd()627 mp_req.num_fds = 0; in vfio_sync_default_container()1117 mp_req.num_fds = 0; in vfio_get_default_container_fd()1123 if (p->result == SOCKET_OK && mp_rep->num_fds == 1) { in vfio_get_default_container_fd()1250 mp_req.num_fds = 0; in rte_vfio_get_container_fd()1257 if (p->result == SOCKET_OK && mp_rep->num_fds == 1) { in rte_vfio_get_container_fd()
163 reply.num_fds = 0; in handle_sync()280 resp_msg.num_fds = 0; in handle_request()304 sr_msg.num_fds = 0; in handle_request()398 msg.num_fds = 0; in handle_sync_response()422 msg.num_fds = 0; in handle_sync_response()452 rb_msg.num_fds = 0; in handle_sync_response()522 msg.num_fds = 0; in handle_rollback_response()584 msg.num_fds = 0; in request_sync()674 msg.num_fds = 0; in request_to_primary()
305 if (m->msg.num_fds < 0 || m->msg.num_fds > RTE_MP_MAX_FD_NUM) { in read_msg()669 int fd_size = msg->num_fds * sizeof(int); in send_msg()791 if (msg->num_fds < 0) { in check_input()803 if (msg->num_fds > RTE_MP_MAX_FD_NUM) { in check_input()
168 int num_fds; member
82 mp_res.num_fds = 1; in mp_primary_handle()307 MLX4_ASSERT(mp_res->num_fds == 1); in mlx4_mp_req_verbs_cmd_fd()
135 MLX5_ASSERT(mp_res->num_fds == 1); in mlx5_mp_req_verbs_cmd_fd()
407 mp_resp.num_fds = 0; in vdev_action()477 mp_req.num_fds = 0; in vdev_scan()
343 mp_resp.num_fds = 0; in pdump_server()466 mp_req.num_fds = 0; in pdump_prepare_client_request()
55 mp_res.num_fds = 1; in mlx5_mp_os_primary_handle()
2336 if (reply_param->rxq_count + reply_param->txq_count != reply->num_fds) { in tap_mp_attach_queues()2379 reply.num_fds = 0; in tap_mp_sync_queues()2388 reply.fds[reply.num_fds++] = process_private->rxq_fds[queue]; in tap_mp_sync_queues()2395 reply.fds[reply.num_fds++] = process_private->txq_fds[queue]; in tap_mp_sync_queues()
110 reply.num_fds = 1; in memif_mp_send_region()171 if (reply->num_fds < 1) { in memif_mp_request_regions()
249 * ``num_fds`` - number of file descriptors to send.