Lines Matching refs:is_short
603 int is_last, is_short; in write_fifo() local
609 is_last = is_short = 1; in write_fifo()
617 is_short = unlikely (max < ep->fifo_size); in write_fifo()
622 is_last ? "/L" : "", is_short ? "/S" : "", in write_fifo()
630 if (is_short) in write_fifo()
667 int is_short; in write_ep0_fifo() local
673 is_short = (count != EP0_FIFO_SIZE); in write_ep0_fifo()
678 if (unlikely (is_short)) { in write_ep0_fifo()
711 return is_short; in write_ep0_fifo()
729 unsigned bufferspace, count, is_short; in read_fifo() local
748 is_short = (count < ep->ep.maxpacket); in read_fifo()
751 is_short ? "/S" : "", in read_fifo()
778 is_short = 1; in read_fifo()
782 if (is_short || req->req.actual == req->req.length) { in read_fifo()