Home
last modified time | relevance | path

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

/Linux-v6.1/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",
869 case IDXD_WQT_NONE: in wq_type_show()
871 return sysfs_emit(buf, "%s\n", idxd_wq_type_names[IDXD_WQT_NONE]); in wq_type_show()
888 if (sysfs_streq(buf, idxd_wq_type_names[IDXD_WQT_NONE])) in wq_type_store()
889 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()
1418 wq->type = IDXD_WQT_NONE; in drv_disable_wq()
Didxd.h142 IDXD_WQT_NONE = 0, enumerator