Lines Matching refs:hand
1258 struct o2net_handshake *hand = page_address(sc->sc_page);
1261 if (hand->protocol_version != cpu_to_be64(O2NET_PROTOCOL_VERSION)) {
1265 (unsigned long long)be64_to_cpu(hand->protocol_version),
1278 if (be32_to_cpu(hand->o2net_idle_timeout_ms) !=
1283 be32_to_cpu(hand->o2net_idle_timeout_ms),
1289 if (be32_to_cpu(hand->o2net_keepalive_delay_ms) !=
1294 be32_to_cpu(hand->o2net_keepalive_delay_ms),
1300 if (be32_to_cpu(hand->o2hb_heartbeat_timeout_ms) !=
1305 be32_to_cpu(hand->o2hb_heartbeat_timeout_ms),
1326 memmove(hand, hand + 1, sc->sc_page_off);