Searched refs:vlan_cache (Results 1 – 3 of 3) sorted by relevance
152 dev->vlan_cache[vid].table[0] = vlan_table[0]; in ksz9477_set_vlan_table()153 dev->vlan_cache[vid].table[1] = vlan_table[1]; in ksz9477_set_vlan_table()154 dev->vlan_cache[vid].table[2] = vlan_table[2]; in ksz9477_set_vlan_table()1350 dev->vlan_cache = devm_kcalloc(dev->dev, sizeof(struct vlan_table), in ksz9477_setup()1352 if (!dev->vlan_cache) in ksz9477_setup()
692 dev->vlan_cache[addr + i].table[0] = (u16)data; in ksz8_r_vlan_entries()723 dev->vlan_cache[vid].table[0] = vlan; in ksz8_w_vlan_table()1174 ksz8_from_vlan(dev, dev->vlan_cache[vid].table[0], in ksz8_port_vlan_add()1441 dev->vlan_cache = devm_kcalloc(dev->dev, sizeof(struct vlan_table), in ksz8_setup()1443 if (!dev->vlan_cache) in ksz8_setup()
81 struct vlan_table *vlan_cache; member