Searched defs:hvc_iucv_private (Results 1 – 1 of 1) sorted by relevance
64 struct hvc_iucv_private { struct71 spinlock_t lock; /* hvc_iucv_private lock */ argument73 void *sndbuf; /* send buffer */74 size_t sndbuf_len; /* length of send buffer */76 struct delayed_work sndbuf_work; /* work: send iucv msg(s) */77 wait_queue_head_t sndbuf_waitq; /* wait for send completion */78 struct list_head tty_outqueue; /* outgoing IUCV messages */102 static struct hvc_iucv_private *hvc_iucv_table[MAX_HVC_IUCV_LINES]; argument