Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c1059 start_frame_number = pp->pp_next_frame_number; in ehci_insert_isoc_to_pfl()
1081 pp->pp_next_frame_number = 0; in ehci_insert_isoc_to_pfl()
1086 if ((pp->pp_next_frame_number) && in ehci_insert_isoc_to_pfl()
1087 (pp->pp_next_frame_number > current_frame_number)) { in ehci_insert_isoc_to_pfl()
1091 start_frame_number = pp->pp_next_frame_number; in ehci_insert_isoc_to_pfl()
1165 pp->pp_next_frame_number = start_frame_number; in ehci_insert_isoc_to_pfl()
/titanic_44/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h447 usb_frame_number_t pp_next_frame_number; /* Next frame no */ member
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h432 usb_frame_number_t pp_next_frame_number; /* Next frame no */ member
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6291 start_frame_number = pp->pp_next_frame_number; in ohci_insert_td_with_frame_number()
6313 pp->pp_next_frame_number = 0; in ohci_insert_td_with_frame_number()
6318 if ((pp->pp_next_frame_number) && in ohci_insert_td_with_frame_number()
6319 (pp->pp_next_frame_number > current_frame_number)) { in ohci_insert_td_with_frame_number()
6323 start_frame_number = pp->pp_next_frame_number; in ohci_insert_td_with_frame_number()
6375 pp->pp_next_frame_number = start_frame_number + isoc_pkts; in ohci_insert_td_with_frame_number()