Searched refs:num_fds (Results 1 – 14 of 14) sorted by relevance
54 reply.num_fds = 1; in vfio_mp_primary()65 reply.num_fds = 1; in vfio_mp_primary()76 reply.num_fds = 1; in vfio_mp_primary()
401 mp_req.num_fds = 0; in vfio_open_group_fd()408 if (p->result == SOCKET_OK && mp_rep->num_fds == 1) { in vfio_open_group_fd()681 mp_req.num_fds = 0; in vfio_sync_default_container()1175 mp_req.num_fds = 0; in vfio_get_default_container_fd()1181 if (p->result == SOCKET_OK && mp_rep->num_fds == 1) { in vfio_get_default_container_fd()1310 mp_req.num_fds = 0; in rte_vfio_get_container_fd()1317 if (p->result == SOCKET_OK && mp_rep->num_fds == 1) { in rte_vfio_get_container_fd()
163 reply.num_fds = 0; in handle_sync()336 resp_msg.num_fds = 0; in handle_request()360 sr_msg.num_fds = 0; in handle_request()454 msg.num_fds = 0; in handle_sync_response()478 msg.num_fds = 0; in handle_sync_response()508 rb_msg.num_fds = 0; in handle_sync_response()578 msg.num_fds = 0; in handle_rollback_response()640 msg.num_fds = 0; in request_sync()730 msg.num_fds = 0; in request_to_primary()
313 if (m->msg.num_fds < 0 || m->msg.num_fds > RTE_MP_MAX_FD_NUM) { in read_msg()684 int fd_size = msg->num_fds * sizeof(int); in send_msg()806 if (msg->num_fds < 0) { in check_input()818 if (msg->num_fds > RTE_MP_MAX_FD_NUM) { in check_input()
82 mp_res.num_fds = 1; in mp_primary_handle()199 mp_req.num_fds = 1; in mp_req_on_rxtx()331 MLX4_ASSERT(mp_res->num_fds == 1); in mlx4_mp_req_verbs_cmd_fd()
166 int num_fds; member
94 mp_res.num_fds = 1; in mlx5_mp_os_primary_handle()241 mp_req.num_fds = 1; in mp_req_on_rxtx()
418 mp_resp.num_fds = 0; in vdev_action()488 mp_req.num_fds = 0; in vdev_scan()
183 MLX5_ASSERT(mp_res->num_fds == 1); in mlx5_mp_req_verbs_cmd_fd()
1871 if (dev->data->nb_rx_queues != reply->num_fds) { in afxdp_mp_request_fds()1873 reply->num_fds, dev->data->nb_rx_queues); in afxdp_mp_request_fds()1877 for (i = 0; i < reply->num_fds; i++) in afxdp_mp_request_fds()1910 reply.num_fds = 0; in afxdp_mp_send_fds()1918 reply.fds[reply.num_fds++] = process_private->rxq_xsk_fds[i]; in afxdp_mp_send_fds()
408 mp_resp.num_fds = 0; in pdump_server()555 mp_req.num_fds = 0; in pdump_prepare_client_request()
900 msg.num_fds++; in tap_mp_req_on_rxtx()905 msg.num_fds++; in tap_mp_req_on_rxtx()2406 if (reply_param->rxq_count + reply_param->txq_count != reply->num_fds) { in tap_mp_attach_queues()2446 reply.num_fds = 0; in tap_mp_sync_queues()2455 reply.fds[reply.num_fds++] = process_private->rxq_fds[queue]; in tap_mp_sync_queues()2462 reply.fds[reply.num_fds++] = process_private->txq_fds[queue]; in tap_mp_sync_queues()
107 reply.num_fds = 1; in memif_mp_send_region()168 if (reply->num_fds < 1) { in memif_mp_request_regions()
249 * ``num_fds`` - number of file descriptors to send.