Searched refs:vlan_del (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_selftests.c | 936 goto vlan_del; in __stmmac_test_vlanfilt() 941 goto vlan_del; in __stmmac_test_vlanfilt() 946 goto vlan_del; in __stmmac_test_vlanfilt() 949 goto vlan_del; in __stmmac_test_vlanfilt() 957 vlan_del: in __stmmac_test_vlanfilt() 1030 goto vlan_del; in __stmmac_test_dvlanfilt() 1035 goto vlan_del; in __stmmac_test_dvlanfilt() 1040 goto vlan_del; in __stmmac_test_dvlanfilt() 1043 goto vlan_del; in __stmmac_test_dvlanfilt() 1051 vlan_del in __stmmac_test_dvlanfilt() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_selftests.c | 936 goto vlan_del; in __stmmac_test_vlanfilt() 941 goto vlan_del; in __stmmac_test_vlanfilt() 946 goto vlan_del; in __stmmac_test_vlanfilt() 949 goto vlan_del; in __stmmac_test_vlanfilt() 957 vlan_del: in __stmmac_test_vlanfilt() 1030 goto vlan_del; in __stmmac_test_dvlanfilt() 1035 goto vlan_del; in __stmmac_test_dvlanfilt() 1040 goto vlan_del; in __stmmac_test_dvlanfilt() 1043 goto vlan_del; in __stmmac_test_dvlanfilt() 1051 vlan_del in __stmmac_test_dvlanfilt() [all...] |
/kernel/linux/linux-5.10/include/linux/dsa/ |
H A D | 8021q.h | 27 int (*vlan_del)(struct dsa_switch *ds, int port, u16 vid); member
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | tag_8021q.c | 157 return ctx->ops->vlan_del(ctx->ds, dp->index, vid); in dsa_8021q_vid_apply()
|
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 209 .vlan_del = ksz8_port_vlan_del, 244 .vlan_del = ksz9477_port_vlan_del, 280 .vlan_del = ksz9477_port_vlan_del, 2669 if (!dev->dev_ops->vlan_del) in ksz_port_vlan_del() 2672 return dev->dev_ops->vlan_del(dev, port, vlan); in ksz_port_vlan_del()
|
H A D | ksz_common.h | 331 int (*vlan_del)(struct ksz_device *dev, int port, member
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | 2961 .vlan_del = sja1105_dsa_8021q_vlan_del,
|
Completed in 16 milliseconds