Searched refs:iucv_state (Results 1 – 1 of 1) sorted by relevance
68 enum iucv_state_t iucv_state; /* IUCV connection status */ member227 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()[all …]