Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/idxd/
Dsubmit.c21 if (device_pasid_enabled(idxd)) in __get_desc()
Dinit.c596 if (device_pasid_enabled(idxd)) in idxd_probe()
610 if (device_pasid_enabled(idxd)) in idxd_cleanup()
723 if (device_pasid_enabled(idxd)) in idxd_remove()
Didxd.h476 static inline bool device_pasid_enabled(struct idxd_device *idxd) in device_pasid_enabled() function
488 return (is_idxd_wq_kernel(wq) && device_pasid_enabled(wq->idxd)) || in wq_pasid_enabled()
Dsysfs.c932 if (wq->type == IDXD_WQT_KERNEL && device_pasid_enabled(wq->idxd)) in wq_name_store()
1399 return sysfs_emit(buf, "%u\n", device_pasid_enabled(idxd)); in pasid_enabled_show()
Ddevice.c1233 ie->pasid = device_pasid_enabled(idxd) ? idxd->pasid : INVALID_IOASID; in idxd_wq_request_irq()