Searched refs:DRBD_MAX_BIO_SIZE_P95 (Results 1 – 3 of 3) sorted by relevance
1265 #define DRBD_MAX_BIO_SIZE_P95 (1U << 17) /* Protocol 95 to 99 allows bios up to 128KiB */ macro
958 max_bio_size = min(max_bio_size, DRBD_MAX_BIO_SIZE_P95); in drbd_send_sizes()
1215 return DRBD_MAX_BIO_SIZE_P95; in drbd_max_peer_bio_size()