Lines Matching full:ufp
185 device_t ufp; in tb_pcib_probe_common() local
190 ufp = NULL; in tb_pcib_probe_common()
191 if ((TB_FIND_UFP(dev, &ufp) == 0) && (ufp == dev)) in tb_pcib_probe_common()
216 device_t ufp; in tb_pcib_attach_common() local
244 ufp = NULL; in tb_pcib_attach_common()
245 if ((TB_FIND_UFP(dev, &ufp) == 0) && (ufp != NULL)) { in tb_pcib_attach_common()
246 if (ufp == dev) { in tb_pcib_attach_common()
461 * The Upstream Facing Port (UFP) in a switch is special, it's the function
467 tb_pcib_find_ufp(device_t dev, device_t *ufp) in tb_pcib_find_ufp() argument
505 error = TB_FIND_UFP(device_get_parent(dev), ufp); in tb_pcib_find_ufp()
514 if (ufp != NULL) in tb_pcib_find_ufp()
515 *ufp = upstream; in tb_pcib_find_ufp()