Searched refs:P_WRITE_ACK (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_int.h194 P_WRITE_ACK = 0x16, /* Used in protocol C */ enumerator in enum:drbd_packets
195 P_RS_WRITE_ACK = 0x17, /* Is a P_WRITE_ACK, additionally call set_in_sync(). */
256 [P_WRITE_ACK] = "WriteAck",
380 * P_RECV_ACK (proto B), P_WRITE_ACK (proto C),
708 done_ee .. block written, need to send P_WRITE_ACK
1947 * [from got_BlockAck (P_WRITE_ACK, P_RECV_ACK)]
1975 * C_SYNC_SOURCE sends P_RS_DATA_REPLY (and expects P_WRITE_ACK whith ID_SYNCER)
1992 * or P_WRITE_ACK (proto C)
1993 * receive_RSDataReply (recv_resync_read) we need to send a P_WRITE_ACK
H A Ddrbd_receiver.c1668 P_RS_WRITE_ACK : P_WRITE_ACK;
1680 * P_WRITE_ACK / P_NEG_ACK, to get the sequence number right. */
4275 case P_WRITE_ACK:
4414 [P_WRITE_ACK] = { sizeof(struct p_block_ack), got_BlockAck },

Completed in 122 milliseconds