Lines Matching refs:iucv_state
68 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()
596 if (priv->iucv_state == IUCV_CONNECTED) { in hvc_iucv_hangup()
599 priv->iucv_state = IUCV_SEVERED; in hvc_iucv_hangup()
656 if (priv->iucv_state == IUCV_SEVERED) in hvc_iucv_notifier_hangup()
693 priv->iucv_state = IUCV_DISCONN; in hvc_iucv_dtr_rts()
811 if (tmp->iucv_state == IUCV_DISCONN) in hvc_iucv_path_pending()
842 if (priv->iucv_state != IUCV_DISCONN) { in hvc_iucv_path_pending()
860 priv->iucv_state = IUCV_CONNECTED; in hvc_iucv_path_pending()
1019 return sprintf(buf, "%u:%u\n", priv->iucv_state, priv->tty_state); in hvc_iucv_dev_state_show()
1033 if (priv->iucv_state == IUCV_CONNECTED) { in hvc_iucv_dev_peer_show()