Home
last modified time | relevance | path

Searched refs:P_RS_CANCEL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_protocol.h53 P_RS_CANCEL = 0x29, /* meta: Used to cancel RS_DATA_REQUEST packet by SyncSource */ enumerator
H A Ddrbd_worker.c1133 err = drbd_send_ack(peer_device, P_RS_CANCEL, peer_req); in w_e_end_rsdata_req()
H A Ddrbd_receiver.c5817 case P_RS_CANCEL: in got_NegRSDReply()
5956 [P_RS_CANCEL] = { sizeof(struct p_block_ack), got_NegRSDReply },
H A Ddrbd_main.c3645 [P_RS_CANCEL] = "RSCancel", in cmdname()