Searched refs:msg_param (Results 1 – 1 of 1) sorted by relevance
95 ret = rte_eth_dev_get_port_by_name(msg_param->port_name, &port_id); in memif_mp_send_region()98 msg_param->port_name); in memif_mp_send_region()106 reply_param->idx = msg_param->idx; in memif_mp_send_region()107 if (proc_private->regions[msg_param->idx] != NULL) { in memif_mp_send_region()108 reply_param->size = proc_private->regions[msg_param->idx]->region_size; in memif_mp_send_region()109 reply.fds[0] = proc_private->regions[msg_param->idx]->fd; in memif_mp_send_region()132 struct mp_region_msg *msg_param = (struct mp_region_msg *)msg.param; in memif_mp_request_regions() local147 strlcpy(msg_param->port_name, dev->data->name, in memif_mp_request_regions()148 sizeof(msg_param->port_name)); in memif_mp_request_regions()149 msg_param->idx = i; in memif_mp_request_regions()[all …]