Home
last modified time | relevance | path

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

/linux/drivers/dma/idxd/
H A Dsubmit.c27 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype) in idxd_alloc_desc() function
64 EXPORT_SYMBOL_NS_GPL(idxd_alloc_desc, "IDXD");
H A Ddma.c96 desc = idxd_alloc_desc(wq, IDXD_OP_BLOCK); in idxd_dma_prep_interrupt()
122 desc = idxd_alloc_desc(wq, IDXD_OP_BLOCK); in idxd_dma_submit_memcpy()
H A Didxd.h792 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype);
/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1161 idxd_desc = idxd_alloc_desc(wq, IDXD_OP_BLOCK); in iaa_compress()
1313 idxd_desc = idxd_alloc_desc(wq, IDXD_OP_BLOCK); in iaa_compress_verify()
1400 idxd_desc = idxd_alloc_desc(wq, IDXD_OP_BLOCK); in iaa_decompress()