Searched refs:EP_STOP_CMD_PENDING (Results 1 – 3 of 3) sorted by relevance
495 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()1147 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()1155 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()1169 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()1620 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_command_timeout()
1723 if (!(ep->ep_state & EP_STOP_CMD_PENDING)) { in xhci_urb_dequeue()1729 ep->ep_state |= EP_STOP_CMD_PENDING; in xhci_urb_dequeue()3834 virt_dev->eps[i].ep_state &= ~EP_STOP_CMD_PENDING; in xhci_free_dev()
943 #define EP_STOP_CMD_PENDING (1 << 2) /* For URB cancellation */ macro