Home
last modified time | relevance | path

Searched refs:orig_hdroom (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_dcb.c536 struct mlxsw_sp_hdroom orig_hdroom; in mlxsw_sp_dcbnl_ieee_setpfc() local
546 orig_hdroom = *mlxsw_sp_port->hdroom; in mlxsw_sp_dcbnl_ieee_setpfc()
548 hdroom = orig_hdroom; in mlxsw_sp_dcbnl_ieee_setpfc()
578 mlxsw_sp_hdroom_configure(mlxsw_sp_port, &orig_hdroom); in mlxsw_sp_dcbnl_ieee_setpfc()
Dspectrum_ethtool.c213 struct mlxsw_sp_hdroom orig_hdroom; in mlxsw_sp_port_set_pauseparam() local
228 orig_hdroom = *mlxsw_sp_port->hdroom; in mlxsw_sp_port_set_pauseparam()
230 hdroom = orig_hdroom; in mlxsw_sp_port_set_pauseparam()
260 mlxsw_sp_hdroom_configure(mlxsw_sp_port, &orig_hdroom); in mlxsw_sp_port_set_pauseparam()
Dspectrum_buffers.c542 struct mlxsw_sp_hdroom orig_hdroom; in __mlxsw_sp_hdroom_configure() local
555 orig_hdroom = *mlxsw_sp_port->hdroom; in __mlxsw_sp_hdroom_configure()
556 tmp_hdroom = orig_hdroom; in __mlxsw_sp_hdroom_configure()
590 mlxsw_sp_hdroom_configure_buffers(mlxsw_sp_port, &orig_hdroom, false); in __mlxsw_sp_hdroom_configure()
Dspectrum_qdisc.c359 struct mlxsw_sp_hdroom orig_hdroom; in mlxsw_sp_qdisc_create() local
378 orig_hdroom = *mlxsw_sp_port->hdroom; in mlxsw_sp_qdisc_create()
380 struct mlxsw_sp_hdroom hdroom = orig_hdroom; in mlxsw_sp_qdisc_create()
409 mlxsw_sp_hdroom_configure(mlxsw_sp_port, &orig_hdroom); in mlxsw_sp_qdisc_create()
Dspectrum.c789 struct mlxsw_sp_hdroom orig_hdroom; in mlxsw_sp_port_change_mtu() local
793 orig_hdroom = *mlxsw_sp_port->hdroom; in mlxsw_sp_port_change_mtu()
795 hdroom = orig_hdroom; in mlxsw_sp_port_change_mtu()
812 mlxsw_sp_hdroom_configure(mlxsw_sp_port, &orig_hdroom); in mlxsw_sp_port_change_mtu()