Searched refs:duplicates (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 170 INIT_LIST_HEAD(&new_entry->duplicates); in new_steering_entry() 185 list_add_tail(&dqp->list, &new_entry->duplicates); in new_steering_entry() 272 list_for_each_entry(dqp, &entry->duplicates, list) { in existing_steering_entry() 282 list_add_tail(&dqp->list, &entry->duplicates); in existing_steering_entry() 318 list_for_each_entry_safe(dqp, tmp_dqp, &entry->duplicates, list) { in check_duplicate_entry() 392 if (list_empty(&entry->duplicates) || in can_remove_steering_entry() 401 &entry->duplicates, in can_remove_steering_entry() 490 &entry->duplicates); in add_promisc_qp() 605 list_for_each_entry(dqp, &entry->duplicates, list) { in remove_promisc_qp()
|
D | mlx4.h | 454 struct list_head duplicates; member
|
D | main.c | 2202 &entry->duplicates, in mlx4_clear_steering()
|
/drivers/firmware/efi/ |
D | vars.c | 444 void *data, bool atomic, bool duplicates, in efivar_init() argument 489 if (duplicates && in efivar_init()
|