Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h233 #define TD_FLAG_FREE 0x1 macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c289 uhcip->uhci_td_pool_addr[i].flag = TD_FLAG_FREE; in uhci_allocate_pools()
365 if ((flag != TD_FLAG_FREE) && in uhci_free_pools()
955 dummy_td->flag = TD_FLAG_FREE; in uhci_alloc_queue_head()
2592 td->flag = TD_FLAG_FREE; in uhci_delete_td()
2653 dummy_td->flag = TD_FLAG_FREE; in uhci_remove_qh()
2751 if (uhcip->uhci_td_pool_addr[index].flag == TD_FLAG_FREE) { in uhci_allocate_td_from_pool()
H A Duhcipolled.c553 uhci_polledp->uhci_polled_td->flag = TD_FLAG_FREE; in uhci_polled_fini()