Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c120 uchar_t ep_attrs = ph_data->p_ep.bmAttributes & in _usba_check_req() local
134 switch (ep_attrs) { in _usba_check_req()
156 if (pipe_type != ep_attrs) { in _usba_check_req()
177 switch (ep_attrs) { in _usba_check_req()
243 switch (ep_attrs) { in _usba_check_req()
504 uchar_t ep_attrs = ph_data->p_ep.bmAttributes & in usba_start_next_req() local
510 switch (ep_attrs) { in usba_start_next_req()
543 if (ep_attrs == USB_EP_ATTR_CONTROL) { in usba_start_next_req()
555 switch (ep_attrs) { in usba_start_next_req()
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c8591 uchar_t ep_attrs = ph->p_ep.bmAttributes; in ohci_check_for_error() local
8658 if ((ep_attrs & USB_EP_ATTR_MASK) != in ohci_check_for_error()