Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/idxd/
H A 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()
H A Dcdev.c639 wq->type = IDXD_WQT_NONE; in idxd_user_drv_probe()
652 wq->type = IDXD_WQT_NONE; in idxd_user_drv_remove()
H A Ddma.c332 wq->type = IDXD_WQT_NONE; in idxd_dmaengine_drv_probe()
H A Ddevice.c368 wq->type = IDXD_WQT_NONE; in idxd_wq_disable_cleanup()
925 if (wq->size == 0 && wq->type != IDXD_WQT_NONE) in idxd_wq_config_write()
1510 wq->type = IDXD_WQT_NONE; in drv_disable_wq()
H A Didxd.h150 IDXD_WQT_NONE = 0, enumerator