Lines Matching defs:o2net_hand
114 static struct o2net_handshake *o2net_hand;
1446 o2net_hand->o2hb_heartbeat_timeout_ms = cpu_to_be32(
1448 o2net_hand->o2net_idle_timeout_ms = cpu_to_be32(o2net_idle_timeout());
1449 o2net_hand->o2net_keepalive_delay_ms = cpu_to_be32(
1451 o2net_hand->o2net_reconnect_delay_ms = cpu_to_be32(
1467 (unsigned long long)be64_to_cpu(o2net_hand->connector_id));
1470 o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand));
1887 o2net_sendpage(sc, o2net_hand, sizeof(*o2net_hand));
2095 o2net_hand = kzalloc(sizeof(struct o2net_handshake), GFP_KERNEL);
2098 if (!o2net_hand || !o2net_keep_req || !o2net_keep_resp)
2101 o2net_hand->protocol_version = cpu_to_be64(O2NET_PROTOCOL_VERSION);
2102 o2net_hand->connector_id = cpu_to_be64(1);
2126 kfree(o2net_hand);
2137 kfree(o2net_hand);