Searched refs:exp_type (Results 1 – 1 of 1) sorted by relevance
464 rt_uint16_t exp_type = pdev->exp_flags & PCIEM_FLAGS_TYPE; in pcie_fixup_link() local471 if (exp_type != PCIEM_TYPE_ROOT_PORT && in pcie_fixup_link()472 exp_type != PCIEM_TYPE_DOWNSTREAM_PORT && in pcie_fixup_link()473 exp_type != PCIEM_TYPE_PCIE_BRIDGE) in pcie_fixup_link()622 rt_uint16_t exp_type = pdev->exp_flags & PCIEM_FLAGS_TYPE; in only_one_child() local624 if (exp_type == PCIEM_TYPE_ROOT_PORT || in only_one_child()625 exp_type == PCIEM_TYPE_DOWNSTREAM_PORT || in only_one_child()626 exp_type == PCIEM_TYPE_PCIE_BRIDGE) in only_one_child()
Completed in 3 milliseconds