Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1847 ASSERT((pp->pp_tw_head != NULL) && in ehci_start_periodic_pipe_polling()
2668 next_tw = pp->pp_tw_head; in ehci_traverse_qtds()
3083 if (pp->pp_tw_head == NULL) { in ehci_create_transfer_wrapper()
3084 pp->pp_tw_head = tw; in ehci_create_transfer_wrapper()
3436 if (pp->pp_tw_head == tw) { in ehci_deallocate_tw()
3438 pp->pp_tw_head = NULL; in ehci_deallocate_tw()
3441 pp->pp_tw_head = tw->tw_next; in ehci_deallocate_tw()
3444 prev = pp->pp_tw_head; in ehci_deallocate_tw()
3485 ehci_trans_wrapper_t *head_tw = pp->pp_tw_head; in ehci_free_dma_resources()
3506 pp->pp_tw_head = NULL; in ehci_free_dma_resources()
[all …]
H A Dehci_polled.c598 tw = pp->pp_tw_head; in ehci_hcdi_polled_write()
1594 tw = pp->pp_tw_head; in ehci_polled_insert_bulk_qtd()
1946 next_tw = pp->pp_tw_head; in ehci_polled_traverse_qtds()
2089 if (pp->pp_tw_head == NULL) { in ehci_polled_create_tw()
2090 pp->pp_tw_head = tw; in ehci_polled_create_tw()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c500 tw = pp->pp_tw_head; in ohci_hcdi_polled_write()
802 next_tw = pp->pp_tw_head; in ohci_polled_fini()
2096 tw = pp->pp_tw_head; in ohci_polled_insert_bulk_td()
2198 if (pp->pp_tw_head == NULL) { in ohci_polled_create_tw()
2199 pp->pp_tw_head = tw; in ohci_polled_create_tw()
H A Dohci.c6518 ohci_trans_wrapper_t *head_tw = pp->pp_tw_head; in ohci_done_list_tds()
6954 if (pp->pp_tw_head == NULL) { in ohci_create_transfer_wrapper()
6955 pp->pp_tw_head = tw; in ohci_create_transfer_wrapper()
7185 if (pp->pp_tw_head == NULL) { in ohci_create_isoc_transfer_wrapper()
7186 pp->pp_tw_head = tw; in ohci_create_isoc_transfer_wrapper()
7540 if (pp->pp_tw_head == tw) { in ohci_deallocate_tw_resources()
7542 pp->pp_tw_head = NULL; in ohci_deallocate_tw_resources()
7545 pp->pp_tw_head = tw->tw_next; in ohci_deallocate_tw_resources()
7548 prev = pp->pp_tw_head; in ohci_deallocate_tw_resources()
7601 pp->pp_tw_head = NULL; in ohci_free_dma_resources()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1838 if (pp->pp_tw_head == NULL) { in uhci_create_transfer_wrapper()
1839 pp->pp_tw_head = tw; in uhci_create_transfer_wrapper()
2094 uhci_trans_wrapper_t *tw_head = pp->pp_tw_head; in uhci_modify_td_active_bits()
2530 ASSERT(pp->pp_tw_head != NULL); in uhci_deallocate_tw()
2535 head = pp->pp_tw_head; in uhci_deallocate_tw()
2538 pp->pp_tw_head = head->tw_next; in uhci_deallocate_tw()
2539 if (pp->pp_tw_head == NULL) { in uhci_deallocate_tw()
2605 uhci_trans_wrapper_t *tw_head = pp->pp_tw_head; in uhci_remove_tds_tws()
3946 if (pp->pp_tw_head == NULL) { in uhci_create_isoc_transfer_wrapper()
3947 pp->pp_tw_head = tw; in uhci_create_isoc_transfer_wrapper()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h291 struct uhci_trans_wrapper *pp_tw_head; /* Head of the list */ member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h454 struct ohci_trans_wrapper *pp_tw_head; /* Head of the list */ member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h439 struct ehci_trans_wrapper *pp_tw_head; /* Head of the list */ member