Searched refs:tmp_entry (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | mcg.c | 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() [all …]
|
| /linux/net/ipv6/ |
| H A D | calipso.c | 160 struct calipso_map_cache_entry *entry, *tmp_entry; in calipso_cache_invalidate() local 166 tmp_entry, in calipso_cache_invalidate()
|
| /linux/net/ipv4/ |
| H A D | cipso_ipv4.c | 194 struct cipso_v4_map_cache_entry *entry, *tmp_entry; in cipso_v4_cache_invalidate() local 200 tmp_entry, in cipso_v4_cache_invalidate()
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 3400 struct list_head *entry, *tmp_entry; in flush_reset_queue() local 3403 list_for_each_safe(entry, tmp_entry, &adapter->rwi_list) { in flush_reset_queue()
|