Searched refs:reply_param (Results 1 – 3 of 3) sorted by relevance
2384 struct ipc_queues *reply_param; in tap_mp_attach_queues() local2402 reply_param = (struct ipc_queues *)reply->param; in tap_mp_attach_queues()2406 if (reply_param->rxq_count + reply_param->txq_count != reply->num_fds) { in tap_mp_attach_queues()2411 dev->data->nb_rx_queues = reply_param->rxq_count; in tap_mp_attach_queues()2431 struct ipc_queues *reply_param = in tap_mp_sync_queues() local2447 reply_param->rxq_count = 0; in tap_mp_sync_queues()2456 reply_param->rxq_count++; in tap_mp_sync_queues()2460 reply_param->txq_count = 0; in tap_mp_sync_queues()2463 reply_param->txq_count++; in tap_mp_sync_queues()2470 sizeof(reply_param->port_name)); in tap_mp_sync_queues()[all …]
90 struct mp_region_msg *reply_param = (struct mp_region_msg *)reply.param; in memif_mp_send_region() local103 reply_param->idx = msg_param->idx; in memif_mp_send_region()105 reply_param->size = proc_private->regions[msg_param->idx]->region_size; in memif_mp_send_region()109 reply.len_param = sizeof(*reply_param); in memif_mp_send_region()130 struct mp_region_msg *reply_param; in memif_mp_request_regions() local158 reply_param = (struct mp_region_msg *)reply->param; in memif_mp_request_regions()160 if (reply_param->size > 0) { in memif_mp_request_regions()167 r->region_size = reply_param->size; in memif_mp_request_regions()176 proc_private->regions[reply_param->idx] = r; in memif_mp_request_regions()
1893 struct ipc_hdr *reply_param = in afxdp_mp_send_fds() local1922 strlcpy(reply_param->port_name, request_name, in afxdp_mp_send_fds()1923 sizeof(reply_param->port_name)); in afxdp_mp_send_fds()1924 reply.len_param = sizeof(*reply_param); in afxdp_mp_send_fds()1926 reply_param->port_name); in afxdp_mp_send_fds()