Searched refs:ed_bulktail (Results 1 – 2 of 2) sorted by relevance
702 if (ohci->ed_bulktail == NULL) in ep_link()705 ohci->ed_bulktail->hwNextED = in ep_link()708 ed->ed_prev = ohci->ed_bulktail; in ep_link()709 if (!ohci->ed_bulktail && !ohci->ed_rm_list[0] && in ep_link()714 ohci->ed_bulktail = edi; in ep_link()819 if (ohci->ed_bulktail == ed) { in ep_unlink()820 ohci->ed_bulktail = ed->ed_prev; in ep_unlink()
399 ed_t *ed_bulktail; /* last endpoint of bulk list */ member