Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/block/drbd/
Ddrbd_protocol.h250 u32 protocol_max; member
Ddrbd_receiver.c5309 p->protocol_max = cpu_to_be32(PRO_VERSION_MAX); in drbd_send_features()
5355 p->protocol_max = be32_to_cpu(p->protocol_max); in drbd_do_features()
5356 if (p->protocol_max == 0) in drbd_do_features()
5357 p->protocol_max = p->protocol_min; in drbd_do_features()
5360 PRO_VERSION_MIN > p->protocol_max) in drbd_do_features()
5363 connection->agreed_pro_version = min_t(int, PRO_VERSION_MAX, p->protocol_max); in drbd_do_features()
5383 p->protocol_min, p->protocol_max); in drbd_do_features()