Searched refs:protocol_max (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_receiver.c3883 p->protocol_max = cpu_to_be32(PRO_VERSION_MAX);
3933 p->protocol_max = be32_to_cpu(p->protocol_max);
3934 if (p->protocol_max == 0)
3935 p->protocol_max = p->protocol_min;
3938 PRO_VERSION_MIN > p->protocol_max)
3941 mdev->agreed_pro_version = min_t(int, PRO_VERSION_MAX, p->protocol_max);
3952 p->protocol_min, p->protocol_max);
H A Ddrbd_int.h415 u32 protocol_max; member in struct:p_handshake

Completed in 96 milliseconds