net/cxgbe: add VF firmware mailbox
[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_CIM_BASE_ADDR      0x0300
10 #define T4VF_MBDATA_BASE_ADDR   0x0240
11 #define T6VF_MBDATA_BASE_ADDR   0x0280
12
13 #define NUM_CIM_VF_MAILBOX_DATA_INSTANCES NUM_CIM_PF_MAILBOX_DATA_INSTANCES
14 #endif /* __T4VF_HW_H */