Lines Matching refs:is_short
393 int is_last, is_short; in write_fifo() local
399 is_last = is_short = 1; in write_fifo()
407 is_short = unlikely (max < ep->fifo_size); in write_fifo()
412 is_last ? "/L" : "", is_short ? "/S" : "", in write_fifo()
420 if (is_short) in write_fifo()
456 int is_short; in write_ep0_fifo() local
462 is_short = (count != EP0_FIFO_SIZE); in write_ep0_fifo()
467 if (unlikely (is_short)) { in write_ep0_fifo()
500 return is_short; in write_ep0_fifo()
518 unsigned bufferspace, count, is_short; in read_fifo() local
537 is_short = (count < ep->ep.maxpacket); in read_fifo()
540 is_short ? "/S" : "", in read_fifo()
567 is_short = 1; in read_fifo()
571 if (is_short || req->req.actual == req->req.length) { in read_fifo()