Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/lantiq/
H A Dlantiq_gswip_common.c350 struct gswip_pce_table_entry vlan_active = {0,}; in gswip_add_single_port_br() local
354 vlan_active.index = port + 1; in gswip_add_single_port_br()
355 vlan_active.table = GSWIP_TABLE_ACTIVE_VLAN; in gswip_add_single_port_br()
356 vlan_active.key[0] = GSWIP_VLAN_UNAWARE_PVID; in gswip_add_single_port_br()
357 vlan_active.val[0] = port + 1 /* fid */; in gswip_add_single_port_br()
358 vlan_active.valid = add; in gswip_add_single_port_br()
359 err = gswip_pce_table_entry_write(priv, &vlan_active); in gswip_add_single_port_br()
775 struct gswip_pce_table_entry vlan_active = {0,}; in gswip_vlan_active_create() local
795 vlan_active.index = idx; in gswip_vlan_active_create()
796 vlan_active.table = GSWIP_TABLE_ACTIVE_VLAN; in gswip_vlan_active_create()
[all …]