ehci_shadow
union ehci_shadow p, *seen;
union ehci_shadow *prev = &ehci->pshadow[frame];
union ehci_shadow here = *prev;
union ehci_shadow q, *q_p;
static union ehci_shadow *
periodic_next_shadow(struct ehci_hcd *ehci, union ehci_shadow *periodic,
union ehci_shadow here;
shadow_next_periodic(struct ehci_hcd *ehci, union ehci_shadow *periodic,
union ehci_shadow *prev = &ehci->pshadow[i];
union ehci_shadow here = *prev;
union ehci_shadow *prev_p = &ehci->pshadow[frame];
union ehci_shadow here = *prev_p;
union ehci_shadow *pshadow; /* mirror hw periodic table */
union ehci_shadow qh_next; /* ptr to qh; or periodic */
union ehci_shadow itd_next; /* ptr to periodic q entry */
union ehci_shadow sitd_next; /* ptr to periodic q entry */
union ehci_shadow fstn_next; /* ptr to periodic q entry */
static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic,
union ehci_shadow *prev_p = &oxu->pshadow[frame];
union ehci_shadow here = *prev_p;
union ehci_shadow *q = &oxu->pshadow[frame];
union ehci_shadow *prev = &oxu->pshadow[i];
union ehci_shadow here = *prev;
union ehci_shadow q, *q_p;
union ehci_shadow temp;
union ehci_shadow qh_next; /* ptr to qh; or periodic */
union ehci_shadow *pshadow; /* mirror hw periodic table */