Searched refs:eq_list (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_hw_queues.c | 30 INIT_LIST_HEAD(&hw->eq_list); in efct_hw_init_queues() 152 list_add_tail(&eq->list_entry, &hw->eq_list); in efct_hw_new_eq() 476 if (!hw->eq_list.next) in efct_hw_queue_teardown() 479 list_for_each_entry_safe(eq, eq_next, &hw->eq_list, list_entry) in efct_hw_queue_teardown()
|
| H A D | efct_hw.h | 398 struct list_head eq_list; member
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | gdma_main.c | 739 list_add_rcu(&queue->entry, &gic->eq_list); in mana_gd_register_irq() 766 list_for_each_entry_rcu(eq, &gic->eq_list, entry) { in mana_gd_deregister_irq() 1512 struct list_head *eq_list = &gic->eq_list; in mana_gd_intr() local 1516 list_for_each_entry_rcu(eq, eq_list, entry) { in mana_gd_intr() 1645 INIT_LIST_HEAD(&gic->eq_list); in mana_gd_setup_dyn_irqs() 1724 INIT_LIST_HEAD(&gic->eq_list); in mana_gd_setup_irqs()
|
| /linux/include/net/mana/ |
| H A D | gdma.h | 381 /* Protect the eq_list */ member 383 struct list_head eq_list;
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | resource_tracker.c | 5113 struct list_head *eq_list = in rem_slave_eqs() local 5127 list_for_each_entry_safe(eq, tmp, eq_list, com.list) { in rem_slave_eqs()
|