Lines Matching defs:table
41 static int ksz8_ind_write8(struct ksz_device *dev, u8 table, u16 addr, u8 data)
51 ctrl_addr = IND_ACC_TABLE(table) | addr;
339 static int ksz8_r_table(struct ksz_device *dev, int table, u16 addr, u64 *data)
347 ctrl_addr = IND_ACC_TABLE(table | TABLE_READ) | addr;
361 static int ksz8_w_table(struct ksz_device *dev, int table, u16 addr, u64 data)
369 ctrl_addr = IND_ACC_TABLE(table) | addr;
404 /* There is no valid entry in the table. */
437 /* At least one valid entry in the table. */
446 /* Check out how many valid entry in the table. */
512 * static MAC table compared to doing write.
600 dev->vlan_cache[addr + i].table[0] = (u16)data;
631 dev->vlan_cache[vid].table[0] = vlan;
1161 ksz8_from_vlan(dev, dev->vlan_cache[vid].table[0],