Searched refs:cdnsp_last_trb_on_seg (Results 1 – 3 of 3) sorted by relevance
512 if (cdnsp_last_trb_on_seg(segment, event)) { in cdnsp_invalidate_ep_events()571 if (!cdnsp_last_trb_on_seg(event_deq_seg, event)) { in cdnsp_wait_for_cmd_compl()1407 if (!cdnsp_last_trb_on_seg(event_deq_seg, event)) { in cdnsp_consume_all_events()
92 bool cdnsp_last_trb_on_seg(struct cdnsp_segment *seg, union cdnsp_trb *trb) in cdnsp_last_trb_on_seg() function101 return cdnsp_last_trb_on_seg(seg, trb) && (seg->next == ring->first_seg); in cdnsp_last_trb_on_ring()150 if (!cdnsp_last_trb_on_seg(ring->deq_seg, ring->dequeue)) { in cdnsp_inc_deq()
1520 bool cdnsp_last_trb_on_seg(struct cdnsp_segment *seg, union cdnsp_trb *trb);