Lines Matching refs:param
67 (struct eal_dev_mp_req *)mp_resp.param; in send_response_to_secondary()
84 __handle_secondary_request(void *param) in __handle_secondary_request() argument
86 struct mp_reply_bundle *bundle = param; in __handle_secondary_request()
89 (const struct eal_dev_mp_req *)msg->param; in __handle_secondary_request()
188 (const struct eal_dev_mp_req *)msg->param; in handle_secondary_request()
224 static void __handle_primary_request(void *param) in __handle_primary_request() argument
226 struct mp_reply_bundle *bundle = param; in __handle_primary_request()
229 (const struct eal_dev_mp_req *)msg->param; in __handle_primary_request()
232 (struct eal_dev_mp_req *)mp_resp.param; in __handle_primary_request()
309 (const struct eal_dev_mp_req *)msg->param; in handle_primary_request()
311 (struct eal_dev_mp_req *)mp_resp.param; in handle_primary_request()
374 memcpy(mp_req.param, req, sizeof(*req)); in eal_dev_hotplug_request_to_primary()
386 resp = (struct eal_dev_mp_req *)mp_reply.msgs[0].param; in eal_dev_hotplug_request_to_primary()
402 memcpy(mp_req.param, req, sizeof(*req)); in eal_dev_hotplug_request_to_secondary()
425 (struct eal_dev_mp_req *)mp_reply.msgs[i].param; in eal_dev_hotplug_request_to_secondary()