Searched refs:PCI_RID2BUS (Results 1 – 4 of 4) sorted by relevance
375 bus = PCI_RID2BUS(rid); in vtd_add_device()413 bus = PCI_RID2BUS(rid); in vtd_remove_device()
110 ctxp = dmar_map_pgtbl(ctx->dmar->ctx_obj, 1 + PCI_RID2BUS(ctx->rid), in dmar_map_ctx_entry()293 dmar_ensure_ctx_page(dmar, PCI_RID2BUS(rid)); in dmar_get_ctx()
219 bus = PCI_RID2BUS(sid); in dmar_fault_task()
67 #define PCI_RID2BUS(rid) (((rid) >> PCI_RID_BUS_SHIFT) & PCI_BUSMAX) macro