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

/linux-master/drivers/net/dsa/
H A Dlantiq_gswip.c653 struct gswip_pce_table_entry vlan_active = {0,}; local
664 vlan_active.index = port + 1;
665 vlan_active.table = GSWIP_TABLE_ACTIVE_VLAN;
666 vlan_active.key[0] = 0; /* vid */
667 vlan_active.val[0] = port + 1 /* fid */;
668 vlan_active.valid = add;
669 err = gswip_pce_table_entry_write(priv, &vlan_active);
919 struct gswip_pce_table_entry vlan_active = {0,}; local
939 vlan_active.index = idx;
940 vlan_active
960 struct gswip_pce_table_entry vlan_active = {0,}; local
[all...]

Completed in 90 milliseconds