Home
last modified time | relevance | path

Searched refs:copy_complete (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dhw.c244 .copy_complete = &wcn3990_host_ie_cc,
398 .copy_complete = &qcax_host_ie_cc,
Dhw.h311 struct ath10k_hw_ce_regs_addr_map *copy_complete; }; member
Dce.c422 host_ie_addr | host_ie->copy_complete->mask); in ath10k_ce_copy_complete_inter_enable()
434 host_ie_addr & ~(host_ie->copy_complete->mask)); in ath10k_ce_copy_complete_intr_disable()
/linux-5.19.10/drivers/md/
Ddm-cache-target.c1072 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function
1096 dm_kcopyd_copy(cache->copier, &o_region, 1, &c_region, 0, copy_complete, &mg->k); in copy()
1098 dm_kcopyd_copy(cache->copier, &c_region, 1, &o_region, 0, copy_complete, &mg->k); in copy()
Ddm-thin.c848 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function
1287 dm_kcopyd_zero(tc->pool->copier, 1, &to, 0, copy_complete, m); in ll_zero()
1352 0, copy_complete, m); in schedule_copy()