Home | History | Annotate | Download | only in host

Lines Matching refs:ed_bulktail

698 		if (ohci->ed_bulktail == NULL)
701 ohci->ed_bulktail->hwNextED =
704 ed->ed_prev = ohci->ed_bulktail;
705 if (!ohci->ed_bulktail && !ohci->ed_rm_list[0] &&
710 ohci->ed_bulktail = edi;
815 if (ohci->ed_bulktail == ed) {
816 ohci->ed_bulktail = ed->ed_prev;