Searched refs:vmemb_port (Results 1 – 3 of 3) sorted by relevance
/drivers/net/dsa/sja1105/ |
D | sja1105_main.c | 149 if (match < 0 || !(vlan[match].vmemb_port & BIT(port))) in sja1105_commit_pvid() 468 .vmemb_port = 0, in sja1105_init_static_vlan() 494 pvid.vmemb_port |= BIT(port); in sja1105_init_static_vlan() 2516 vlan[match].vmemb_port |= BIT(port); in sja1105_vlan_add() 2518 vlan[match].vmemb_port &= ~BIT(port); in sja1105_vlan_add() 2548 vlan[match].vmemb_port &= ~BIT(port); in sja1105_vlan_del() 2557 if (!vlan[match].vmemb_port) in sja1105_vlan_del()
|
D | sja1105_static_config.h | 237 u64 vmemb_port; member
|
D | sja1105_static_config.c | 814 sja1105_packing(buf, &entry->vmemb_port, 53, 49, size, op); in sja1105_vlan_lookup_entry_packing() 829 sja1105_packing(buf, &entry->vmemb_port, 73, 63, size, op); in sja1110_vlan_lookup_entry_packing()
|