Searched refs:static_table (Results 1 – 1 of 1) sorted by relevance
876 u32 static_table[4]; in ksz_port_mdb_add() local900 read_table(ds, static_table); in ksz_port_mdb_add()902 if (static_table[0] & ALU_V_STATIC_VALID) { in ksz_port_mdb_add()904 if (((static_table[2] >> ALU_V_FID_S) == (mdb->vid)) && in ksz_port_mdb_add()905 ((static_table[2] & ALU_V_MAC_ADDR_HI) == mac_hi) && in ksz_port_mdb_add()906 (static_table[3] == mac_lo)) { in ksz_port_mdb_add()921 static_table[0] = ALU_V_STATIC_VALID; in ksz_port_mdb_add()922 static_table[1] |= BIT(port); in ksz_port_mdb_add()924 static_table[1] |= ALU_V_USE_FID; in ksz_port_mdb_add()925 static_table[2] = (mdb->vid << ALU_V_FID_S); in ksz_port_mdb_add()[all …]