Searched refs:EP_STOP_CMD_PENDING (Results 1 – 3 of 3) sorted by relevance
508 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()1180 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()1214 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()1228 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()1710 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_command_timeout()
1765 if (ep->ep_state & (EP_STOP_CMD_PENDING | EP_HALTED | SET_DEQ_PENDING)) { in xhci_urb_dequeue()1785 ep->ep_state |= EP_STOP_CMD_PENDING; in xhci_urb_dequeue()3973 virt_dev->eps[i].ep_state &= ~EP_STOP_CMD_PENDING; in xhci_free_dev()
665 #define EP_STOP_CMD_PENDING (1 << 2) /* For URB cancellation */ macro