Home
last modified time | relevance | path

Searched refs:IDXD_WQT_NONE (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/dma/idxd/
Dcdev.c352 wq->type = IDXD_WQT_NONE; in idxd_user_drv_probe()
364 wq->type = IDXD_WQT_NONE; in idxd_user_drv_remove()
Dsysfs.c14 [IDXD_WQT_NONE] = "none",
888 case IDXD_WQT_NONE: in wq_type_show()
890 return sysfs_emit(buf, "%s\n", idxd_wq_type_names[IDXD_WQT_NONE]); in wq_type_show()
907 if (sysfs_streq(buf, idxd_wq_type_names[IDXD_WQT_NONE])) in wq_type_store()
908 wq->type = IDXD_WQT_NONE; in wq_type_store()
Ddma.c337 wq->type = IDXD_WQT_NONE; in idxd_dmaengine_drv_probe()
Ddevice.c384 wq->type = IDXD_WQT_NONE; in idxd_wq_disable_cleanup()
838 if (wq->size == 0 && wq->type != IDXD_WQT_NONE) in idxd_wq_config_write()
1428 wq->type = IDXD_WQT_NONE; in drv_disable_wq()
Didxd.h142 IDXD_WQT_NONE = 0, enumerator