Home
last modified time | relevance | path

Searched defs:hvc_iucv_private (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/hvc/
H A Dhvc_iucv.c63 struct hvc_iucv_private { struct
70 spinlock_t lock; /* hvc_iucv_private lock */ argument
72 void *sndbuf; /* send buffer */
73 size_t sndbuf_len; /* length of send buffer */
75 struct delayed_work sndbuf_work; /* work: send iucv msg(s) */
76 wait_queue_head_t sndbuf_waitq; /* wait for send completion */
77 struct list_head tty_outqueue; /* outgoing IUCV messages */
101 static struct hvc_iucv_private *hvc_iucv_table[MAX_HVC_IUCV_LINES]; argument