Searched refs:src_count (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/crypto/ | 
| D | xor.c | 31 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs)  in xor_blocks()  argument 36 	if (src_count == 1) {  in xor_blocks() 42 	if (src_count == 2) {  in xor_blocks() 48 	if (src_count == 3) {  in xor_blocks()
  | 
| /linux-4.4.14/drivers/dma/ | 
| D | mv_xor.c | 822 	int src_count = MV_XOR_NUM_SRC_TEST;  in mv_chan_xor_self_test()  local 824 	for (src_idx = 0; src_idx < src_count; src_idx++) {  in mv_chan_xor_self_test() 841 	for (src_idx = 0; src_idx < src_count; src_idx++) {  in mv_chan_xor_self_test() 847 	for (src_idx = 0; src_idx < src_count; src_idx++)  in mv_chan_xor_self_test() 861 	unmap = dmaengine_get_unmap_data(dma_chan->device->dev, src_count + 1,  in mv_chan_xor_self_test() 869 	for (i = 0; i < src_count; i++) {  in mv_chan_xor_self_test() 881 	unmap->addr[src_count] = dma_map_page(dma_chan->device->dev, dest, 0, PAGE_SIZE,  in mv_chan_xor_self_test() 883 	dest_dma = unmap->addr[src_count];  in mv_chan_xor_self_test() 884 	ret = dma_mapping_error(dma_chan->device->dev, unmap->addr[src_count]);  in mv_chan_xor_self_test() 893 				 src_count, PAGE_SIZE, 0);  in mv_chan_xor_self_test() [all …] 
 | 
| /linux-4.4.14/include/linux/ | 
| D | async_tx.h | 113 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \  argument 133 		      int dst_count, struct page **src, int src_count,  in async_tx_find_channel()  argument
  | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | async_tx.h | 38 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \  argument
  | 
| /linux-4.4.14/drivers/misc/altera-stapl/ | 
| D | altera.c | 1707 			s32 src_count;  in altera_execute()  local 1732 					src_count = 1 + copy_count - copy_index;  in altera_execute() 1735 					src_count = 1 + copy_index - copy_count;  in altera_execute() 1749 				copy_count = (src_count < dest_count) ?  in altera_execute() 1750 							src_count : dest_count;  in altera_execute() 1753 					(src_count != dest_count))  in altera_execute()
  |