Searched refs:tmp_entry (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/ |
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 …]
|
D | main.c | 3200 struct mlx4_steer_index *entry, *tmp_entry; in mlx4_clear_steering() local 3213 list_for_each_entry_safe(entry, tmp_entry, in mlx4_clear_steering()
|
/linux-6.6.21/net/ipv6/ |
D | calipso.c | 161 struct calipso_map_cache_entry *entry, *tmp_entry; in calipso_cache_invalidate() local 167 tmp_entry, in calipso_cache_invalidate()
|
/linux-6.6.21/net/ipv4/ |
D | cipso_ipv4.c | 195 struct cipso_v4_map_cache_entry *entry, *tmp_entry; in cipso_v4_cache_invalidate() local 201 tmp_entry, in cipso_v4_cache_invalidate()
|
/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_common.c | 796 struct ice_adv_fltr_mgmt_list_entry *tmp_entry; in ice_cleanup_fltr_mgmt_struct() local 800 list_for_each_entry_safe(lst_itr, tmp_entry, in ice_cleanup_fltr_mgmt_struct() 808 struct ice_fltr_mgmt_list_entry *lst_itr, *tmp_entry; in ice_cleanup_fltr_mgmt_struct() local 811 list_for_each_entry_safe(lst_itr, tmp_entry, in ice_cleanup_fltr_mgmt_struct()
|
D | ice_switch.c | 3786 struct ice_adv_fltr_mgmt_list_entry *tmp_entry; in ice_rem_adv_rule_info() local 3792 list_for_each_entry_safe(lst_itr, tmp_entry, rule_head, list_entry) { in ice_rem_adv_rule_info()
|
/linux-6.6.21/drivers/net/ethernet/ibm/ |
D | ibmvnic.c | 3321 struct list_head *entry, *tmp_entry; in flush_reset_queue() local 3324 list_for_each_safe(entry, tmp_entry, &adapter->rwi_list) { in flush_reset_queue()
|