Lines Matching refs:tmp_entry
244 struct mlx4_steer_index *tmp_entry, *entry = NULL; in existing_steering_entry() local
257 list_for_each_entry(tmp_entry, &s_steer->steer_entries[steer], list) { in existing_steering_entry()
258 if (tmp_entry->index == index) { in existing_steering_entry()
259 entry = tmp_entry; in existing_steering_entry()
293 struct mlx4_steer_index *tmp_entry, *entry = NULL; in check_duplicate_entry() local
307 list_for_each_entry(tmp_entry, &s_steer->steer_entries[steer], list) { in check_duplicate_entry()
308 if (tmp_entry->index == index) { in check_duplicate_entry()
309 entry = tmp_entry; in check_duplicate_entry()
373 struct mlx4_steer_index *entry = NULL, *tmp_entry; in can_remove_steering_entry() local
389 list_for_each_entry_safe(entry, tmp_entry, &s_steer->steer_entries[steer], list) { in can_remove_steering_entry()
555 struct mlx4_steer_index *entry, *tmp_entry; in remove_promisc_qp() local
600 list_for_each_entry_safe(entry, tmp_entry, in remove_promisc_qp()