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()
187 (const struct eal_dev_mp_req *)msg->param; in handle_secondary_request()
223 static void __handle_primary_request(void *param) in __handle_primary_request() argument
225 struct mp_reply_bundle *bundle = param; in __handle_primary_request()
228 (const struct eal_dev_mp_req *)msg->param; in __handle_primary_request()
231 (struct eal_dev_mp_req *)mp_resp.param; in __handle_primary_request()
308 (const struct eal_dev_mp_req *)msg->param; in handle_primary_request()
310 (struct eal_dev_mp_req *)mp_resp.param; in handle_primary_request()
373 memcpy(mp_req.param, req, sizeof(*req)); 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()
401 memcpy(mp_req.param, req, sizeof(*req)); 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()