Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cam/ctl/
HDctl_ha.c91 int ha_connected; member
160 if (softc->ha_connected || softc->ha_disconnect) { in ctl_ha_close()
161 softc->ha_connected = 0; in ctl_ha_close()
224 if (softc->ha_connected == 0 || softc->ha_disconnect || in ctl_ha_rx_thread()
524 if (softc->ha_connected == 0 && in ctl_ha_conn_thread()
527 softc->ha_connected = 1; in ctl_ha_conn_thread()
642 if (!softc->ha_connected) in ctl_ha_msg_recv()
660 if (softc->ha_connected) { in ctl_ha_msg_recv()
681 if (!softc->ha_connected) in ctl_ha_msg_send2()
689 if (softc->ha_connected) { in ctl_ha_msg_send2()
[all …]