Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx4/
Dmcg.c170 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()
Dmlx4.h454 struct list_head duplicates; member
Dmain.c2202 &entry->duplicates, in mlx4_clear_steering()
/drivers/firmware/efi/
Dvars.c444 void *data, bool atomic, bool duplicates, in efivar_init() argument
489 if (duplicates && in efivar_init()