New upstream version 18.08
[deb_dpdk.git] / drivers / net / cxgbe / base / t4vf_hw.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018 Chelsio Communications.
3  * All rights reserved.
4  */
5
6 #ifndef __T4VF_HW_H
7 #define __T4VF_HW_H
8
9 #define T4VF_PL_BASE_ADDR       0x0200
10 #define T4VF_CIM_BASE_ADDR      0x0300
11 #define T4VF_MBDATA_BASE_ADDR   0x0240
12 #define T6VF_MBDATA_BASE_ADDR   0x0280
13
14 #define NUM_CIM_VF_MAILBOX_DATA_INSTANCES NUM_CIM_PF_MAILBOX_DATA_INSTANCES
15 #endif /* __T4VF_HW_H */