Searched refs:IDXD_WQT_NONE (Results 1 – 5 of 5) sorted by relevance
14 [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()
639 wq->type = IDXD_WQT_NONE; in idxd_user_drv_probe()652 wq->type = IDXD_WQT_NONE; in idxd_user_drv_remove()
332 wq->type = IDXD_WQT_NONE; in idxd_dmaengine_drv_probe()
368 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()
150 IDXD_WQT_NONE = 0, enumerator