Searched refs:ha_connected (Results 1 – 1 of 1) sorted by relevance
156 int ha_connected; member225 if (softc->ha_connected || softc->ha_disconnect) { in ctl_ha_close()226 softc->ha_connected = 0; in ctl_ha_close()289 if (softc->ha_connected == 0 || softc->ha_disconnect || in ctl_ha_rx_thread()589 if (softc->ha_connected == 0 && in ctl_ha_conn_thread()592 softc->ha_connected = 1; in ctl_ha_conn_thread()707 if (!softc->ha_connected) in ctl_ha_msg_recv()725 if (softc->ha_connected) { in ctl_ha_msg_recv()746 if (!softc->ha_connected) in ctl_ha_msg_send2()754 if (softc->ha_connected) { in ctl_ha_msg_send2()[all …]