Home
last modified time | relevance | path

Searched refs:multifunction_device (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/drivers/pcie/host/
Dcontroller.c271 bool multifunction_device = false; in pcie_generic_ctrl_enumerate_endpoint() local
286 multifunction_device = PCIE_CONF_MULTIFUNCTION(data); in pcie_generic_ctrl_enumerate_endpoint()
298 multifunction_device ? "true" : "false"); in pcie_generic_ctrl_enumerate_endpoint()
301 if (PCIE_BDF_TO_FUNC(bdf) == 0 && !multifunction_device) { in pcie_generic_ctrl_enumerate_endpoint()