Home
last modified time | relevance | path

Searched refs:P_SIZES (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_protocol.h20 P_SIZES = 0x0d, enumerator
H A Ddrbd_main.c984 return drbd_send_command(peer_device, sock, P_SIZES, packet_size, NULL, 0); in drbd_send_sizes()
3621 [P_SIZES] = "ReportSizes", in cmdname()
H A Ddrbd_receiver.c5031 [P_SIZES] = { 0, sizeof(struct p_sizes), receive_sizes },
5070 if (pi.cmd == P_SIZES && connection->agreed_features & DRBD_FF_WSAME) in drbdd()