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

/freebsd-current/sys/dev/pci/
H A Dpci.c984 cfg->pcie.pcie_type = val & PCIEM_FLAGS_TYPE;
4363 dinfo->cfg.pcie.pcie_type == PCIEM_TYPE_ROOT_PORT) {
6163 if (version > 1 || cfg->pcie_type == PCIEM_TYPE_ROOT_PORT ||
6164 cfg->pcie_type == PCIEM_TYPE_ENDPOINT ||
6165 cfg->pcie_type == PCIEM_TYPE_LEGACY_ENDPOINT)
6168 if (version > 1 || (cfg->pcie_type == PCIEM_TYPE_ROOT_PORT ||
6169 (cfg->pcie_type == PCIEM_TYPE_DOWNSTREAM_PORT &&
6173 if (version > 1 || cfg->pcie_type == PCIEM_TYPE_ROOT_PORT ||
6174 cfg->pcie_type == PCIEM_TYPE_ROOT_EC)
6283 if (version > 1 || cfg->pcie_type
[all...]
H A Dpcivar.h144 uint8_t pcie_type; /* Device type. */ member in struct:pcicfg_pcie
H A Dpci_pci.c3148 (pdinfo->cfg.pcie.pcie_type == PCIEM_TYPE_DOWNSTREAM_PORT ||
3149 pdinfo->cfg.pcie.pcie_type == PCIEM_TYPE_ROOT_PORT)) {

Completed in 182 milliseconds