Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_vfio_mp_sync.c55 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()
H A Deal_vfio.c313 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()
/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_mp.c163 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()
H A Deal_common_proc.c305 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()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_eal.h168 int num_fds; member
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_mp.c82 mp_res.num_fds = 1; in mp_primary_handle()
307 MLX4_ASSERT(mp_res->num_fds == 1); in mlx4_mp_req_verbs_cmd_fd()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.c135 MLX5_ASSERT(mp_res->num_fds == 1); in mlx5_mp_req_verbs_cmd_fd()
/f-stack/dpdk/drivers/bus/vdev/
H A Dvdev.c407 mp_resp.num_fds = 0; in vdev_action()
477 mp_req.num_fds = 0; in vdev_scan()
/f-stack/dpdk/lib/librte_pdump/
H A Drte_pdump.c343 mp_resp.num_fds = 0; in pdump_server()
466 mp_req.num_fds = 0; in pdump_prepare_client_request()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c55 mp_res.num_fds = 1; in mlx5_mp_os_primary_handle()
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c2336 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()
/f-stack/dpdk/drivers/net/memif/
H A Drte_eth_memif.c110 reply.num_fds = 1; in memif_mp_send_region()
171 if (reply->num_fds < 1) { in memif_mp_request_regions()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst249 * ``num_fds`` - number of file descriptors to send.