sc_bulk_head      702 dev/usb/ohci.c 	sc->sc_bulk_head = ohci_alloc_sed(sc);
sc_bulk_head      703 dev/usb/ohci.c 	if (sc->sc_bulk_head == NULL) {
sc_bulk_head      707 dev/usb/ohci.c 	sc->sc_bulk_head->ed.ed_flags |= htole32(OHCI_ED_SKIP);
sc_bulk_head      815 dev/usb/ohci.c 	OWRITE4(sc, OHCI_BULK_HEAD_ED, sc->sc_bulk_head->physaddr);
sc_bulk_head      882 dev/usb/ohci.c 	ohci_free_sed(sc, sc->sc_bulk_head);
sc_bulk_head     1007 dev/usb/ohci.c 		OWRITE4(sc, OHCI_BULK_HEAD_ED, sc->sc_bulk_head->physaddr);
sc_bulk_head     2105 dev/usb/ohci.c 			ohci_add_ed(sed, sc->sc_bulk_head);
sc_bulk_head     2972 dev/usb/ohci.c 	ohci_close_pipe(pipe, sc->sc_bulk_head);
sc_bulk_head      101 dev/usb/ohcivar.h 	ohci_soft_ed_t *sc_bulk_head;