Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c2194 ha->seconds_since_last_heartbeat++; in ql_8021_check_fw_alive()
2196 if (ha->seconds_since_last_heartbeat == 3) { in ql_8021_check_fw_alive()
2197 ha->seconds_since_last_heartbeat = 0; in ql_8021_check_fw_alive()
2233 ha->seconds_since_last_heartbeat = 0; in ql_8021_check_fw_alive()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1915 uint8_t seconds_since_last_heartbeat; member