Lines Matching defs:ksz_switch
1181 struct ksz_switch { struct
1182 struct ksz_mac_table mac_table[STATIC_MAC_TABLE_ENTRIES];
1183 struct ksz_vlan_table vlan_table[VLAN_TABLE_ENTRIES];
1184 struct ksz_port_cfg port_cfg[TOTAL_PORT_NUM];
1186 u8 diffserv[DIFFSERV_ENTRIES];
1187 u8 p_802_1p[PRIO_802_1P_ENTRIES];
1189 u8 br_addr[ETH_ALEN];
1190 u8 other_addr[ETH_ALEN];
1192 u8 broad_per;
1193 u8 member;
1272 struct ksz_switch *ksz_switch; member