Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_mp.c165 reply.len_param = sizeof(*resp); in handle_sync()
281 resp_msg.len_param = sizeof(*resp); in handle_request()
305 sr_msg.len_param = sizeof(*sr); in handle_request()
399 msg.len_param = sizeof(*resp); in handle_sync_response()
423 msg.len_param = sizeof(*resp); in handle_sync_response()
453 rb_msg.len_param = sizeof(*rb); in handle_sync_response()
523 msg.len_param = sizeof(*resp); in handle_rollback_response()
585 msg.len_param = sizeof(*req); in request_sync()
675 msg.len_param = sizeof(*msg_req); in request_to_primary()
H A Dhotplug_mp.c71 mp_resp.len_param = sizeof(*resp); in send_response_to_secondary()
294 mp_resp.len_param = sizeof(*req); in __handle_primary_request()
317 mp_resp.len_param = sizeof(*req); in handle_primary_request()
375 mp_req.len_param = sizeof(*req); in eal_dev_hotplug_request_to_primary()
403 mp_req.len_param = sizeof(*req); in eal_dev_hotplug_request_to_secondary()
H A Deal_common_proc.c309 if (m->msg.len_param < 0 || m->msg.len_param > RTE_MP_MAX_PARAM_LEN) { in read_msg()
785 if (msg->len_param < 0) { in check_input()
797 if (msg->len_param > RTE_MP_MAX_PARAM_LEN) { in check_input()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_vfio_mp_sync.c35 if (msg->len_param != sizeof(*m)) { in vfio_mp_primary()
103 reply.len_param = sizeof(*r); in vfio_mp_primary()
H A Deal_vfio.c312 mp_req.len_param = sizeof(*p); in vfio_open_group_fd()
626 mp_req.len_param = sizeof(*p); in vfio_sync_default_container()
1116 mp_req.len_param = sizeof(*p); in vfio_get_default_container_fd()
1249 mp_req.len_param = sizeof(*p); in rte_vfio_get_container_fd()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.h78 msg->len_param = sizeof(*param); in mp_init_msg()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_eal.h167 int len_param; member
/f-stack/dpdk/lib/librte_pdump/
H A Drte_pdump.c331 if (mp_msg->len_param != sizeof(*cli_req)) { in pdump_server()
342 mp_resp.len_param = sizeof(*resp); in pdump_server()
465 mp_req.len_param = sizeof(*req); in pdump_prepare_client_request()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_mp.c35 msg->len_param = sizeof(*param); in mp_init_msg()
/f-stack/dpdk/drivers/bus/vdev/
H A Dvdev.c406 mp_resp.len_param = sizeof(*ou); in vdev_action()
476 mp_req.len_param = sizeof(*req); in vdev_scan()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_mp.c35 msg->len_param = sizeof(*param); in mp_init_msg()
/f-stack/dpdk/drivers/net/memif/
H A Drte_eth_memif.c112 reply.len_param = sizeof(*reply_param); in memif_mp_send_region()
150 msg.len_param = sizeof(*msg_param); in memif_mp_request_regions()
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c2323 request.len_param = sizeof(*request_param); in tap_mp_attach_queues()
2404 reply.len_param = sizeof(*reply_param); in tap_mp_sync_queues()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst247 * ``len_param`` - length of message data.