Searched refs:copy_complete (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | hw.c | 243 .copy_complete = &wcn3990_host_ie_cc, 397 .copy_complete = &qcax_host_ie_cc,
|
H A D | hw.h | 311 struct ath10k_hw_ce_regs_addr_map *copy_complete; }; member
|
H A D | ce.c | 422 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | hw.c | 244 .copy_complete = &wcn3990_host_ie_cc, 398 .copy_complete = &qcax_host_ie_cc,
|
H A D | hw.h | 311 struct ath10k_hw_ce_regs_addr_map *copy_complete; }; member
|
H A D | ce.c | 368 host_ie_addr | host_ie->copy_complete->mask); in ath10k_ce_copy_complete_inter_enable() 380 host_ie_addr & ~(host_ie->copy_complete->mask)); in ath10k_ce_copy_complete_intr_disable()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-cache-target.c | 1150 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function 1174 dm_kcopyd_copy(cache->copier, &o_region, 1, &c_region, 0, copy_complete, &mg->k); in copy() 1176 dm_kcopyd_copy(cache->copier, &c_region, 1, &o_region, 0, copy_complete, &mg->k); in copy()
|
H A D | dm-thin.c | 850 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function 1297 dm_kcopyd_zero(tc->pool->copier, 1, &to, 0, copy_complete, m); in ll_zero() 1362 0, copy_complete, m); in schedule_copy()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-cache-target.c | 1085 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function 1109 dm_kcopyd_copy(cache->copier, &o_region, 1, &c_region, 0, copy_complete, &mg->k); in copy() 1111 dm_kcopyd_copy(cache->copier, &c_region, 1, &o_region, 0, copy_complete, &mg->k); in copy()
|
H A D | dm-thin.c | 850 static void copy_complete(int read_err, unsigned long write_err, void *context) in copy_complete() function 1292 dm_kcopyd_zero(tc->pool->copier, 1, &to, 0, copy_complete, m); in ll_zero() 1357 0, copy_complete, m); in schedule_copy()
|
Completed in 51 milliseconds