Searched refs:duplicates (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 169 INIT_LIST_HEAD(&new_entry->duplicates); in new_steering_entry() 184 list_add_tail(&dqp->list, &new_entry->duplicates); in new_steering_entry() 271 list_for_each_entry(dqp, &entry->duplicates, list) { in existing_steering_entry() 281 list_add_tail(&dqp->list, &entry->duplicates); in existing_steering_entry() 317 list_for_each_entry_safe(dqp, tmp_dqp, &entry->duplicates, list) { in check_duplicate_entry() 391 if (list_empty(&entry->duplicates) || in can_remove_steering_entry() 400 &entry->duplicates, in can_remove_steering_entry() 489 &entry->duplicates); in add_promisc_qp() 604 list_for_each_entry(dqp, &entry->duplicates, list) { in remove_promisc_qp()
|
D | mlx4.h | 474 struct list_head duplicates; member
|
D | main.c | 3092 &entry->duplicates, in mlx4_clear_steering()
|
/drivers/firmware/efi/ |
D | vars.c | 440 void *data, bool duplicates, struct list_head *head) in efivar_init() argument 478 if (duplicates) in efivar_init() 492 if (duplicates && in efivar_init() 505 if (duplicates) { in efivar_init()
|
/drivers/gpu/drm/radeon/ |
D | radeon_object.c | 538 struct list_head duplicates; in radeon_bo_list_validate() local 543 INIT_LIST_HEAD(&duplicates); in radeon_bo_list_validate() 544 r = ttm_eu_reserve_buffers(ticket, head, true, &duplicates); in radeon_bo_list_validate() 596 list_for_each_entry(lobj, &duplicates, tv.head) { in radeon_bo_list_validate()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cs.c | 515 struct list_head duplicates; in amdgpu_cs_parser_bos() local 529 INIT_LIST_HEAD(&duplicates); in amdgpu_cs_parser_bos() 543 &duplicates); in amdgpu_cs_parser_bos() 636 r = amdgpu_cs_list_validate(p, &duplicates); in amdgpu_cs_parser_bos()
|