]> Git Repo - J-linux.git/blob - drivers/infiniband/hw/hfi1/trace.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / infiniband / hw / hfi1 / trace.h
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /*
3  * Copyright(c) 2015 - 2018 Intel Corporation.
4  */
5
6 #define packettype_name(etype) { RHF_RCV_TYPE_##etype, #etype }
7 #define show_packettype(etype)                  \
8 __print_symbolic(etype,                         \
9         packettype_name(EXPECTED),              \
10         packettype_name(EAGER),                 \
11         packettype_name(IB),                    \
12         packettype_name(ERROR),                 \
13         packettype_name(BYPASS))
14
15 #include "trace_dbg.h"
16 #include "trace_misc.h"
17 #include "trace_ctxts.h"
18 #include "trace_ibhdrs.h"
19 #include "trace_rc.h"
20 #include "trace_rx.h"
21 #include "trace_tx.h"
22 #include "trace_mmu.h"
23 #include "trace_iowait.h"
24 #include "trace_tid.h"
This page took 0.028335 seconds and 4 git commands to generate.