Lines Matching refs:eal_dev_mp_req

61 send_response_to_secondary(const struct eal_dev_mp_req *req,  in send_response_to_secondary()
66 struct eal_dev_mp_req *resp = in send_response_to_secondary()
67 (struct eal_dev_mp_req *)mp_resp.param; in send_response_to_secondary()
88 const struct eal_dev_mp_req *req = in __handle_secondary_request()
89 (const struct eal_dev_mp_req *)msg->param; in __handle_secondary_request()
90 struct eal_dev_mp_req tmp_req; in __handle_secondary_request()
186 const struct eal_dev_mp_req *req = in handle_secondary_request()
187 (const struct eal_dev_mp_req *)msg->param; in handle_secondary_request()
227 const struct eal_dev_mp_req *req = in __handle_primary_request()
228 (const struct eal_dev_mp_req *)msg->param; in __handle_primary_request()
230 struct eal_dev_mp_req *resp = in __handle_primary_request()
231 (struct eal_dev_mp_req *)mp_resp.param; in __handle_primary_request()
307 const struct eal_dev_mp_req *req = in handle_primary_request()
308 (const struct eal_dev_mp_req *)msg->param; in handle_primary_request()
309 struct eal_dev_mp_req *resp = in handle_primary_request()
310 (struct eal_dev_mp_req *)mp_resp.param; in handle_primary_request()
364 int eal_dev_hotplug_request_to_primary(struct eal_dev_mp_req *req) in eal_dev_hotplug_request_to_primary()
369 struct eal_dev_mp_req *resp; in eal_dev_hotplug_request_to_primary()
385 resp = (struct eal_dev_mp_req *)mp_reply.msgs[0].param; in eal_dev_hotplug_request_to_primary()
392 int eal_dev_hotplug_request_to_secondary(struct eal_dev_mp_req *req) in eal_dev_hotplug_request_to_secondary()
423 struct eal_dev_mp_req *resp = in eal_dev_hotplug_request_to_secondary()
424 (struct eal_dev_mp_req *)mp_reply.msgs[i].param; in eal_dev_hotplug_request_to_secondary()