Searched refs:update_list (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c194 struct list_head *update_list,
215 update_list);
253 struct list_head *update_list)
281 update_list,
305 update_list, true);
321 struct list_head *update_list)
333 update_list);
352 struct list_head *update_list)
375 update_list);
382 err = dr_rule_send_update_list(update_list, matche
192 dr_rule_rehash_handle_collision(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct list_head *update_list, struct mlx5dr_ste *col_ste, u8 *hw_ste) argument
249 dr_rule_rehash_copy_ste(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste *cur_ste, struct mlx5dr_ste_htbl *new_htbl, struct list_head *update_list) argument
317 dr_rule_rehash_copy_miss_list(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct list_head *cur_miss_list, struct mlx5dr_ste_htbl *new_htbl, struct list_head *update_list) argument
348 dr_rule_rehash_copy_htbl(struct mlx5dr_matcher *matcher, struct mlx5dr_matcher_rx_tx *nic_matcher, struct mlx5dr_ste_htbl *cur_htbl, struct mlx5dr_ste_htbl *new_htbl, struct list_head *update_list) argument
394 dr_rule_rehash_htbl(struct mlx5dr_rule *rule, struct mlx5dr_rule_rx_tx *nic_rule, struct mlx5dr_ste_htbl *cur_htbl, u8 ste_location, struct list_head *update_list, enum mlx5dr_icm_chunk_size new_size) argument
515 dr_rule_rehash(struct mlx5dr_rule *rule, struct mlx5dr_rule_rx_tx *nic_rule, struct mlx5dr_ste_htbl *cur_htbl, u8 ste_location, struct list_head *update_list) argument
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c347 INIT_LIST_HEAD(&prange->update_list);
1124 list_add(&tail->update_list, remap_list);
1139 list_add(&head->update_list, remap_list);
2014 struct list_head *update_list)
2029 list_add(&prange->update_list, update_list);
2043 * @update_list: output, the ranges need validate and update GPU mapping
2069 struct list_head *update_list, struct list_head *insert_list,
2082 INIT_LIST_HEAD(update_list);
2116 list_add(&old->update_list, remove_lis
2012 svm_range_split_new(struct svm_range_list *svms, uint64_t start, uint64_t last, uint64_t max_pages, struct list_head *insert_list, struct list_head *update_list) argument
2067 svm_range_add(struct kfd_process *p, uint64_t start, uint64_t size, uint32_t nattr, struct kfd_ioctl_svm_attribute *attrs, struct list_head *update_list, struct list_head *insert_list, struct list_head *remove_list, struct list_head *remap_list) argument
3519 struct list_head update_list; local
[all...]
H A Dkfd_svm.h78 * @update_list:link list node used to add to update_list
116 struct list_head update_list; member in struct:svm_range

Completed in 130 milliseconds