Searched refs:mlxsw_core_port_fini (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | minimal.c | 219 mlxsw_core_port_fini(mlxsw_m->core, local_port); in mlxsw_m_port_create() 231 mlxsw_core_port_fini(mlxsw_m->core, local_port); in mlxsw_m_port_remove()
|
D | switchib.c | 298 mlxsw_core_port_fini(mlxsw_sib->core, local_port); in mlxsw_sib_port_create() 316 mlxsw_core_port_fini(mlxsw_sib->core, local_port); in mlxsw_sib_port_remove()
|
D | core.h | 209 void mlxsw_core_port_fini(struct mlxsw_core *mlxsw_core, u8 local_port);
|
D | switchx2.c | 1101 mlxsw_core_port_fini(mlxsw_sx->core, local_port); in mlxsw_sx_port_eth_create() 1228 mlxsw_core_port_fini(mlxsw_sx->core, local_port); in mlxsw_sx_port_remove()
|
D | core.c | 2768 void mlxsw_core_port_fini(struct mlxsw_core *mlxsw_core, u8 local_port) in mlxsw_core_port_fini() function 2772 EXPORT_SYMBOL(mlxsw_core_port_fini);
|
D | spectrum.c | 1654 mlxsw_core_port_fini(mlxsw_sp->core, local_port); in mlxsw_sp_port_create() 1680 mlxsw_core_port_fini(mlxsw_sp->core, local_port); in mlxsw_sp_port_remove()
|