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

/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.c512 if (cdnsp_last_trb_on_seg(segment, event)) {
571 if (!cdnsp_last_trb_on_seg(event_deq_seg, event)) {
1405 if (!cdnsp_last_trb_on_seg(event_deq_seg, event)) {
H A Dcdnsp-ring.c92 bool cdnsp_last_trb_on_seg(struct cdnsp_segment *seg, union cdnsp_trb *trb) function
101 return cdnsp_last_trb_on_seg(seg, trb) && (seg->next == ring->first_seg);
150 if (!cdnsp_last_trb_on_seg(ring->deq_seg, ring->dequeue)) {
H A Dcdnsp-gadget.h1515 bool cdnsp_last_trb_on_seg(struct cdnsp_segment *seg, union cdnsp_trb *trb);

Completed in 279 milliseconds