Lines Matching refs:aeth
128 #define AETH_PRN "aeth syn:0x%.2x %s msn:0x%.8x"
333 trace_seq_printf(p, AETH_PRN, be32_to_cpu(eh->aeth) >> 24,
334 parse_syndrome(be32_to_cpu(eh->aeth) >> 24),
335 be32_to_cpu(eh->aeth) & IB_MSN_MASK);
352 be32_to_cpu(eh->tid_rdma.w_rsp.aeth) >> 24,
353 parse_syndrome(/* aeth */
354 be32_to_cpu(eh->tid_rdma.w_rsp.aeth)
356 (be32_to_cpu(eh->tid_rdma.w_rsp.aeth) &
400 be32_to_cpu(eh->tid_rdma.r_rsp.aeth) >> 24,
401 parse_syndrome(/* aeth */
402 be32_to_cpu(eh->tid_rdma.r_rsp.aeth)
404 (be32_to_cpu(eh->tid_rdma.r_rsp.aeth) &
413 be32_to_cpu(eh->tid_rdma.ack.aeth) >> 24,
414 parse_syndrome(/* aeth */
415 be32_to_cpu(eh->tid_rdma.ack.aeth)
417 (be32_to_cpu(eh->tid_rdma.ack.aeth) &
430 /* aeth + atomicacketh */
433 be32_to_cpu(eh->at.aeth) >> 24,
434 parse_syndrome(be32_to_cpu(eh->at.aeth) >> 24),
435 be32_to_cpu(eh->at.aeth) & IB_MSN_MASK,