• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* 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__ */
18