Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c936 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 …]
/linux/drivers/net/dsa/microchip/
H A Dksz_common.c355 .vlan_del = ksz8_port_vlan_del,
387 .vlan_del = ksz8_port_vlan_del,
422 .vlan_del = ksz8_port_vlan_del,
485 .vlan_del = ksz9477_port_vlan_del,
534 .vlan_del = ksz9477_port_vlan_del,
3608 if (!dev->dev_ops->vlan_del) in ksz_port_vlan_del()
3611 return dev->dev_ops->vlan_del(dev, port, vlan); in ksz_port_vlan_del()
H A Dksz_common.h416 int (*vlan_del)(struct ksz_device *dev, int port, member