Home
last modified time | relevance | path

Searched refs:cdnsp_last_trb_on_seg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c512 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()
H A Dcdnsp-ring.c92 bool cdnsp_last_trb_on_seg(struct cdnsp_segment *seg, union cdnsp_trb *trb) in cdnsp_last_trb_on_seg() function
101 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()
H A Dcdnsp-gadget.h1520 bool cdnsp_last_trb_on_seg(struct cdnsp_segment *seg, union cdnsp_trb *trb);