Home
last modified time | relevance | path

Searched refs:IDXD_FLAG_CONFIGURABLE (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/dma/idxd/
Dsysfs.c45 if (!test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) in engine_group_id_store()
148 if (!test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) in group_read_buffers_reserved_store()
214 if (!test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) in group_read_buffers_allowed_store()
277 if (!test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) in group_use_read_buffer_limit_store()
384 if (!test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) in group_traffic_class_a_store()
426 if (!test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) in group_traffic_class_b_store()
622 if (!test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) in wq_group_id_store()
667 if (!test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) in wq_mode_store()
723 if (!test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) in wq_size_store()
760 if (!test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) in wq_priority_store()
[all …]
Ddevice.c734 if (test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) { in idxd_device_clear_state()
1323 if (test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) { in drv_enable_wq()
1341 if (test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) in drv_enable_wq()
1439 if (test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) in idxd_device_drv_probe()
1480 if (test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) in idxd_device_drv_remove()
Dinit.c424 set_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags); in idxd_read_caps()
573 if (!test_bit(IDXD_FLAG_CONFIGURABLE, &idxd->flags)) { in idxd_probe()
Didxd.h244 IDXD_FLAG_CONFIGURABLE = 0, enumerator