vt.h (b534875d5ab348fb9193692589e2ee82ae768e3a) vt.h (3711baf27d78475436b063f33399908ba208a8f2)
1#ifndef DEF_RDMAVT_H
2#define DEF_RDMAVT_H
3
4/*
5 * Copyright(c) 2015 Intel Corporation.
6 *
7 * This file is provided under a dual BSD/GPLv2 license. When using or
8 * redistributing this file, you may do so under either license.

--- 45 unchanged lines hidden (view full) ---

54#include "pd.h"
55#include "qp.h"
56#include "ah.h"
57#include "mr.h"
58#include "srq.h"
59#include "mcast.h"
60#include "mmap.h"
61#include "cq.h"
1#ifndef DEF_RDMAVT_H
2#define DEF_RDMAVT_H
3
4/*
5 * Copyright(c) 2015 Intel Corporation.
6 *
7 * This file is provided under a dual BSD/GPLv2 license. When using or
8 * redistributing this file, you may do so under either license.

--- 45 unchanged lines hidden (view full) ---

54#include "pd.h"
55#include "qp.h"
56#include "ah.h"
57#include "mr.h"
58#include "srq.h"
59#include "mcast.h"
60#include "mmap.h"
61#include "cq.h"
62#include "mad.h"
62
63#define rvt_pr_info(rdi, fmt, ...) \
64 __rvt_pr_info(rdi->driver_f.get_pci_dev(rdi), \
65 rdi->driver_f.get_card_name(rdi), \
66 fmt, \
67 ##__VA_ARGS__)
68
69#define rvt_pr_warn(rdi, fmt, ...) \

--- 21 unchanged lines hidden ---
63
64#define rvt_pr_info(rdi, fmt, ...) \
65 __rvt_pr_info(rdi->driver_f.get_pci_dev(rdi), \
66 rdi->driver_f.get_card_name(rdi), \
67 fmt, \
68 ##__VA_ARGS__)
69
70#define rvt_pr_warn(rdi, fmt, ...) \

--- 21 unchanged lines hidden ---