Searched refs:idxd_enqcmds (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/dma/idxd/ |
| A D | submit.c | 155 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()
|
| A D | irq.c | 98 rc = idxd_enqcmds(wq, portal, &desc); in idxd_int_handle_revoke_drain()
|
| A D | idxd.h | 782 int idxd_enqcmds(struct idxd_wq *wq, void __iomem *portal, const void *desc);
|
| A D | cdev.c | 465 rc = idxd_enqcmds(wq, portal, &descriptor); in idxd_submit_user_descriptor()
|
Completed in 11 milliseconds