Searched refs:dev_func (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/public/zircon/syscalls/
H A Diommu.h45 // |dev_func[0]| is the address on |start_bus| of the first bridge in the
46 // path (excluding the host bridge). |dev_func[num_hops-1]| is the address
48 uint8_t dev_func[5]; member in struct:zx_iommu_desc_intel_scope
/fuchsia/zircon/system/dev/bus/acpi/
H A Diommu.c49 if (countof(desc_scope->dev_func) < desc_scope->num_hops) {
65 desc_scope->dev_func[i] = (dev << 3) | func;
148 if (scope->dev_func[i] != other_scope.dev_func[i]) {
578 uint8_t dev_func = (uint8_t)bdf; local
603 if (scopes[i].dev_func[0] == dev_func) {
/fuchsia/zircon/kernel/dev/iommu/intel/
H A Diommu_impl.cpp151 if (scopes[i].num_hops > fbl::count_of(scopes[0].dev_func)) {
196 if (scopes[i].num_hops > fbl::count_of(scopes[0].dev_func)) {
233 scopes[i].dev_func[0] == bdf.packed_dev_and_func()) {
439 bdf.set_dev(static_cast<uint8_t>(scopes[i].dev_func[0] >> 3));
440 bdf.set_func(static_cast<uint8_t>(scopes[i].dev_func[0] & 0x7));

Completed in 88 milliseconds