Lines Matching refs:is_short
599 int is_last, is_short; in write_fifo() local
605 is_last = is_short = 1; in write_fifo()
613 is_short = unlikely (max < ep->fifo_size); in write_fifo()
618 is_last ? "/L" : "", is_short ? "/S" : "", in write_fifo()
626 if (is_short) in write_fifo()
663 int is_short; in write_ep0_fifo() local
669 is_short = (count != EP0_FIFO_SIZE); in write_ep0_fifo()
674 if (unlikely (is_short)) { in write_ep0_fifo()
707 return is_short; in write_ep0_fifo()
725 unsigned bufferspace, count, is_short; in read_fifo() local
744 is_short = (count < ep->ep.maxpacket); in read_fifo()
747 is_short ? "/S" : "", in read_fifo()
774 is_short = 1; in read_fifo()
778 if (is_short || req->req.actual == req->req.length) { in read_fifo()