Searched refs:iucv_state (Results 1 – 1 of 1) sorted by relevance
67 enum iucv_state_t iucv_state; /* IUCV connection status */ member226 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()593 if (priv->iucv_state == IUCV_CONNECTED) { in hvc_iucv_hangup()[all …]