Lines Matching refs:dmar_bdf
43 union pci_bdf dmar_bdf; in dmar_path_bdf() local
45 dmar_bdf.bits.b = busno; in dmar_path_bdf()
46 dmar_bdf.bits.d = path->device; in dmar_path_bdf()
47 dmar_bdf.bits.f = path->function; in dmar_path_bdf()
50 dmar_bdf.bits.b = get_secondary_bus(dmar_bdf.bits.b, dmar_bdf.bits.d, dmar_bdf.bits.f); in dmar_path_bdf()
51 dmar_bdf.bits.d = path[i].device; in dmar_path_bdf()
52 dmar_bdf.bits.f = path[i].function; in dmar_path_bdf()
54 return dmar_bdf; in dmar_path_bdf()
61 union pci_bdf dmar_bdf; in handle_dmar_devscope() local
71 dmar_bdf = dmar_path_bdf(path_len, apci_devscope->bus, path); in handle_dmar_devscope()
74 dev_scope->bus = dmar_bdf.fields.bus; in handle_dmar_devscope()
75 dev_scope->devfun = dmar_bdf.fields.devfun; in handle_dmar_devscope()