Searched refs:pshadow (Results 1 – 9 of 9) sorted by relevance
155 kfree(ehci->pshadow); in ehci_mem_cleanup()156 ehci->pshadow = NULL; in ehci_mem_cleanup()238 ehci->pshadow = kcalloc(ehci->periodic_size, sizeof(void *), flags); in ehci_mem_init()239 if (ehci->pshadow != NULL) in ehci_mem_init()
78 union ehci_shadow *prev_p = &ehci->pshadow[frame]; in periodic_unlink()458 here = ehci->pshadow [frame]; in tt_no_collision()561 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic()1741 union ehci_shadow *prev = &ehci->pshadow[frame]; in itd_link()2158 sitd->sitd_next = ehci->pshadow [frame]; in sitd_link()2160 ehci->pshadow [frame].sitd = sitd; in sitd_link()2408 q_p = &ehci->pshadow [frame]; in scan_isoc()
735 kfree(oxu->pshadow); in ehci_mem_cleanup()736 oxu->pshadow = NULL; in ehci_mem_cleanup()770 oxu->pshadow = kcalloc(oxu->periodic_size, sizeof(void *), flags); in ehci_mem_init()771 if (oxu->pshadow != NULL) in ehci_mem_init()1826 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink()1852 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs()1948 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic()2290 q_p = &oxu->pshadow[frame]; in scan_periodic()
403 union ehci_shadow *pshadow; /* mirror hw periodic table */ member
556 p = fotg210->pshadow[i]; in fill_periodic_buffer()1941 kfree(fotg210->pshadow); in fotg210_mem_cleanup()1942 fotg210->pshadow = NULL; in fotg210_mem_cleanup()1993 fotg210->pshadow = kcalloc(fotg210->periodic_size, sizeof(void *), in fotg210_mem_init()1995 if (fotg210->pshadow != NULL) in fotg210_mem_init()3342 union fotg210_shadow *prev_p = &fotg210->pshadow[frame]; in periodic_unlink()3373 union fotg210_shadow *q = &fotg210->pshadow[frame]; in periodic_usecs()3447 here = fotg210->pshadow[frame]; in tt_no_collision()3531 union fotg210_shadow *prev = &fotg210->pshadow[i]; in qh_link_periodic()4363 union fotg210_shadow *prev = &fotg210->pshadow[frame]; in itd_link()[all …]
120 union fotg210_shadow *pshadow; /* mirror hw periodic table */ member
168 union ehci_shadow *pshadow; /* mirror hw periodic table */ member
650 p = ehci->pshadow [i]; in fill_periodic_buffer()
1824 struct page *pshadow[dd->rcv_entries.group_size]; in exp_tid_free() local1842 pshadow[pcount] = pages[i]; in exp_tid_free()1849 hfi1_release_user_pages(pshadow, pcount); in exp_tid_free()