Home
last modified time | relevance | path

Searched refs:src_count (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/crypto/
Dxor.c35 xor_blocks(unsigned int src_count, unsigned int bytes, void *dest, void **srcs) in xor_blocks() argument
40 if (src_count == 1) { in xor_blocks()
46 if (src_count == 2) { in xor_blocks()
52 if (src_count == 3) { in xor_blocks()
/Linux-v4.19/include/linux/
Dasync_tx.h113 #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-v4.19/drivers/dma/
Dmv_xor.c894 int src_count = MV_XOR_NUM_SRC_TEST; in mv_chan_xor_self_test() local
896 for (src_idx = 0; src_idx < src_count; src_idx++) { in mv_chan_xor_self_test()
913 for (src_idx = 0; src_idx < src_count; src_idx++) { in mv_chan_xor_self_test()
919 for (src_idx = 0; src_idx < src_count; src_idx++) in mv_chan_xor_self_test()
933 unmap = dmaengine_get_unmap_data(dma_chan->device->dev, src_count + 1, in mv_chan_xor_self_test()
941 for (i = 0; i < src_count; i++) { in mv_chan_xor_self_test()
953 unmap->addr[src_count] = dma_map_page(dma_chan->device->dev, dest, 0, PAGE_SIZE, in mv_chan_xor_self_test()
955 dest_dma = unmap->addr[src_count]; in mv_chan_xor_self_test()
956 ret = dma_mapping_error(dma_chan->device->dev, unmap->addr[src_count]); in mv_chan_xor_self_test()
965 src_count, PAGE_SIZE, 0); in mv_chan_xor_self_test()
[all …]
/Linux-v4.19/arch/powerpc/include/asm/
Dasync_tx.h38 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_xive.h107 u32 src_count; member
Dbook3s_xive.c1415 if (xive->saved_src_count == xive->src_count) in xive_get_source()
1642 xive->src_count++; in xive_set_source()
/Linux-v4.19/drivers/misc/altera-stapl/
Daltera.c1707 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()