6d7f5e8c196254496edebbf3bf0a4a2c540584eb
[dpdk.git] / drivers / net / cxgbe / base / t4_tcb.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018 Chelsio Communications.
3  * All rights reserved.
4  */
5
6 #ifndef _T4_TCB_DEFS_H
7 #define _T4_TCB_DEFS_H
8
9 /* 105:96 */
10 #define W_TCB_RSS_INFO    3
11 #define S_TCB_RSS_INFO    0
12 #define M_TCB_RSS_INFO    0x3ffULL
13 #define V_TCB_RSS_INFO(x) ((x) << S_TCB_RSS_INFO)
14
15 #endif /* _T4_TCB_DEFS_H */