Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_mp.c434 struct rte_mp_msg rb_msg; in handle_sync_response() local
436 (struct malloc_mp_req *)rb_msg.param; in handle_sync_response()
442 memset(&rb_msg, 0, sizeof(rb_msg)); in handle_sync_response()
452 rb_msg.num_fds = 0; in handle_sync_response()
453 rb_msg.len_param = sizeof(*rb); in handle_sync_response()
454 strlcpy(rb_msg.name, MP_ACTION_ROLLBACK, sizeof(rb_msg.name)); in handle_sync_response()
465 ret = rte_mp_request_async(&rb_msg, &ts, in handle_sync_response()