Home
last modified time | relevance | path

Searched refs:drc_id (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_events.c208 union drc_identifier drc_id; member
586 union drc_identifier *drc_id) in spapr_hotplug_req_event() argument
652 hp->drc_id.count = cpu_to_be32(drc_id->count); in spapr_hotplug_req_event()
654 hp->drc_id.index = cpu_to_be32(drc_id->index); in spapr_hotplug_req_event()
660 hp->drc_id.count_indexed.count = in spapr_hotplug_req_event()
661 cpu_to_be32(drc_id->count_indexed.count); in spapr_hotplug_req_event()
662 hp->drc_id.count_indexed.index = in spapr_hotplug_req_event()
663 cpu_to_be32(drc_id->count_indexed.index); in spapr_hotplug_req_event()
675 union drc_identifier drc_id; in spapr_hotplug_req_add_by_index() local
677 drc_id.index = spapr_drc_index(drc); in spapr_hotplug_req_add_by_index()
[all …]