1 /* SPDX-License-Identifier: GPL-2.0 */
7 struct dsa_loop_pdata
{
8 /* Must be first, such that dsa_register_switch() can access this
9 * without gory pointer manipulations
11 struct dsa_chip_data cd
;
13 unsigned int enabled_ports
;
17 #define DSA_LOOP_NUM_PORTS 6
18 #define DSA_LOOP_CPU_PORT (DSA_LOOP_NUM_PORTS - 1)
20 #endif /* __DSA_LOOP_H */