Lines Matching refs:inbufchunk
131 unsigned int inbufchunk; member
350 port->inbufchunk = IN_DESCR_SIZE; in initialize_port()
586 if (port->input && sync_data_avail(port) >= port->inbufchunk) in sync_serial_poll()
1310 port->in_descr[i].after = buf + port->inbufchunk; in start_dma_in()
1315 buf += port->inbufchunk; in start_dma_in()
1453 if ((port->writep + port->inbufchunk <= in handle_rx_packet()
1455 (port->in_buffer_len + port->inbufchunk < IN_BUFFER_SIZE)) { in handle_rx_packet()
1458 port->inbufchunk); in handle_rx_packet()
1459 port->writep += port->inbufchunk; in handle_rx_packet()
1468 port->in_buffer_len += port->inbufchunk; in handle_rx_packet()
1576 if (sync_data_avail(port) >= port->inbufchunk) in manual_interrupt()