Searched refs:dpsw_fdb_remove_unicast (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/ |
H A D | dpsw.h | 462 int dpsw_fdb_remove_unicast(struct fsl_mc_io *mc_io,
|
H A D | dpsw.c | 1035 * dpsw_fdb_remove_unicast() - removes an entry from MAC lookup table 1044 int dpsw_fdb_remove_unicast(struct fsl_mc_io *mc_io, in dpsw_fdb_remove_unicast() function
|
H A D | ethsw.c | 284 err = dpsw_fdb_remove_unicast(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_fdb_del_uc() 290 "dpsw_fdb_remove_unicast err %d\n", err); in dpaa2_switch_port_fdb_del_uc()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpsw.h | 496 int dpsw_fdb_remove_unicast(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token,
|
H A D | dpsw.c | 996 * dpsw_fdb_remove_unicast() - removes an entry from MAC lookup table 1005 int dpsw_fdb_remove_unicast(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, in dpsw_fdb_remove_unicast() function
|
H A D | dpaa2-switch.c | 436 err = dpsw_fdb_remove_unicast(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_fdb_del_uc() 442 "dpsw_fdb_remove_unicast err %d\n", err); in dpaa2_switch_port_fdb_del_uc()
|
Completed in 13 milliseconds