Searched refs:vlan_cache (Results 1 – 4 of 4) sorted by relevance
129 dev->vlan_cache[vid].table[0] = vlan_table[0]; in ksz9477_set_vlan_table()130 dev->vlan_cache[vid].table[1] = vlan_table[1]; in ksz9477_set_vlan_table()131 dev->vlan_cache[vid].table[2] = vlan_table[2]; in ksz9477_set_vlan_table()
520 dev->vlan_cache[addr + i].table[0] = (u16)data; in ksz8_r_vlan_entries()551 dev->vlan_cache[vid].table[0] = vlan; in ksz8_w_vlan_table()1059 ksz8_from_vlan(dev, dev->vlan_cache[vid].table[0], in ksz8_port_vlan_add()
134 struct vlan_table *vlan_cache; member
1939 dev->vlan_cache = devm_kcalloc(dev->dev, sizeof(struct vlan_table), in ksz_setup()1941 if (!dev->vlan_cache) in ksz_setup()