]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/infiniband/hw/hfi1/trace.c
IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavt
[linux.git] / drivers / infiniband / hw / hfi1 / trace.c
index 01f525cd985a198ea7816c5407ddf7c15acad72f..0985b4f1b9efa7488915521d18e0ba31d1b703ff 100644 (file)
@@ -130,14 +130,14 @@ const char *parse_everbs_hdrs(
        case OP(RC, ACKNOWLEDGE):
                trace_seq_printf(p, AETH_PRN, be32_to_cpu(eh->aeth) >> 24,
                                 parse_syndrome(be32_to_cpu(eh->aeth) >> 24),
-                                be32_to_cpu(eh->aeth) & HFI1_MSN_MASK);
+                                be32_to_cpu(eh->aeth) & RVT_MSN_MASK);
                break;
        /* aeth + atomicacketh */
        case OP(RC, ATOMIC_ACKNOWLEDGE):
                trace_seq_printf(p, AETH_PRN " " ATOMICACKETH_PRN,
                                 be32_to_cpu(eh->at.aeth) >> 24,
                                 parse_syndrome(be32_to_cpu(eh->at.aeth) >> 24),
-                                be32_to_cpu(eh->at.aeth) & HFI1_MSN_MASK,
+                                be32_to_cpu(eh->at.aeth) & RVT_MSN_MASK,
                                 ib_u64_get(&eh->at.atomic_ack_eth));
                break;
        /* atomiceth */