Searched refs:TRB_STATUS (Results 1 – 3 of 3) sorted by relevance
1367 #define TRB_STATUS 4 macro1440 case TRB_STATUS: in xhci_trb_type_string()2312 case TRB_STATUS: in xhci_decode_trb()
2148 if (trb_type != TRB_STATUS) { in process_ctrl_td()2174 case TRB_STATUS: in process_ctrl_td()3679 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
5982 - if (trb_type != TRB_STATUS) {5984 + if (trb_type != TRB_STATUS)6103 + field = TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state;