Searched refs:qevent_binding (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_qdisc.c | 1326 struct mlxsw_sp_qevent_binding *qevent_binding, in mlxsw_sp_qevent_span_configure() argument 1330 struct mlxsw_sp_port *mlxsw_sp_port = qevent_binding->mlxsw_sp_port; in mlxsw_sp_qevent_span_configure() 1344 err = mlxsw_sp_span_agent_bind(mlxsw_sp, qevent_binding->span_trigger, mlxsw_sp_port, in mlxsw_sp_qevent_span_configure() 1349 err = mlxsw_sp_span_trigger_enable(mlxsw_sp_port, qevent_binding->span_trigger, in mlxsw_sp_qevent_span_configure() 1350 qevent_binding->tclass_num); in mlxsw_sp_qevent_span_configure() 1358 mlxsw_sp_span_agent_unbind(mlxsw_sp, qevent_binding->span_trigger, mlxsw_sp_port, in mlxsw_sp_qevent_span_configure() 1368 struct mlxsw_sp_qevent_binding *qevent_binding, in mlxsw_sp_qevent_span_deconfigure() argument 1371 struct mlxsw_sp_port *mlxsw_sp_port = qevent_binding->mlxsw_sp_port; in mlxsw_sp_qevent_span_deconfigure() 1376 mlxsw_sp_span_trigger_disable(mlxsw_sp_port, qevent_binding->span_trigger, in mlxsw_sp_qevent_span_deconfigure() 1377 qevent_binding->tclass_num); in mlxsw_sp_qevent_span_deconfigure() [all …]
|