Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c1617 static int mlxsw_sp_qevent_binding_configure(struct mlxsw_sp_qevent_block *qevent_block, in mlxsw_sp_qevent_binding_configure() argument
1623 list_for_each_entry(mall_entry, &qevent_block->mall_entry_list, list) { in mlxsw_sp_qevent_binding_configure()
1624 err = mlxsw_sp_qevent_entry_configure(qevent_block->mlxsw_sp, mall_entry, in mlxsw_sp_qevent_binding_configure()
1633 list_for_each_entry_continue_reverse(mall_entry, &qevent_block->mall_entry_list, list) in mlxsw_sp_qevent_binding_configure()
1634 mlxsw_sp_qevent_entry_deconfigure(qevent_block->mlxsw_sp, mall_entry, in mlxsw_sp_qevent_binding_configure()
1639 static void mlxsw_sp_qevent_binding_deconfigure(struct mlxsw_sp_qevent_block *qevent_block, in mlxsw_sp_qevent_binding_deconfigure() argument
1644 list_for_each_entry(mall_entry, &qevent_block->mall_entry_list, list) in mlxsw_sp_qevent_binding_deconfigure()
1645 mlxsw_sp_qevent_entry_deconfigure(qevent_block->mlxsw_sp, mall_entry, in mlxsw_sp_qevent_binding_deconfigure()
1649 static int mlxsw_sp_qevent_block_configure(struct mlxsw_sp_qevent_block *qevent_block) in mlxsw_sp_qevent_block_configure() argument
1654 list_for_each_entry(qevent_binding, &qevent_block->binding_list, list) { in mlxsw_sp_qevent_block_configure()
[all …]