Searched refs:pp_itw_head (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c271 if (pp->pp_itw_head == NULL) {
279 if (pp->pp_itw_head) {
852 curr_itw = pp->pp_itw_head;
898 if (pp->pp_itw_head == NULL) {
907 curr_itw = pp->pp_itw_head;
1162 if (pp->pp_itw_head == NULL) {
H A Dehci_isoch_util.c459 if (pp->pp_itw_head == NULL) {
460 pp->pp_itw_head = itw;
541 if (pp->pp_itw_head == itw) {
543 pp->pp_itw_head = NULL;
546 pp->pp_itw_head = itw->itw_next;
549 prev = pp->pp_itw_head;
H A Dehci_xfer.c1853 ASSERT((pp->pp_itw_head != NULL) &&
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h442 struct ehci_isoc_xwrapper *pp_itw_head; /* Head of the list */ member in struct:ehci_pipe_private

Completed in 75 milliseconds