Home
last modified time | relevance | path

Searched refs:idxd_enqcmds (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/dma/idxd/
H A Dsubmit.c155 int idxd_enqcmds(struct idxd_wq *wq, void __iomem *portal, const void *desc) in idxd_enqcmds() function
209 rc = idxd_enqcmds(wq, portal, desc->hw); in idxd_submit_desc()
H A Didxd.h791 int idxd_enqcmds(struct idxd_wq *wq, void __iomem *portal, const void *desc);
H A Dcdev.c467 rc = idxd_enqcmds(wq, portal, &descriptor); in idxd_submit_user_descriptor()