Lines Matching refs:msg
20 struct rte_mp_msg msg; member
89 const struct rte_mp_msg *msg = &bundle->msg; in __handle_secondary_request() local
91 (const struct eal_dev_mp_req *)msg->param; in __handle_secondary_request()
185 handle_secondary_request(const struct rte_mp_msg *msg, const void *peer) in handle_secondary_request() argument
189 (const struct eal_dev_mp_req *)msg->param; in handle_secondary_request()
198 bundle->msg = *msg; in handle_secondary_request()
228 struct rte_mp_msg *msg = &bundle->msg; in __handle_primary_request() local
230 (const struct eal_dev_mp_req *)msg->param; in __handle_primary_request()
306 handle_primary_request(const struct rte_mp_msg *msg, const void *peer) in handle_primary_request() argument
310 (const struct eal_dev_mp_req *)msg->param; in handle_primary_request()
331 bundle->msg = *msg; in handle_primary_request()