Searched refs:port_write_buf (Results 1 – 1 of 1) sorted by relevance
125 struct kfifo port_write_buf; member214 len = kfifo_len(&port->port_write_buf); in gs_send_packet()267 req->zero = kfifo_is_empty(&port->port_write_buf); in gs_start_tx()620 if (!kfifo_initialized(&port->port_write_buf)) { in gs_open()629 status = kfifo_alloc(&port->port_write_buf, in gs_open()729 kfifo_free(&port->port_write_buf); in gs_close()731 kfifo_reset(&port->port_write_buf); in gs_close()774 status = kfifo_put(&port->port_write_buf, ch); in gs_put_char()801 room = kfifo_avail(&port->port_write_buf); in gs_write_room()817 chars = kfifo_len(&port->port_write_buf); in gs_chars_in_buffer()[all …]