Home
last modified time | relevance | path

Searched refs:num_fds (Results 1 – 14 of 14) sorted by relevance

/dpdk/lib/eal/linux/
H A Deal_vfio_mp_sync.c54 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()
H A Deal_vfio.c401 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()
/dpdk/lib/eal/common/
H A Dmalloc_mp.c163 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()
H A Deal_common_proc.c313 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()
/dpdk/drivers/net/mlx4/
H A Dmlx4_mp.c82 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()
/dpdk/lib/eal/include/
H A Drte_eal.h166 int num_fds; member
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c94 mp_res.num_fds = 1; in mlx5_mp_os_primary_handle()
241 mp_req.num_fds = 1; in mp_req_on_rxtx()
/dpdk/drivers/bus/vdev/
H A Dvdev.c418 mp_resp.num_fds = 0; in vdev_action()
488 mp_req.num_fds = 0; in vdev_scan()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.c183 MLX5_ASSERT(mp_res->num_fds == 1); in mlx5_mp_req_verbs_cmd_fd()
/dpdk/drivers/net/af_xdp/
H A Drte_eth_af_xdp.c1871 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()
/dpdk/lib/pdump/
H A Drte_pdump.c408 mp_resp.num_fds = 0; in pdump_server()
555 mp_req.num_fds = 0; in pdump_prepare_client_request()
/dpdk/drivers/net/tap/
H A Drte_eth_tap.c900 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()
/dpdk/drivers/net/memif/
H A Drte_eth_memif.c107 reply.num_fds = 1; in memif_mp_send_region()
168 if (reply->num_fds < 1) { in memif_mp_request_regions()
/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst249 * ``num_fds`` - number of file descriptors to send.