Home
last modified time | relevance | path

Searched refs:ring_ops (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/xen/xenbus/
H A Dxenbus_client.c95 static const struct xenbus_ring_ops *ring_ops __read_mostly;
551 err = ring_ops->map(dev, info, gnt_refs, nr_grefs, vaddr); in xenbus_map_ring_valloc()
747 return ring_ops->unmap(dev, vaddr); in xenbus_unmap_ring_vfree()
970 ring_ops = &ring_ops_pv; in xenbus_ring_ops_init()
973 ring_ops = &ring_ops_hvm; in xenbus_ring_ops_init()
/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue_types.h235 const struct xe_ring_ops *ring_ops; member
H A Dxe_execlist.c316 q->ring_ops->emit_job(job); in execlist_run_job()
H A Dxe_exec_queue.c224 q->ring_ops = gt->ring_ops[hwe->class]; in __xe_exec_queue_alloc()
H A Dxe_gt.c676 gt->ring_ops[i] = xe_ring_ops_get(gt, i); in xe_gt_init()
H A Dxe_guc_submit.c1187 q->ring_ops->emit_job(job); in guc_exec_queue_run_job()
2591 q->ring_ops->emit_job(job); in guc_exec_queue_unpause_prepare()
/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_ring2.c69 for (i = 0; i < pdata->ring_ops->num_ring_config; i++) { in xgene_enet_write_ring_state()
H A Dxgene_enet_main.h222 struct xgene_ring_ops *ring_ops; member