Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/idxd/
H A Dsubmit.c189 if (desc_flags & IDXD_OP_FLAG_RCI) { in idxd_submit_desc()
H A Ddma.c63 *desc_flags |= IDXD_OP_FLAG_RCI; in op_flag_setup()
H A Dirq.c81 desc.flags = IDXD_OP_FLAG_RCI; in idxd_int_handle_revoke_drain()
/openbmc/linux/include/uapi/linux/
H A Didxd.h44 #define IDXD_OP_FLAG_RCI 0x0010 macro