Lines Matching refs:dp_flags
2543 u32 dp_flags; in receive_Data() local
2580 dp_flags = be32_to_cpu(p->dp_flags); in receive_Data()
2581 op = wire_flags_to_bio_op(dp_flags); in receive_Data()
2582 op_flags = wire_flags_to_bio_flags(dp_flags); in receive_Data()
2596 if (dp_flags & DP_DISCARD) in receive_Data()
2600 D_ASSERT(device, dp_flags & DP_FLUSH); in receive_Data()
2603 if (dp_flags & DP_MAY_SET_IN_SYNC) in receive_Data()
2618 dp_flags |= DP_SEND_WRITE_ACK; in receive_Data()
2621 dp_flags |= DP_SEND_RECEIVE_ACK; in receive_Data()
2627 if (dp_flags & DP_SEND_WRITE_ACK) { in receive_Data()
2634 if (dp_flags & DP_SEND_RECEIVE_ACK) { in receive_Data()
2642 D_ASSERT(device, dp_flags & DP_SEND_WRITE_ACK); in receive_Data()