Home
last modified time | relevance | path

Searched refs:idxd_device (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/dma/idxd/
A Didxd.h68 struct idxd_device *idxd;
82 struct idxd_device *idxd;
95 struct idxd_device *idxd;
172 struct idxd_device *idxd;
205 struct idxd_device *idxd;
232 struct idxd_device *idxd;
244 struct idxd_device { struct
520 void idxd_wqs_quiesce(struct idxd_device *idxd);
543 int idxd_device_enable(struct idxd_device *idxd);
545 void idxd_device_reset(struct idxd_device *idxd);
[all …]
A Ddevice.c135 struct idxd_device *idxd = wq->idxd; in idxd_wq_alloc_resources()
205 struct idxd_device *idxd = wq->idxd; in idxd_wq_enable()
229 struct idxd_device *idxd = wq->idxd; in idxd_wq_disable()
257 struct idxd_device *idxd = wq->idxd; in idxd_wq_drain()
273 struct idxd_device *idxd = wq->idxd; in idxd_wq_reset()
290 struct idxd_device *idxd = wq->idxd; in idxd_wq_map_portal()
328 struct idxd_device *idxd = wq->idxd; in idxd_wq_set_pasid()
354 struct idxd_device *idxd = wq->idxd; in idxd_wq_disable_pasid()
380 struct idxd_device *idxd = wq->idxd; in idxd_wq_disable_cleanup()
813 struct idxd_device *idxd = wq->idxd; in idxd_wq_config_write()
[all …]
A Dsysfs.c36 struct idxd_device *idxd = engine->idxd; in engine_group_id_store()
129 struct idxd_device *idxd = group->idxd; in group_tokens_reserved_store()
465 struct idxd_device *idxd = wq->idxd; in wq_group_id_store()
517 struct idxd_device *idxd = wq->idxd; in wq_mode_store()
568 struct idxd_device *idxd = wq->idxd; in wq_size_store()
605 struct idxd_device *idxd = wq->idxd; in wq_priority_store()
641 struct idxd_device *idxd = wq->idxd; in wq_block_on_fault_store()
683 struct idxd_device *idxd = wq->idxd; in wq_threshold_store()
841 struct idxd_device *idxd = wq->idxd; in wq_max_transfer_size_store()
875 struct idxd_device *idxd = wq->idxd; in wq_max_batch_size_store()
[all …]
A Dperfmon.c126 struct idxd_device *idxd = idxd_pmu->idxd; in perfmon_assign_hw_event()
200 struct idxd_device *idxd; in perfmon_pmu_event_init()
233 struct idxd_device *idxd; in perfmon_pmu_read_counter()
243 struct idxd_device *idxd = event_to_idxd(event); in perfmon_pmu_event_update()
328 struct idxd_device *idxd; in perfmon_pmu_event_start()
376 struct idxd_device *idxd; in perfmon_pmu_event_stop()
411 struct idxd_device *idxd = event_to_idxd(event); in perfmon_pmu_event_add()
450 struct idxd_device *idxd = pmu_to_idxd(pmu); in perfmon_pmu_enable()
457 struct idxd_device *idxd = pmu_to_idxd(pmu); in perfmon_pmu_disable()
495 void perfmon_pmu_remove(struct idxd_device *idxd) in perfmon_pmu_remove()
[all …]
A Dinit.c71 static int idxd_setup_interrupts(struct idxd_device *idxd) in idxd_setup_interrupts()
204 static int idxd_setup_wqs(struct idxd_device *idxd) in idxd_setup_wqs()
309 static int idxd_setup_groups(struct idxd_device *idxd) in idxd_setup_groups()
440 static void idxd_read_caps(struct idxd_device *idxd) in idxd_read_caps()
500 struct idxd_device *idxd; in idxd_alloc()
565 static int idxd_probe(struct idxd_device *idxd) in idxd_probe()
634 static void idxd_cleanup(struct idxd_device *idxd) in idxd_cleanup()
649 struct idxd_device *idxd; in idxd_pci_probe()
737 void idxd_wqs_quiesce(struct idxd_device *idxd) in idxd_wqs_quiesce()
769 struct idxd_device *idxd = pci_get_drvdata(pdev); in idxd_shutdown()
[all …]
A Dcdev.c75 struct idxd_device *idxd; in idxd_cdev_open()
144 struct idxd_device *idxd = wq->idxd; in idxd_cdev_release()
194 struct idxd_device *idxd = wq->idxd; in idxd_cdev_mmap()
220 struct idxd_device *idxd = wq->idxd; in idxd_cdev_poll()
240 int idxd_cdev_get_major(struct idxd_device *idxd) in idxd_cdev_get_major()
247 struct idxd_device *idxd = wq->idxd; in idxd_wq_add_cdev()
309 struct idxd_device *idxd = wq->idxd; in idxd_user_drv_probe()
A Dirq.c22 struct idxd_device *idxd;
27 struct idxd_device *idxd = container_of(work, struct idxd_device, work); in idxd_device_reinit()
58 static int process_misc_interrupts(struct idxd_device *idxd, u32 cause) in process_misc_interrupts()
160 struct idxd_device *idxd = irq_entry->idxd; in idxd_misc_thread()
A Ddma.c86 struct idxd_device *idxd = wq->idxd; in idxd_dma_submit_memcpy()
169 int idxd_register_dma_device(struct idxd_device *idxd) in idxd_register_dma_device()
213 void idxd_unregister_dma_device(struct idxd_device *idxd) in idxd_unregister_dma_device()
220 struct idxd_device *idxd = wq->idxd; in idxd_register_dma_channel()
272 struct idxd_device *idxd = wq->idxd; in idxd_dmaengine_drv_probe()
A Dsubmit.c14 struct idxd_device *idxd = wq->idxd; in __get_desc()
39 struct idxd_device *idxd = wq->idxd; in idxd_alloc_desc()
153 struct idxd_device *idxd = wq->idxd; in idxd_submit_desc()
A Dperfmon.h30 static inline struct idxd_device *event_to_idxd(struct perf_event *event) in event_to_idxd()
41 static inline struct idxd_device *pmu_to_idxd(struct pmu *pmu) in pmu_to_idxd()

Completed in 21 milliseconds