Home
last modified time | relevance | path

Searched refs:pfl_number (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c1029 uint_t ddic, pfl_number; in ehci_insert_isoc_to_pfl() local
1128 pfl_number = start_frame_number % EHCI_NUM_PERIODIC_FRAME_LISTS; in ehci_insert_isoc_to_pfl()
1131 ehci_periodic_frame_list_table[pfl_number]); in ehci_insert_isoc_to_pfl()
1139 ehci_periodic_frame_list_table[pfl_number], addr); in ehci_insert_isoc_to_pfl()
1191 uint_t pfl_number; in ehci_remove_isoc_from_pfl() local
1209 pfl_number = Get_ITD_FRAME(curr_itd->itd_frame_number) % in ehci_remove_isoc_from_pfl()
1214 (void *)curr_itd, pfl_number); in ehci_remove_isoc_from_pfl()
1217 ehci_periodic_frame_list_table[pfl_number]); in ehci_remove_isoc_from_pfl()
1248 ehci_periodic_frame_list_table[pfl_number], in ehci_remove_isoc_from_pfl()