| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_init.c | 700 struct rtw_bcn_entry *tmp_entry, *type = NULL; in hal_bcn_deinit() local 704 phl_list_for_loop_safe(tmp_entry, type, in hal_bcn_deinit() 707 list_del(&tmp_entry->list); in hal_bcn_deinit() 708 _os_mem_free(drv_priv, tmp_entry, sizeof(struct rtw_bcn_entry)); in hal_bcn_deinit() 743 struct rtw_bcn_entry *tmp_entry, *type = NULL; in hal_free_bcn_entry() local 748 phl_list_for_loop_safe(tmp_entry, type, in hal_free_bcn_entry() 751 if(tmp_entry->bcn_cmn->bcn_id == bcn_id){ in hal_free_bcn_entry() 760 list_del(&tmp_entry->list); in hal_free_bcn_entry() 761 _os_mem_free(drv_priv, tmp_entry, sizeof(struct rtw_bcn_entry)); in hal_free_bcn_entry() 774 struct rtw_bcn_entry *tmp_entry, *type = NULL; in hal_get_bcn_entry() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_init.c | 700 struct rtw_bcn_entry *tmp_entry, *type = NULL; in hal_bcn_deinit() local 704 phl_list_for_loop_safe(tmp_entry, type, in hal_bcn_deinit() 707 list_del(&tmp_entry->list); in hal_bcn_deinit() 708 _os_mem_free(drv_priv, tmp_entry, sizeof(struct rtw_bcn_entry)); in hal_bcn_deinit() 743 struct rtw_bcn_entry *tmp_entry, *type = NULL; in hal_free_bcn_entry() local 748 phl_list_for_loop_safe(tmp_entry, type, in hal_free_bcn_entry() 751 if(tmp_entry->bcn_cmn->bcn_id == bcn_id){ in hal_free_bcn_entry() 760 list_del(&tmp_entry->list); in hal_free_bcn_entry() 761 _os_mem_free(drv_priv, tmp_entry, sizeof(struct rtw_bcn_entry)); in hal_free_bcn_entry() 774 struct rtw_bcn_entry *tmp_entry, *type = NULL; in hal_get_bcn_entry() local [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| H A D | main.c | 3142 struct mlx4_steer_index *entry, *tmp_entry; in mlx4_clear_steering() local 3155 list_for_each_entry_safe(entry, tmp_entry, in mlx4_clear_steering()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | calipso.c | 161 struct calipso_map_cache_entry *entry, *tmp_entry; in calipso_cache_invalidate() local 167 tmp_entry, in calipso_cache_invalidate()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | cipso_ipv4.c | 196 struct cipso_v4_map_cache_entry *entry, *tmp_entry; in cipso_v4_cache_invalidate() local 202 tmp_entry, in cipso_v4_cache_invalidate()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.c | 583 struct ice_fltr_mgmt_list_entry *lst_itr, *tmp_entry; in ice_cleanup_fltr_mgmt_struct() local 587 list_for_each_entry_safe(lst_itr, tmp_entry, in ice_cleanup_fltr_mgmt_struct()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 2310 struct list_head *entry, *tmp_entry; in ibmvnic_reset() local 2358 list_for_each_safe(entry, tmp_entry, &adapter->rwi_list) { in ibmvnic_reset()
|