Home
last modified time | relevance | path

Searched refs:iucv_state (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvc_iucv.c68 enum iucv_state_t iucv_state; /* IUCV connection status */ member
227 if (priv->iucv_state == IUCV_DISCONN) in hvc_iucv_write()
232 if (priv->iucv_state == IUCV_SEVERED) in hvc_iucv_write()
361 if (priv->iucv_state == IUCV_DISCONN) in hvc_iucv_queue()
364 if (priv->iucv_state == IUCV_SEVERED) in hvc_iucv_queue()
374 if (priv->iucv_state == IUCV_CONNECTED) in hvc_iucv_queue()
394 if (priv->iucv_state == IUCV_SEVERED) in hvc_iucv_send()
397 if (priv->iucv_state == IUCV_DISCONN) in hvc_iucv_send()
515 priv->iucv_state = IUCV_DISCONN; in hvc_iucv_cleanup()
568 * 1. After the IUCV path has been severed, the iucv_state i
[all...]
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvc_iucv.c67 enum iucv_state_t iucv_state; /* IUCV connection status */ member
226 if (priv->iucv_state == IUCV_DISCONN) in hvc_iucv_write()
231 if (priv->iucv_state == IUCV_SEVERED) in hvc_iucv_write()
360 if (priv->iucv_state == IUCV_DISCONN) in hvc_iucv_queue()
363 if (priv->iucv_state == IUCV_SEVERED) in hvc_iucv_queue()
373 if (priv->iucv_state == IUCV_CONNECTED) in hvc_iucv_queue()
393 if (priv->iucv_state == IUCV_SEVERED) in hvc_iucv_send()
396 if (priv->iucv_state == IUCV_DISCONN) in hvc_iucv_send()
512 priv->iucv_state = IUCV_DISCONN; in hvc_iucv_cleanup()
565 * 1. After the IUCV path has been severed, the iucv_state i
[all...]

Completed in 5 milliseconds