Searched refs:static_table (Results 1 – 2 of 2) sorted by relevance
794 u32 static_table[4]; in ksz9477_port_mdb_add() local818 ksz9477_read_table(dev, static_table); in ksz9477_port_mdb_add()820 if (static_table[0] & ALU_V_STATIC_VALID) { in ksz9477_port_mdb_add()822 if (((static_table[2] >> ALU_V_FID_S) == mdb->vid) && in ksz9477_port_mdb_add()823 ((static_table[2] & ALU_V_MAC_ADDR_HI) == mac_hi) && in ksz9477_port_mdb_add()824 static_table[3] == mac_lo) { in ksz9477_port_mdb_add()839 static_table[0] = ALU_V_STATIC_VALID; in ksz9477_port_mdb_add()840 static_table[1] |= BIT(port); in ksz9477_port_mdb_add()842 static_table[1] |= ALU_V_USE_FID; in ksz9477_port_mdb_add()843 static_table[2] = (mdb->vid << ALU_V_FID_S); in ksz9477_port_mdb_add()[all …]
172 static fxn_ptr_table<Char> static_table = in get() local182 return &static_table; in get()