Lines Matching refs:dp_flags
1657 unsigned int dp_flags = 0;
1671 dp_flags = bio_flags_to_wire(peer_device->connection, req->master_bio);
1674 dp_flags |= DP_MAY_SET_IN_SYNC;
1677 dp_flags |= DP_SEND_RECEIVE_ACK;
1681 || (dp_flags & DP_MAY_SET_IN_SYNC))
1682 dp_flags |= DP_SEND_WRITE_ACK;
1684 p->dp_flags = cpu_to_be32(dp_flags);
1686 if (dp_flags & (DP_DISCARD|DP_ZEROES)) {
1687 enum drbd_packet cmd = (dp_flags & DP_ZEROES) ? P_ZEROES : P_TRIM;
1763 p->dp_flags = 0;