Searched refs:mall_entry_list (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_qdisc.c | 1310 struct list_head mall_entry_list; member 1465 list_for_each_entry(mall_entry, &qevent_block->mall_entry_list, list) { 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() 1486 list_for_each_entry(mall_entry, &qevent_block->mall_entry_list, list) in mlxsw_sp_qevent_binding_deconfigure() 1523 list_for_each_entry(mall_entry, &block->mall_entry_list, list) in mlxsw_sp_qevent_mall_entry_find() 1541 if (!list_empty(&qevent_block->mall_entry_list)) { in mlxsw_sp_qevent_mall_replace() 1580 list_add_tail(&mall_entry->list, &qevent_block->mall_entry_list); in mlxsw_sp_qevent_mall_replace() 1648 INIT_LIST_HEAD(&qevent_block->mall_entry_list); in mlxsw_sp_qevent_block_create() 1657 WARN_ON(!list_empty(&qevent_block->mall_entry_list)); in mlxsw_sp_qevent_block_destroy()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_qdisc.c | 1746 struct list_head mall_entry_list; member 1921 list_for_each_entry(mall_entry, &qevent_block->mall_entry_list, list) { in mlxsw_sp_qevent_binding_configure() 1931 list_for_each_entry_continue_reverse(mall_entry, &qevent_block->mall_entry_list, list) in mlxsw_sp_qevent_binding_configure() 1942 list_for_each_entry(mall_entry, &qevent_block->mall_entry_list, list) in mlxsw_sp_qevent_binding_deconfigure() 1983 list_for_each_entry(mall_entry, &block->mall_entry_list, list) in mlxsw_sp_qevent_mall_entry_find() 2001 if (!list_empty(&qevent_block->mall_entry_list)) { in mlxsw_sp_qevent_mall_replace() 2040 list_add_tail(&mall_entry->list, &qevent_block->mall_entry_list); in mlxsw_sp_qevent_mall_replace() 2108 INIT_LIST_HEAD(&qevent_block->mall_entry_list); in mlxsw_sp_qevent_block_create() 2117 WARN_ON(!list_empty(&qevent_block->mall_entry_list)); in mlxsw_sp_qevent_block_destroy()
|
Completed in 8 milliseconds