Lines Matching defs:ksz_switch
1173 struct ksz_switch { struct
1174 struct ksz_mac_table mac_table[STATIC_MAC_TABLE_ENTRIES];
1175 struct ksz_vlan_table vlan_table[VLAN_TABLE_ENTRIES];
1176 struct ksz_port_cfg port_cfg[TOTAL_PORT_NUM];
1178 u8 diffserv[DIFFSERV_ENTRIES];
1179 u8 p_802_1p[PRIO_802_1P_ENTRIES];
1181 u8 br_addr[ETH_ALEN];
1182 u8 other_addr[ETH_ALEN];
1184 u8 broad_per;
1185 u8 member;
1265 struct ksz_switch *ksz_switch; member