Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/idxd/
Dcdev.c564 wq->type = IDXD_WQT_NONE; in idxd_user_drv_probe()
577 wq->type = IDXD_WQT_NONE; in idxd_user_drv_remove()
Dsysfs.c14 [IDXD_WQT_NONE] = "none",
892 case IDXD_WQT_NONE: in wq_type_show()
894 return sysfs_emit(buf, "%s\n", idxd_wq_type_names[IDXD_WQT_NONE]); in wq_type_show()
911 if (sysfs_streq(buf, idxd_wq_type_names[IDXD_WQT_NONE])) in wq_type_store()
912 wq->type = IDXD_WQT_NONE; in wq_type_store()
Ddma.c332 wq->type = IDXD_WQT_NONE; in idxd_dmaengine_drv_probe()
Ddevice.c368 wq->type = IDXD_WQT_NONE; in idxd_wq_disable_cleanup()
918 if (wq->size == 0 && wq->type != IDXD_WQT_NONE) in idxd_wq_config_write()
1503 wq->type = IDXD_WQT_NONE; in drv_disable_wq()
Didxd.h150 IDXD_WQT_NONE = 0, enumerator