Lines Matching defs:ksz_switch
1105 struct ksz_switch { struct
1106 struct ksz_mac_table mac_table[STATIC_MAC_TABLE_ENTRIES];
1107 struct ksz_vlan_table vlan_table[VLAN_TABLE_ENTRIES];
1108 struct ksz_port_cfg port_cfg[TOTAL_PORT_NUM];
1110 u8 diffserv[DIFFSERV_ENTRIES];
1111 u8 p_802_1p[PRIO_802_1P_ENTRIES];
1113 u8 br_addr[ETH_ALEN];
1114 u8 other_addr[ETH_ALEN];
1116 u8 broad_per;
1117 u8 member;
1197 struct ksz_switch *ksz_switch; member