vf 2727 dev/usb/uhci.c struct uhci_vframe *vf = &sc->sc_vframes[sqh->pos]; vf 2732 dev/usb/uhci.c eqh = vf->eqh; vf 2737 dev/usb/uhci.c vf->eqh = sqh; vf 2738 dev/usb/uhci.c vf->bandwidth++; vf 2745 dev/usb/uhci.c struct uhci_vframe *vf = &sc->sc_vframes[sqh->pos]; vf 2756 dev/usb/uhci.c pqh = uhci_find_prev_qh(vf->hqh, sqh); vf 2760 dev/usb/uhci.c if (vf->eqh == sqh) vf 2761 dev/usb/uhci.c vf->eqh = pqh; vf 2762 dev/usb/uhci.c vf->bandwidth--;