Searched refs:pqres (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/crypto/async_tx/ |
D | async_pq.c | 299 size_t len, enum sum_check_flags *pqres, struct page *spare, in async_syndrome_val() argument 363 len, pqres, in async_syndrome_val() 399 *pqres = 0; in async_syndrome_val() 408 *pqres |= !!memcmp(p, s, len) << SUM_CHECK_P; in async_syndrome_val() 421 *pqres |= !!memcmp(q, s, len) << SUM_CHECK_Q; in async_syndrome_val()
|
/linux-6.1.9/drivers/dma/ioat/ |
D | prep.c | 621 enum sum_check_flags *pqres, unsigned long flags) in ioat_prep_pq_val() argument 637 *pqres = 0; in ioat_prep_pq_val() 640 __ioat_prep_pq16_lock(chan, pqres, pq, src, src_cnt, scf, len, in ioat_prep_pq_val() 642 __ioat_prep_pq_lock(chan, pqres, pq, src, src_cnt, scf, len, in ioat_prep_pq_val()
|
D | dma.h | 374 enum sum_check_flags *pqres, unsigned long flags);
|
/linux-6.1.9/include/linux/ |
D | async_tx.h | 194 size_t len, enum sum_check_flags *pqres, struct page *spare,
|
D | dmaengine.h | 902 enum sum_check_flags *pqres, unsigned long flags);
|
/linux-6.1.9/drivers/dma/ |
D | iop-adma.c | 673 size_t len, enum sum_check_flags *pqres, in iop_adma_prep_dma_pq_val() argument 699 g->pq_check_result = pqres; in iop_adma_prep_dma_pq_val()
|
/linux-6.1.9/drivers/dma/ppc4xx/ |
D | adma.c | 2586 enum sum_check_flags *pqres, unsigned long flags) in ppc440spe_adma_prep_dma_pqzero_sum() argument 2718 iter->xor_check_result = pqres; in ppc440spe_adma_prep_dma_pqzero_sum()
|