Searched refs:pending_msg_hdr (Results 1 – 3 of 3) sorted by relevance
421 struct controlvm_message_header *pending_msg_hdr, in controlvm_responder() argument424 if (pending_msg_hdr->id != (u32)cmd_id) in controlvm_responder()427 return controlvm_respond(pending_msg_hdr, response, NULL); in controlvm_responder()436 if (p->pending_msg_hdr->id != cmd_id) in device_changestate_responder()439 controlvm_init_response(&outmsg, p->pending_msg_hdr, response); in device_changestate_responder()484 bus_info->pending_msg_hdr = pmsg_hdr; in visorbus_create()505 kfree(bus_info->pending_msg_hdr); in visorbus_create()532 if (bus_info->pending_msg_hdr) { in visorbus_destroy()545 bus_info->pending_msg_hdr = pmsg_hdr; in visorbus_destroy()610 if (bus_info->pending_msg_hdr) { in visorbus_configure()[all …]
707 if (dev->pending_msg_hdr) in remove_visor_device()1064 if (dev->pending_msg_hdr) in visorbus_remove_instance()
246 struct controlvm_message_header *pending_msg_hdr; member