Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c1459 static int mlxsw_sp_qevent_binding_configure(struct mlxsw_sp_qevent_block *qevent_block, in mlxsw_sp_qevent_binding_configure() argument
1465 list_for_each_entry(mall_entry, &qevent_block->mall_entry_list, list) { in mlxsw_sp_qevent_binding_configure()
1466 err = mlxsw_sp_qevent_entry_configure(qevent_block->mlxsw_sp, mall_entry, in mlxsw_sp_qevent_binding_configure()
1475 list_for_each_entry_continue_reverse(mall_entry, &qevent_block->mall_entry_list, list) in mlxsw_sp_qevent_binding_configure()
1476 mlxsw_sp_qevent_entry_deconfigure(qevent_block->mlxsw_sp, mall_entry, in mlxsw_sp_qevent_binding_configure()
1481 static void mlxsw_sp_qevent_binding_deconfigure(struct mlxsw_sp_qevent_block *qevent_block, in mlxsw_sp_qevent_binding_deconfigure() argument
1486 list_for_each_entry(mall_entry, &qevent_block->mall_entry_list, list) in mlxsw_sp_qevent_binding_deconfigure()
1487 mlxsw_sp_qevent_entry_deconfigure(qevent_block->mlxsw_sp, mall_entry, in mlxsw_sp_qevent_binding_deconfigure()
1491 static int mlxsw_sp_qevent_block_configure(struct mlxsw_sp_qevent_block *qevent_block) in mlxsw_sp_qevent_block_configure() argument
1496 list_for_each_entry(qevent_binding, &qevent_block->binding_list, list) { in mlxsw_sp_qevent_block_configure()
[all …]