Searched refs:vlan_cache (Results 1 – 4 of 4) sorted by relevance
120 dev->vlan_cache[vid].table[0] = vlan_table[0]; in ksz9477_set_vlan_table()121 dev->vlan_cache[vid].table[1] = vlan_table[1]; in ksz9477_set_vlan_table()122 dev->vlan_cache[vid].table[2] = vlan_table[2]; in ksz9477_set_vlan_table()
712 dev->vlan_cache[addr + i].table[0] = (u16)data; in ksz8_r_vlan_entries()743 dev->vlan_cache[vid].table[0] = vlan; in ksz8_w_vlan_table()1491 ksz8_from_vlan(dev, dev->vlan_cache[vid].table[0], in ksz8_port_vlan_add()
179 struct vlan_table *vlan_cache; member
2495 dev->vlan_cache = devm_kcalloc(dev->dev, sizeof(struct vlan_table), in ksz_setup()2497 if (!dev->vlan_cache) in ksz_setup()