Lines Matching full:upstream
192 suffix = "(Upstream port)"; in tb_pcib_probe_common()
240 * Determine if this is an upstream or downstream facing device, and in tb_pcib_attach_common()
461 * The Upstream Facing Port (UFP) in a switch is special, it's the function
469 device_t upstream; in tb_pcib_find_ufp() local
474 upstream = NULL; in tb_pcib_find_ufp()
480 upstream = dev; in tb_pcib_find_ufp()
486 * This register is supposed to be filled in on the upstream port in tb_pcib_find_ufp()
495 upstream = dev; in tb_pcib_find_ufp()
503 * implies that we're at the upstream port of the host controller. in tb_pcib_find_ufp()
507 upstream = dev; in tb_pcib_find_ufp()
515 *ufp = upstream; in tb_pcib_find_ufp()