Lines Matching refs:aeth
86 #define AETH_PRN "aeth syn:0x%.2x %s msn:0x%.8x"
296 trace_seq_printf(p, AETH_PRN, be32_to_cpu(eh->aeth) >> 24,
297 parse_syndrome(be32_to_cpu(eh->aeth) >> 24),
298 be32_to_cpu(eh->aeth) & IB_MSN_MASK);
315 be32_to_cpu(eh->tid_rdma.w_rsp.aeth) >> 24,
316 parse_syndrome(/* aeth */
317 be32_to_cpu(eh->tid_rdma.w_rsp.aeth)
319 (be32_to_cpu(eh->tid_rdma.w_rsp.aeth) &
363 be32_to_cpu(eh->tid_rdma.r_rsp.aeth) >> 24,
364 parse_syndrome(/* aeth */
365 be32_to_cpu(eh->tid_rdma.r_rsp.aeth)
367 (be32_to_cpu(eh->tid_rdma.r_rsp.aeth) &
376 be32_to_cpu(eh->tid_rdma.ack.aeth) >> 24,
377 parse_syndrome(/* aeth */
378 be32_to_cpu(eh->tid_rdma.ack.aeth)
380 (be32_to_cpu(eh->tid_rdma.ack.aeth) &
393 /* aeth + atomicacketh */
396 be32_to_cpu(eh->at.aeth) >> 24,
397 parse_syndrome(be32_to_cpu(eh->at.aeth) >> 24),
398 be32_to_cpu(eh->at.aeth) & IB_MSN_MASK,