15 lines · c
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */2/*3 * Copyright(c) 2016, 2017 Intel Corporation.4 */5 6#define RDI_DEV_ENTRY(rdi) __string(dev, rvt_get_ibdev_name(rdi))7#define RDI_DEV_ASSIGN(rdi) __assign_str(dev)8 9#include "trace_rvt.h"10#include "trace_qp.h"11#include "trace_tx.h"12#include "trace_mr.h"13#include "trace_cq.h"14#include "trace_rc.h"15