Searched refs:duplicates (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c144 INIT_LIST_HEAD(&new_entry->duplicates);
149 * it should be inserted to duplicates list
159 list_add_tail(&dqp->list, &new_entry->duplicates);
243 list_for_each_entry(dqp, &entry->duplicates, list) {
253 list_add_tail(&dqp->list, &entry->duplicates);
286 list_for_each_entry_safe(dqp, tmp_dqp, &entry->duplicates, list) {
327 * Checking for duplicates */
331 if (list_empty(&entry->duplicates)) {
335 /* This entry contains duplicates so it shouldn't be removed */
400 /* Entry already exists, add to duplicates */
[all...]
H A Dmlx4.h452 struct list_head duplicates; member in struct:mlx4_steer_index
H A Dmain.c1689 &entry->duplicates,

Completed in 89 milliseconds