]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/linux/qed/roce_common.h
can: Fix kernel panic at security_sock_rcv_skb
[mirror_ubuntu-artful-kernel.git] / include / linux / qed / roce_common.h
CommitLineData
7a9b6b8f
YM
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__ */