Lines Matching refs:dp_flags
2379 u32 dp_flags; in receive_Data() local
2416 dp_flags = be32_to_cpu(p->dp_flags); in receive_Data()
2417 peer_req->opf = wire_flags_to_bio(connection, dp_flags); in receive_Data()
2431 if (dp_flags & DP_DISCARD) in receive_Data()
2435 D_ASSERT(device, dp_flags & DP_FLUSH); in receive_Data()
2438 if (dp_flags & DP_MAY_SET_IN_SYNC) in receive_Data()
2453 dp_flags |= DP_SEND_WRITE_ACK; in receive_Data()
2456 dp_flags |= DP_SEND_RECEIVE_ACK; in receive_Data()
2462 if (dp_flags & DP_SEND_WRITE_ACK) { in receive_Data()
2469 if (dp_flags & DP_SEND_RECEIVE_ACK) { in receive_Data()
2477 D_ASSERT(device, dp_flags & DP_SEND_WRITE_ACK); in receive_Data()