Searched refs:drc_id (Results 1 – 1 of 1) sorted by relevance
208 union drc_identifier drc_id; member586 union drc_identifier *drc_id) in spapr_hotplug_req_event() argument652 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() local677 drc_id.index = spapr_drc_index(drc); in spapr_hotplug_req_add_by_index()[all …]