Searched refs:vlan_cache (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz8.c | 825 dev->vlan_cache[addr + i].table[0] = (u16)data; in ksz8_r_vlan_entries() 856 dev->vlan_cache[vid].table[0] = vlan; in ksz8_w_vlan_table() 1733 ksz8_from_vlan(dev, dev->vlan_cache[vid].table[0], in ksz8_port_vlan_add() 2395 dev->vlan_cache = devm_kcalloc(dev->dev, sizeof(struct vlan_table), in ksz8463_setup() 2397 if (!dev->vlan_cache) in ksz8463_setup() 2656 dev->vlan_cache = devm_kcalloc(dev->dev, sizeof(struct vlan_table), in ksz8_setup() 2658 if (!dev->vlan_cache) in ksz8_setup()
|
| H A D | lan937x_main.c | 779 dev->vlan_cache = devm_kcalloc(dev->dev, sizeof(struct vlan_table), in lan937x_setup() 781 if (!dev->vlan_cache) in lan937x_setup()
|
| H A D | ksz9477.c | 130 dev->vlan_cache[vid].table[0] = vlan_table[0]; in ksz9477_set_vlan_table() 131 dev->vlan_cache[vid].table[1] = vlan_table[1]; in ksz9477_set_vlan_table() 132 dev->vlan_cache[vid].table[2] = vlan_table[2]; in ksz9477_set_vlan_table() 1681 dev->vlan_cache = devm_kcalloc(dev->dev, sizeof(struct vlan_table), in ksz9477_setup() 1683 if (!dev->vlan_cache) in ksz9477_setup()
|
| H A D | ksz_common.h | 236 struct vlan_table *vlan_cache; member
|