Home
last modified time | relevance | path

Searched refs:port_buffer (Results 1 – 1 of 1) sorted by relevance

/drivers/char/
Dvirtio_console.c105 struct port_buffer { struct
188 struct port_buffer *inbuf;
365 static void free_buf(struct port_buffer *buf, bool can_sleep) in free_buf()
401 struct port_buffer *buf, *tmp; in reclaim_dma_bufs()
420 static struct port_buffer *alloc_buf(struct virtqueue *vq, size_t buf_size, in alloc_buf()
423 struct port_buffer *buf; in alloc_buf()
480 static struct port_buffer *get_inbuf(struct port *port) in get_inbuf()
482 struct port_buffer *buf; in get_inbuf()
503 static int add_inbuf(struct virtqueue *vq, struct port_buffer *buf) in add_inbuf()
520 struct port_buffer *buf; in discard_port_data()
[all …]