Home
last modified time | relevance | path

Searched refs:IDXD_OP_FLAG_CRAV (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()
296 .flags = IDXD_OP_FLAG_CRAV, in dsa_batch_desc_init()
/linux/include/uapi/linux/
H A Didxd.h39 #define IDXD_OP_FLAG_CRAV 0x0004 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()