9506 Want support for QLogic QL41000/45000 series devices
[unleashed.git] / usr / src / uts / common / io / qede / 579xx / drivers / ecore / hsi_repository / qed_hsi_iwarp.h
blobe8445831e6a0c3df35b81c086c03b09c845276b5
1 /*
2 * CDDL HEADER START
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, v.1, (the "License").
6 * You may not use this file except in compliance with the License.
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://opensource.org/licenses/CDDL-1.0.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
19 * CDDL HEADER END
23 * Copyright 2014-2017 Cavium, Inc.
24 * The contents of this file are subject to the terms of the Common Development
25 * and Distribution License, v.1, (the "License").
27 * You may not use this file except in compliance with the License.
29 * You can obtain a copy of the License at available
30 * at http://opensource.org/licenses/CDDL-1.0
32 * See the License for the specific language governing permissions and
33 * limitations under the License.
36 #ifndef __QED_HSI_IWARP__
37 #define __QED_HSI_IWARP__
38 /********************************/
39 /* Add include to common target */
40 /********************************/
41 #include "common_hsi.h"
43 /************************************************************************/
44 /* Add include to common iwarp target for both eCore and protocol iwarp driver */
45 /************************************************************************/
46 #include "iwarp_common.h"
47 /************************************************************************/
48 /* Add include to qed hsi rdma target for both roce and iwarp qed driver */
49 /************************************************************************/
50 #include "qed_hsi_rdma.h"
51 #endif /* __QED_HSI_IWARP__ */