Lines Matching defs:fifo_ul
323 struct kfifo fifo_ul;
762 size = kfifo_out(&port->fifo_ul, dc->send_buf,
942 if (kfifo_len(&dc->port[port].fifo_ul)) {
946 kfifo_len(&dc->port[port].fifo_ul));
1376 if (kfifo_alloc(&dc->port[i].fifo_ul, FIFO_BUFFER_SIZE_UL,
1444 kfifo_free(&dc->port[i].fifo_ul);
1507 kfifo_free(&dc->port[i].fifo_ul);
1633 rval = kfifo_in(&port->fifo_ul, (unsigned char *)buffer, count);
1669 room = kfifo_avail(&port->fifo_ul);
1816 rval = kfifo_len(&port->fifo_ul);