Searched refs:qevent_binding (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_qdisc.c | 1481 struct mlxsw_sp_qevent_binding *qevent_binding, in mlxsw_sp_qevent_span_configure() argument 1485 struct mlxsw_sp_port *mlxsw_sp_port = qevent_binding->mlxsw_sp_port; in mlxsw_sp_qevent_span_configure() 1500 err = mlxsw_sp_span_agent_bind(mlxsw_sp, qevent_binding->span_trigger, mlxsw_sp_port, in mlxsw_sp_qevent_span_configure() 1505 err = mlxsw_sp_span_trigger_enable(mlxsw_sp_port, qevent_binding->span_trigger, in mlxsw_sp_qevent_span_configure() 1506 qevent_binding->tclass_num); in mlxsw_sp_qevent_span_configure() 1514 mlxsw_sp_span_agent_unbind(mlxsw_sp, qevent_binding->span_trigger, mlxsw_sp_port, in mlxsw_sp_qevent_span_configure() 1524 struct mlxsw_sp_qevent_binding *qevent_binding, in mlxsw_sp_qevent_span_deconfigure() argument 1527 struct mlxsw_sp_port *mlxsw_sp_port = qevent_binding->mlxsw_sp_port; in mlxsw_sp_qevent_span_deconfigure() 1532 mlxsw_sp_span_trigger_disable(mlxsw_sp_port, qevent_binding->span_trigger, in mlxsw_sp_qevent_span_deconfigure() 1533 qevent_binding->tclass_num); in mlxsw_sp_qevent_span_deconfigure() [all …]
|