Home
last modified time | relevance | path

Searched refs:ep_allocated (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/cavium/usb/
H A Doctusb.h79 uint8_t ep_allocated; member
H A Doctusb.c155 if (td->qh->ep_allocated) in octusb_host_alloc_endpoint()
193 td->qh->ep_allocated = 1; in octusb_host_alloc_endpoint()
203 if (td->qh->ep_allocated == 0) in octusb_host_free_endpoint()
216 td->qh->ep_allocated = 0; in octusb_host_free_endpoint()
1110 td->qh->ep_allocated = 0; in octusb_setup_standard_chain()