Lines Matching refs:iucv_state
67 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()
514 priv->iucv_state = IUCV_DISCONN; in hvc_iucv_cleanup()
595 if (priv->iucv_state == IUCV_CONNECTED) { in hvc_iucv_hangup()
598 priv->iucv_state = IUCV_SEVERED; in hvc_iucv_hangup()
655 if (priv->iucv_state == IUCV_SEVERED) in hvc_iucv_notifier_hangup()
692 priv->iucv_state = IUCV_DISCONN; in hvc_iucv_dtr_rts()
810 if (tmp->iucv_state == IUCV_DISCONN) in hvc_iucv_path_pending()
841 if (priv->iucv_state != IUCV_DISCONN) { in hvc_iucv_path_pending()
859 priv->iucv_state = IUCV_CONNECTED; in hvc_iucv_path_pending()
1018 return sprintf(buf, "%u:%u\n", priv->iucv_state, priv->tty_state); in hvc_iucv_dev_state_show()
1032 if (priv->iucv_state == IUCV_CONNECTED) { in hvc_iucv_dev_peer_show()