Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-ring.c2457 case COMP_MISSED_INT: in handle_tx_event()
2601 if (trb_comp_code == COMP_MISSED_INT || !ep->skip) { in handle_tx_event()
2647 } while (ep->skip && trb_comp_code != COMP_MISSED_INT); in handle_tx_event()
Dxhci.h1025 #define COMP_MISSED_INT 23 macro