summaryrefslogtreecommitdiffstats
path: root/include/rdma/rdma_counter.h
blob: 283ac1a0cdb78350569ea813cf5bae2e06e690ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
/*
 * Copyright (c) 2019 Mellanox Technologies. All rights reserved.
 */

#ifndef _RDMA_COUNTER_H_
#define _RDMA_COUNTER_H_

#include <rdma/ib_verbs.h>
#include <rdma/restrack.h>

struct rdma_counter {
	struct rdma_restrack_entry	res;
	struct ib_device		*device;
	uint32_t			id;
	u8				port;
};
#endif /* _RDMA_COUNTER_H_ */