Home
last modified time | relevance | path

Searched refs:IDXD_OP_FLAG_RCR (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/vfio/lib/drivers/dsa/ !
H A Ddsa.c271 flags = IDXD_OP_FLAG_CRAV | IDXD_OP_FLAG_RCR; in dsa_copy_desc_init()
335 copy_desc->flags &= ~IDXD_OP_FLAG_RCR; in dsa_memcpy_batch()
359 batch_desc->flags |= IDXD_OP_FLAG_RCR; in dsa_memcpy_batch()
/linux/include/uapi/linux/ !
H A Didxd.h40 #define IDXD_OP_FLAG_RCR 0x0008 macro
/linux/drivers/crypto/intel/iaa/ !
H A Diaa_crypto_main.c404 #define IAX_AECS_DEFAULT_FLAG (IDXD_OP_FLAG_CRAV | IDXD_OP_FLAG_RCR | IDXD_OP_FLAG_CC)
1144 desc->flags = IDXD_OP_FLAG_CRAV | IDXD_OP_FLAG_RCR | in iaa_compress()
1298 desc->flags = IDXD_OP_FLAG_CRAV | IDXD_OP_FLAG_RCR | IDXD_OP_FLAG_CC; in iaa_compress_verify()
1382 desc->flags = IDXD_OP_FLAG_CRAV | IDXD_OP_FLAG_RCR | IDXD_OP_FLAG_CC; in iaa_decompress()
/linux/drivers/dma/idxd/ !
H A Ddma.c61 *desc_flags = IDXD_OP_FLAG_CRAV | IDXD_OP_FLAG_RCR; in op_flag_setup()