Searched refs:P_STATE_CHG_REPLY (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_protocol.h | 38 P_STATE_CHG_REPLY = 0x1d, enumerator
|
H A D | drbd_main.c | 1080 drbd_send_command(peer_device, sock, P_STATE_CHG_REPLY, sizeof(*p), NULL, 0); in drbd_send_sr_reply() 1088 enum drbd_packet cmd = connection->agreed_pro_version < 100 ? P_STATE_CHG_REPLY : P_CONN_ST_CHG_REPLY; in conn_send_sr_reply() 3662 [P_STATE_CHG_REPLY] = "StateChgReply", in cmdname()
|
H A D | drbd_receiver.c | 6002 [P_STATE_CHG_REPLY] = { sizeof(struct p_req_state_reply), got_RqSReply },
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_protocol.h | 38 P_STATE_CHG_REPLY = 0x1d, enumerator
|
H A D | drbd_main.c | 1066 drbd_send_command(peer_device, sock, P_STATE_CHG_REPLY, sizeof(*p), NULL, 0); in drbd_send_sr_reply() 1074 enum drbd_packet cmd = connection->agreed_pro_version < 100 ? P_STATE_CHG_REPLY : P_CONN_ST_CHG_REPLY; in conn_send_sr_reply() 3635 [P_STATE_CHG_REPLY] = "StateChgReply", in cmdname()
|
H A D | drbd_receiver.c | 5953 [P_STATE_CHG_REPLY] = { sizeof(struct p_req_state_reply), got_RqSReply },
|
Completed in 26 milliseconds