Home
last modified time | relevance | path

Searched refs:device_swq_supported (Results 1 – 3 of 3) sorted by relevance

/drivers/dma/idxd/
Didxd.h447 static inline bool device_swq_supported(struct idxd_device *idxd) in device_swq_supported() function
Ddevice.c1011 if (wq_shared(wq) && !device_swq_supported(idxd)) { in idxd_wqs_setup()
1205 if (!device_swq_supported(idxd)) { in __drv_enable_wq()
Dsysfs.c528 } else if (sysfs_streq(buf, "shared") && device_swq_supported(idxd)) { in wq_mode_store()