Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h398 size_t tw_isoc_strtlen; member
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h614 size_t tw_isoc_strtlen; member
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c7067 tw->tw_isoc_strtlen = sizeof (ohci_isoc_buf_t) * td_count; in ohci_create_isoc_transfer_wrapper()
7068 if ((tw->tw_isoc_bufs = kmem_zalloc(tw->tw_isoc_strtlen, in ohci_create_isoc_transfer_wrapper()
7118 kmem_free(tw->tw_isoc_bufs, tw->tw_isoc_strtlen); in ohci_create_isoc_transfer_wrapper()
7152 kmem_free(tw->tw_isoc_bufs, tw->tw_isoc_strtlen); in ohci_create_isoc_transfer_wrapper()
7194 kmem_free(tw->tw_isoc_bufs, tw->tw_isoc_strtlen); in ohci_create_isoc_transfer_wrapper()
7647 if (tw->tw_isoc_strtlen > 0) { in ohci_free_tw()
7658 kmem_free(tw->tw_isoc_bufs, tw->tw_isoc_strtlen); in ohci_free_tw()
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2480 if (tw->tw_isoc_strtlen > 0) { in uhci_free_tw()
2489 kmem_free(tw->tw_isoc_bufs, tw->tw_isoc_strtlen); in uhci_free_tw()
3940 tw->tw_isoc_strtlen = strtlen; in uhci_create_isoc_transfer_wrapper()