Searched refs:copy_complete (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | hw.c | 245 .copy_complete = &wcn3990_host_ie_cc, 399 .copy_complete = &qcax_host_ie_cc,
|
H A D | hw.h | 304 struct ath10k_hw_ce_regs_addr_map *copy_complete; }; member
|
H A D | ce.c | 369 host_ie_addr | host_ie->copy_complete->mask); in ath10k_ce_copy_complete_inter_enable() 381 host_ie_addr & ~(host_ie->copy_complete->mask)); in ath10k_ce_copy_complete_intr_disable()
|
/linux/drivers/md/ |
H A D | dm-cache-target.c | 1084 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function 1108 dm_kcopyd_copy(cache->copier, &o_region, 1, &c_region, 0, copy_complete, &mg->k); in copy() 1110 dm_kcopyd_copy(cache->copier, &c_region, 1, &o_region, 0, copy_complete, &mg->k); in copy()
|
H A D | dm-thin.c | 847 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function 1289 dm_kcopyd_zero(tc->pool->copier, 1, &to, 0, copy_complete, m); in ll_zero() 1354 0, copy_complete, m); in schedule_copy()
|