Searched refs:trb_is_link (Results 1 – 1 of 1) sorted by relevance
90 static bool trb_is_link(union xhci_trb *trb) in trb_is_link() function133 if (trb_is_link(trb)) { in trb_to_noop()153 if (trb_is_link(*trb) || last_trb_on_seg(*seg, *trb)) { in next_trb()185 if (!trb_is_link(ring->dequeue)) { in inc_deq()192 while (trb_is_link(ring->dequeue)) { in inc_deq()239 while (trb_is_link(next)) { in inc_enq()295 if (trb_is_link(enq)) { in xhci_num_trbs_free()345 if (trb_is_link(ring->enqueue) && ring->enq_seg->next->trbs == ring->dequeue) in xhci_ring_expansion_needed()453 if (trb_is_link(new_deq)) in xhci_abort_cmd_ring()680 if (cycle_found && trb_is_link(new_deq) && in xhci_move_dequeue_past_td()[all …]