Go to the documentation of this file.
23 #ifndef _ASM_POWERPC_ASYNC_TX_H_
24 #define _ASM_POWERPC_ASYNC_TX_H_
26 #if defined(CONFIG_440SPe) || defined(CONFIG_440SP)
29 struct page **dst_lst,
int dst_cnt,
struct page **src_lst,
30 int src_cnt,
size_t src_sz);
32 #define async_tx_find_channel(dep, cap, dst_lst, dst_cnt, src_lst, \
34 ppc440spe_async_tx_find_best_channel(cap, dst_lst, dst_cnt, src_lst, \
38 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \
39 __async_tx_find_channel(dep, type)