vlan_cache        423 drivers/net/dsa/microchip/ksz8795.c 		dev->vlan_cache[addr + i].table[0] = (u16)data;
vlan_cache        454 drivers/net/dsa/microchip/ksz8795.c 	dev->vlan_cache[vid].table[0] = vlan;
vlan_cache       1049 drivers/net/dsa/microchip/ksz8795.c 	dev->vlan_cache = devm_kcalloc(dev->dev, sizeof(struct vlan_table),
vlan_cache       1051 drivers/net/dsa/microchip/ksz8795.c 	if (!dev->vlan_cache)
vlan_cache        152 drivers/net/dsa/microchip/ksz9477.c 	dev->vlan_cache[vid].table[0] = vlan_table[0];
vlan_cache        153 drivers/net/dsa/microchip/ksz9477.c 	dev->vlan_cache[vid].table[1] = vlan_table[1];
vlan_cache        154 drivers/net/dsa/microchip/ksz9477.c 	dev->vlan_cache[vid].table[2] = vlan_table[2];
vlan_cache       1357 drivers/net/dsa/microchip/ksz9477.c 	dev->vlan_cache = devm_kcalloc(dev->dev, sizeof(struct vlan_table),
vlan_cache       1359 drivers/net/dsa/microchip/ksz9477.c 	if (!dev->vlan_cache)
vlan_cache         80 drivers/net/dsa/microchip/ksz_common.h 	struct vlan_table *vlan_cache;