Searched refs:dpsw_vlan_remove_if (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/ |
H A D | dpsw.h | 417 int dpsw_vlan_remove_if(struct fsl_mc_io *mc_io,
|
H A D | dpsw.c | 851 * dpsw_vlan_remove_if() - Remove interfaces from an existing VLAN. 863 int dpsw_vlan_remove_if(struct fsl_mc_io *mc_io, in dpsw_vlan_remove_if() function
|
H A D | ethsw.c | 1121 err = dpsw_vlan_remove_if(ethsw->mc_io, 0, ethsw->dpsw_handle, in dpaa2_switch_port_del_vlan() 1125 "dpsw_vlan_remove_if err %d\n", err); in dpaa2_switch_port_del_vlan() 1608 err = dpsw_vlan_remove_if(ethsw->mc_io, 0, ethsw->dpsw_handle, in dpaa2_switch_port_init() 1611 netdev_err(netdev, "dpsw_vlan_remove_if err %d\n", err); in dpaa2_switch_port_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpsw.h | 462 int dpsw_vlan_remove_if(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token,
|
H A D | dpsw.c | 768 * dpsw_vlan_remove_if() - Remove interfaces from an existing VLAN. 780 int dpsw_vlan_remove_if(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, in dpsw_vlan_remove_if() function
|
H A D | dpaa2-switch.c | 1910 err = dpsw_vlan_remove_if(ethsw->mc_io, 0, ethsw->dpsw_handle, in dpaa2_switch_port_del_vlan() 1914 "dpsw_vlan_remove_if err %d\n", err); in dpaa2_switch_port_del_vlan() 3050 err = dpsw_vlan_remove_if(ethsw->mc_io, 0, ethsw->dpsw_handle, in dpaa2_switch_init() 3053 dev_err(dev, "dpsw_vlan_remove_if err %d\n", err); in dpaa2_switch_init()
|
Completed in 18 milliseconds