Searched refs:src_count (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/crypto/ | 
| D | xor.c | 27 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs)  in xor_blocks()  argument32 	if (src_count == 1) {  in xor_blocks()
 38 	if (src_count == 2) {  in xor_blocks()
 44 	if (src_count == 3) {  in xor_blocks()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | async_tx.h | 100 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \  argument120 		      int dst_count, struct page **src, int src_count,  in async_tx_find_channel()  argument
 
 | 
| /Linux-v5.4/drivers/dma/ | 
| D | mv_xor.c | 886 	int src_count = MV_XOR_NUM_SRC_TEST;  in mv_chan_xor_self_test()  local888 	for (src_idx = 0; src_idx < src_count; src_idx++) {  in mv_chan_xor_self_test()
 905 	for (src_idx = 0; src_idx < src_count; src_idx++) {  in mv_chan_xor_self_test()
 911 	for (src_idx = 0; src_idx < src_count; src_idx++)  in mv_chan_xor_self_test()
 925 	unmap = dmaengine_get_unmap_data(dma_chan->device->dev, src_count + 1,  in mv_chan_xor_self_test()
 933 	for (i = 0; i < src_count; i++) {  in mv_chan_xor_self_test()
 945 	unmap->addr[src_count] = dma_map_page(dma_chan->device->dev, dest, 0, PAGE_SIZE,  in mv_chan_xor_self_test()
 947 	dest_dma = unmap->addr[src_count];  in mv_chan_xor_self_test()
 948 	ret = dma_mapping_error(dma_chan->device->dev, unmap->addr[src_count]);  in mv_chan_xor_self_test()
 957 				 src_count, PAGE_SIZE, 0);  in mv_chan_xor_self_test()
 [all …]
 
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | async_tx.h | 22 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \  argument
 | 
| /Linux-v5.4/drivers/misc/altera-stapl/ | 
| D | altera.c | 1693 			s32 src_count;  in altera_execute()  local1718 					src_count = 1 + copy_count - copy_index;  in altera_execute()
 1721 					src_count = 1 + copy_index - copy_count;  in altera_execute()
 1735 				copy_count = (src_count < dest_count) ?  in altera_execute()
 1736 							src_count : dest_count;  in altera_execute()
 1739 					(src_count != dest_count))  in altera_execute()
 
 | 
| /Linux-v5.4/arch/powerpc/kvm/ | 
| D | book3s_xive.h | 119 	u32	src_count;  member
 | 
| D | book3s_xive.c | 1567 	if (xive->saved_src_count == xive->src_count)  in xive_get_source()1794 		xive->src_count++;  in xive_set_source()
 
 | 
| D | book3s_xive_native.c | 379 		xive->src_count++;  in kvmppc_xive_native_set_source()
 |