Searched refs:comp_eqs_list (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 705 list_for_each_entry_safe(eq, n, &table->comp_eqs_list, list) { in mlx5_vector2eqn() 725 list_for_each_entry(eq, &table->comp_eqs_list, list) in mlx5_eqn2eq() 748 list_for_each_entry_safe(eq, n, &table->comp_eqs_list, list) { in free_comp_eqs() 770 INIT_LIST_HEAD(&table->comp_eqs_list); in alloc_comp_eqs() 800 list_add_tail(&eq->list, &table->comp_eqs_list); in alloc_comp_eqs()
|
D | eq.c | 980 list_for_each_entry(eq, &table->comp_eqs_list, list) in mlx5_core_eq_free_irqs()
|
/Linux-v4.19/include/linux/mlx5/ |
D | driver.h | 485 struct list_head comp_eqs_list; member
|