Lines Matching refs:hand
1259 struct o2net_handshake *hand = page_address(sc->sc_page);
1262 if (hand->protocol_version != cpu_to_be64(O2NET_PROTOCOL_VERSION)) {
1266 (unsigned long long)be64_to_cpu(hand->protocol_version),
1279 if (be32_to_cpu(hand->o2net_idle_timeout_ms) !=
1284 be32_to_cpu(hand->o2net_idle_timeout_ms),
1290 if (be32_to_cpu(hand->o2net_keepalive_delay_ms) !=
1295 be32_to_cpu(hand->o2net_keepalive_delay_ms),
1301 if (be32_to_cpu(hand->o2hb_heartbeat_timeout_ms) !=
1306 be32_to_cpu(hand->o2hb_heartbeat_timeout_ms),
1327 memmove(hand, hand + 1, sc->sc_page_off);