Home
last modified time | relevance | path

Searched refs:ha_connected (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/cam/ctl/
Dctl_ha.c156 int ha_connected; member
225 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 …]