Lines Matching refs:tmp_entry
245 struct mlx4_steer_index *tmp_entry, *entry = NULL; in existing_steering_entry() local
258 list_for_each_entry(tmp_entry, &s_steer->steer_entries[steer], list) { in existing_steering_entry()
259 if (tmp_entry->index == index) { in existing_steering_entry()
260 entry = tmp_entry; in existing_steering_entry()
294 struct mlx4_steer_index *tmp_entry, *entry = NULL; in check_duplicate_entry() local
308 list_for_each_entry(tmp_entry, &s_steer->steer_entries[steer], list) { in check_duplicate_entry()
309 if (tmp_entry->index == index) { in check_duplicate_entry()
310 entry = tmp_entry; in check_duplicate_entry()
374 struct mlx4_steer_index *entry = NULL, *tmp_entry; in can_remove_steering_entry() local
390 list_for_each_entry_safe(entry, tmp_entry, &s_steer->steer_entries[steer], list) { in can_remove_steering_entry()
556 struct mlx4_steer_index *entry, *tmp_entry; in remove_promisc_qp() local
601 list_for_each_entry_safe(entry, tmp_entry, in remove_promisc_qp()