Searched refs:dpsw_if_set_stp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/ |
H A D | dpsw.h | 307 int dpsw_if_set_stp(struct fsl_mc_io *mc_io,
|
H A D | dpsw.c | 574 * dpsw_if_set_stp() - Function sets Spanning Tree Protocol (STP) state. 586 int dpsw_if_set_stp(struct fsl_mc_io *mc_io, in dpsw_if_set_stp() function
|
H A D | ethsw.c | 216 err = dpsw_if_set_stp(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_set_stp_state() 221 "dpsw_if_set_stp err %d\n", err); in dpaa2_switch_port_set_stp_state() 1543 err = dpsw_if_set_stp(ethsw->mc_io, 0, ethsw->dpsw_handle, i, in dpaa2_switch_init() 1546 dev_err(dev, "dpsw_if_set_stp err %d for port %d\n", in dpaa2_switch_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpsw.h | 339 int dpsw_if_set_stp(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 if_id,
|
H A D | dpsw.c | 473 * dpsw_if_set_stp() - Function sets Spanning Tree Protocol (STP) state. 485 int dpsw_if_set_stp(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 if_id, in dpsw_if_set_stp() function
|
H A D | dpaa2-switch.c | 363 err = dpsw_if_set_stp(port_priv->ethsw_data->mc_io, 0, in dpaa2_switch_port_set_stp_state() 368 "dpsw_if_set_stp err %d\n", err); in dpaa2_switch_port_set_stp_state() 3022 err = dpsw_if_set_stp(ethsw->mc_io, 0, ethsw->dpsw_handle, i, in dpaa2_switch_init() 3025 dev_err(dev, "dpsw_if_set_stp err %d for port %d\n", in dpaa2_switch_init()
|
Completed in 13 milliseconds