Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/idxd/
Dregisters.h191 IDXD_CMD_REQUEST_INT_HANDLE, enumerator
Ddevice.c614 if (!(idxd->hw.cmd_cap & BIT(IDXD_CMD_REQUEST_INT_HANDLE))) in idxd_device_request_int_handle()
623 dev_dbg(dev, "cmd: %u operand: %#x\n", IDXD_CMD_REQUEST_INT_HANDLE, operand); in idxd_device_request_int_handle()
625 idxd_cmd_exec(idxd, IDXD_CMD_REQUEST_INT_HANDLE, operand, &status); in idxd_device_request_int_handle()
Dinit.c416 if (idxd->hw.cmd_cap & BIT(IDXD_CMD_REQUEST_INT_HANDLE)) in idxd_read_caps()