Home
last modified time | relevance | path

Searched refs:vlan_cache (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/dsa/microchip/
Dksz9477.c120 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()
Dksz8.c712 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()
Dksz_common.h179 struct vlan_table *vlan_cache; member
Dksz_common.c2495 dev->vlan_cache = devm_kcalloc(dev->dev, sizeof(struct vlan_table), in ksz_setup()
2497 if (!dev->vlan_cache) in ksz_setup()