Searched refs:dpsw_fdb_add_unicast (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/ |
H A D | dpsw.h | 456 int dpsw_fdb_add_unicast(struct fsl_mc_io *mc_io,
|
H A D | dpsw.c | 949 * dpsw_fdb_add_unicast() - Function adds an unicast entry into MAC lookup table 958 int dpsw_fdb_add_unicast(struct fsl_mc_io *mc_io, in dpsw_fdb_add_unicast() function
|
H A D | ethsw.c | 265 err = dpsw_fdb_add_unicast(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_fdb_add_uc() 270 "dpsw_fdb_add_unicast err %d\n", err); in dpaa2_switch_port_fdb_add_uc()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpsw.h | 493 int dpsw_fdb_add_unicast(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token,
|
H A D | dpsw.c | 918 * dpsw_fdb_add_unicast() - Function adds an unicast entry into MAC lookup table 927 int dpsw_fdb_add_unicast(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, in dpsw_fdb_add_unicast() function
|
H A D | dpaa2-switch.c | 415 err = dpsw_fdb_add_unicast(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_fdb_add_uc() 420 "dpsw_fdb_add_unicast err %d\n", err); in dpaa2_switch_port_fdb_add_uc()
|
Completed in 13 milliseconds