Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_dcb.c549 struct mlxsw_sp_hdroom orig_hdroom; in mlxsw_sp_dcbnl_ieee_setpfc() local
559 orig_hdroom = *mlxsw_sp_port->hdroom; in mlxsw_sp_dcbnl_ieee_setpfc()
561 hdroom = orig_hdroom; in mlxsw_sp_dcbnl_ieee_setpfc()
591 mlxsw_sp_hdroom_configure(mlxsw_sp_port, &orig_hdroom); in mlxsw_sp_dcbnl_ieee_setpfc()
Dspectrum_ethtool.c206 struct mlxsw_sp_hdroom orig_hdroom; in mlxsw_sp_port_set_pauseparam() local
221 orig_hdroom = *mlxsw_sp_port->hdroom; in mlxsw_sp_port_set_pauseparam()
223 hdroom = orig_hdroom; in mlxsw_sp_port_set_pauseparam()
253 mlxsw_sp_hdroom_configure(mlxsw_sp_port, &orig_hdroom); in mlxsw_sp_port_set_pauseparam()
Dspectrum_buffers.c527 struct mlxsw_sp_hdroom orig_hdroom; in __mlxsw_sp_hdroom_configure() local
540 orig_hdroom = *mlxsw_sp_port->hdroom; in __mlxsw_sp_hdroom_configure()
541 tmp_hdroom = orig_hdroom; in __mlxsw_sp_hdroom_configure()
575 mlxsw_sp_hdroom_configure_buffers(mlxsw_sp_port, &orig_hdroom, false); in __mlxsw_sp_hdroom_configure()
Dspectrum_qdisc.c235 struct mlxsw_sp_hdroom orig_hdroom; in mlxsw_sp_qdisc_create() local
254 orig_hdroom = *mlxsw_sp_port->hdroom; in mlxsw_sp_qdisc_create()
256 struct mlxsw_sp_hdroom hdroom = orig_hdroom; in mlxsw_sp_qdisc_create()
281 mlxsw_sp_hdroom_configure(mlxsw_sp_port, &orig_hdroom); in mlxsw_sp_qdisc_create()
Dspectrum.c659 struct mlxsw_sp_hdroom orig_hdroom; in mlxsw_sp_port_change_mtu() local
663 orig_hdroom = *mlxsw_sp_port->hdroom; in mlxsw_sp_port_change_mtu()
665 hdroom = orig_hdroom; in mlxsw_sp_port_change_mtu()
682 mlxsw_sp_hdroom_configure(mlxsw_sp_port, &orig_hdroom); in mlxsw_sp_port_change_mtu()