blob: 2eeaf3dc66464838cef8ee376be4b557e5bc1e6e [file] [log] [blame]
Yuval Mintz7a9b6b82016-06-03 14:35:33 +03001/* QLogic qed NIC Driver
2 * Copyright (c) 2015 QLogic Corporation
3 *
4 * This software is available under the terms of the GNU General Public License
5 * (GPL) Version 2, available from the file COPYING in the main directory of
6 * this source tree.
7 */
8
9#ifndef __ROCE_COMMON__
10#define __ROCE_COMMON__
11
12#define ROCE_REQ_MAX_INLINE_DATA_SIZE (256)
13#define ROCE_REQ_MAX_SINGLE_SQ_WQE_SIZE (288)
14
15#define ROCE_MAX_QPS (32 * 1024)
16
17#endif /* __ROCE_COMMON__ */