/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ /* QLogic qed NIC Driver * Copyright (c) 2015-2017 QLogic Corporation * Copyright (c) 2019-2020 Marvell International Ltd. */ #ifndef __ROCE_COMMON__ #define __ROCE_COMMON__ /************************/ /* ROCE FW CONSTANTS */ /************************/ #define ROCE_REQ_MAX_INLINE_DATA_SIZE … #define ROCE_REQ_MAX_SINGLE_SQ_WQE_SIZE … #define ROCE_MAX_QPS … #define ROCE_DCQCN_NP_MAX_QPS … #define ROCE_DCQCN_RP_MAX_QPS … #define ROCE_LKEY_MW_DIF_EN_BIT … /* Affiliated asynchronous events / errors enumeration */ enum roce_async_events_type { … }; #endif /* __ROCE_COMMON__ */