Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Dmalloc_mp.c165 reply.len_param = sizeof(*resp); in handle_sync()
337 resp_msg.len_param = sizeof(*resp); in handle_request()
361 sr_msg.len_param = sizeof(*sr); in handle_request()
455 msg.len_param = sizeof(*resp); in handle_sync_response()
479 msg.len_param = sizeof(*resp); in handle_sync_response()
509 rb_msg.len_param = sizeof(*rb); in handle_sync_response()
579 msg.len_param = sizeof(*resp); in handle_rollback_response()
641 msg.len_param = sizeof(*req); in request_sync()
731 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()
293 mp_resp.len_param = sizeof(*req); in __handle_primary_request()
316 mp_resp.len_param = sizeof(*req); in handle_primary_request()
374 mp_req.len_param = sizeof(*req); in eal_dev_hotplug_request_to_primary()
402 mp_req.len_param = sizeof(*req); in eal_dev_hotplug_request_to_secondary()
H A Deal_common_proc.c317 if (m->msg.len_param < 0 || m->msg.len_param > RTE_MP_MAX_PARAM_LEN) { in read_msg()
800 if (msg->len_param < 0) { in check_input()
812 if (msg->len_param > RTE_MP_MAX_PARAM_LEN) { in check_input()
/dpdk/lib/eal/linux/
H A Deal_vfio_mp_sync.c34 if (msg->len_param != sizeof(*m)) { in vfio_mp_primary()
102 reply.len_param = sizeof(*r); in vfio_mp_primary()
H A Deal_vfio.c400 mp_req.len_param = sizeof(*p); in vfio_open_group_fd()
680 mp_req.len_param = sizeof(*p); in vfio_sync_default_container()
1174 mp_req.len_param = sizeof(*p); in vfio_get_default_container_fd()
1309 mp_req.len_param = sizeof(*p); in rte_vfio_get_container_fd()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.h104 msg->len_param = sizeof(*param); in mp_init_msg()
124 msg->len_param = sizeof(*param); in mp_init_port_agnostic_msg()
/dpdk/lib/eal/include/
H A Drte_eal.h165 int len_param; member
/dpdk/lib/pdump/
H A Drte_pdump.c396 if (mp_msg->len_param != sizeof(*cli_req)) { in pdump_server()
407 mp_resp.len_param = sizeof(*resp); in pdump_server()
554 mp_req.len_param = sizeof(*req); in pdump_prepare_client_request()
/dpdk/drivers/bus/vdev/
H A Dvdev.c417 mp_resp.len_param = sizeof(*ou); in vdev_action()
487 mp_req.len_param = sizeof(*req); in vdev_scan()
/dpdk/drivers/net/hns3/
H A Dhns3_mp.c36 msg->len_param = sizeof(*param); in mp_init_msg()
/dpdk/drivers/net/mlx4/
H A Dmlx4_mp.c35 msg->len_param = sizeof(*param); in mp_init_msg()
/dpdk/drivers/net/tap/
H A Drte_eth_tap.c897 msg.len_param = sizeof(*request_param); in tap_mp_req_on_rxtx()
2393 request.len_param = sizeof(*request_param); in tap_mp_attach_queues()
2471 reply.len_param = sizeof(*reply_param); in tap_mp_sync_queues()
/dpdk/drivers/net/af_xdp/
H A Drte_eth_af_xdp.c1859 request.len_param = sizeof(*request_param); in afxdp_mp_request_fds()
1924 reply.len_param = sizeof(*reply_param); in afxdp_mp_send_fds()
/dpdk/drivers/net/memif/
H A Drte_eth_memif.c109 reply.len_param = sizeof(*reply_param); in memif_mp_send_region()
147 msg.len_param = sizeof(*msg_param); in memif_mp_request_regions()
/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst247 * ``len_param`` - length of message data.
/dpdk/drivers/net/ena/
H A Dena_ethdev.c340 msg->len_param = sizeof(*body); in mp_msg_init()