Searched refs:untag (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/net/dsa/realtek/ |
A D | rtl8366-core.c | 87 vlanmc->untag = vlan4k.untag; in rtl8366_obtain_mc() 118 vlanmc->untag = vlan4k.untag; in rtl8366_obtain_mc() 137 u32 untag, u32 fid) in rtl8366_set_vlan() argument 149 vid, member, untag); in rtl8366_set_vlan() 157 vlan4k.untag |= untag; in rtl8366_set_vlan() 165 vid, vlan4k.member, vlan4k.untag); in rtl8366_set_vlan() 175 vlanmc.untag |= untag; in rtl8366_set_vlan() 283 vlanmc.untag = 0; in rtl8366_reset_vlan() 303 u32 untag = 0; in rtl8366_vlan_add() local 328 untag |= BIT(port); in rtl8366_vlan_add() [all …]
|
A D | realtek.h | 36 u16 untag; member 44 u16 untag; member 131 u32 untag, u32 fid);
|
A D | rtl8366rb.c | 1460 vlan4k->untag = (data[1] >> RTL8366RB_VLAN_UNTAG_SHIFT) & in rtl8366rb_get_vlan_4k() 1477 vlan4k->untag > RTL8366RB_VLAN_UNTAG_MASK || in rtl8366rb_set_vlan_4k() 1483 ((vlan4k->untag & RTL8366RB_VLAN_UNTAG_MASK) << in rtl8366rb_set_vlan_4k() 1525 vlanmc->untag = (data[1] >> RTL8366RB_VLAN_UNTAG_SHIFT) & in rtl8366rb_get_vlan_mc() 1544 vlanmc->untag > RTL8366RB_VLAN_UNTAG_MASK || in rtl8366rb_set_vlan_mc() 1552 ((vlanmc->untag & RTL8366RB_VLAN_UNTAG_MASK) << in rtl8366rb_set_vlan_mc()
|
/linux-6.3-rc2/drivers/net/ethernet/ti/ |
A D | am65-cpsw-switchdev.c | 149 static int am65_cpsw_port_vlan_add(struct am65_cpsw_port *port, bool untag, bool pvid, in am65_cpsw_port_vlan_add() argument 173 if (untag) in am65_cpsw_port_vlan_add() 238 bool untag = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in am65_cpsw_port_vlans_add() local 245 return am65_cpsw_port_vlan_add(port, untag, pvid, vlan->vid, orig_dev); in am65_cpsw_port_vlans_add()
|
A D | cpsw_switchdev.c | 165 static int cpsw_port_vlan_add(struct cpsw_priv *priv, bool untag, bool pvid, in cpsw_port_vlan_add() argument 189 if (untag) in cpsw_port_vlan_add() 253 bool untag = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in cpsw_port_vlans_add() local 260 return cpsw_port_vlan_add(priv, untag, pvid, vlan->vid, orig_dev); in cpsw_port_vlans_add()
|
A D | cpsw_ale.c | 599 int cpsw_ale_add_vlan(struct cpsw_ale *ale, u16 vid, int port_mask, int untag, in cpsw_ale_add_vlan() argument 611 cpsw_ale_set_vlan_untag(ale, ale_entry, vid, untag); in cpsw_ale_add_vlan() 643 int members, untag; in cpsw_ale_vlan_del_modify_int() local 654 untag = cpsw_ale_vlan_get_fld(ale, ale_entry, in cpsw_ale_vlan_del_modify_int() 660 untag &= members; in cpsw_ale_vlan_del_modify_int() 664 cpsw_ale_set_vlan_untag(ale, ale_entry, vid, untag); in cpsw_ale_vlan_del_modify_int()
|
A D | cpsw_ale.h | 119 int cpsw_ale_add_vlan(struct cpsw_ale *ale, u16 vid, int port, int untag,
|
/linux-6.3-rc2/drivers/net/dsa/b53/ |
A D | b53_common.c | 253 entry = ((vlan->untag & VA_UNTAG_MASK_25) << in b53_set_vlan_entry() 268 entry = ((vlan->untag & VA_UNTAG_MASK_65) << in b53_set_vlan_entry() 277 (vlan->untag << VTE_UNTAG_S) | vlan->members); in b53_set_vlan_entry() 283 vid, vlan->members, vlan->untag); in b53_set_vlan_entry() 301 vlan->untag = (entry >> VA_UNTAG_S_25) & VA_UNTAG_MASK_25; in b53_get_vlan_entry() 320 vlan->untag = (entry >> VTE_UNTAG_S) & VTE_MEMBERS; in b53_get_vlan_entry() 768 v->untag = v->members; in b53_configure_vlan() 1479 vl->untag |= BIT(port); in b53_vlan_add() 1481 vl->untag &= ~BIT(port); in b53_vlan_add() 1516 vl->untag &= ~(BIT(port)); in b53_vlan_del() [all …]
|
A D | b53_priv.h | 101 u16 untag; member
|
/linux-6.3-rc2/Documentation/networking/dsa/ |
A D | dsa.rst | 936 this packet in. It is the responsibility of the hardware to untag the VID on
|
Completed in 25 milliseconds