Searched refs:ring_ops (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/xen/xenbus/ |
| A D | xenbus_client.c | 95 static const struct xenbus_ring_ops *ring_ops __read_mostly; 544 err = ring_ops->map(dev, info, gnt_refs, nr_grefs, vaddr); in xenbus_map_ring_valloc() 740 return ring_ops->unmap(dev, vaddr); in xenbus_unmap_ring_vfree() 957 ring_ops = &ring_ops_pv; in xenbus_ring_ops_init() 960 ring_ops = &ring_ops_hvm; in xenbus_ring_ops_init()
|
| /linux/drivers/net/ethernet/apm/xgene/ |
| A D | xgene_enet_main.c | 112 pdata->ring_ops->wr_cmd(buf_pool, nbuf); in xgene_enet_refill_pagepool() 161 pdata->ring_ops->wr_cmd(buf_pool, nbuf); in xgene_enet_refill_bufpool() 584 pdata->ring_ops->wr_cmd(tx_ring, count); in xgene_enet_start_xmit() 838 pdata->ring_ops->wr_cmd(ring, -count); in xgene_enet_process_ring() 1056 pdata->ring_ops->clear(ring); in xgene_enet_delete_ring() 1141 pdata->ring_ops->clear(ring); in xgene_enet_free_desc_ring() 1261 ring = pdata->ring_ops->setup(ring); in xgene_enet_create_desc_ring() 1461 if (pdata->ring_ops->coalesce) in xgene_enet_create_desc_rings() 1462 pdata->ring_ops->coalesce(pdata->tx_ring[0]); in xgene_enet_create_desc_rings() 1952 pdata->ring_ops = &xgene_ring1_ops; in xgene_enet_setup_ops() [all …]
|
| A D | xgene_enet_ring2.c | 69 for (i = 0; i < pdata->ring_ops->num_ring_config; i++) { in xgene_enet_write_ring_state()
|
| A D | xgene_enet_main.h | 222 struct xgene_ring_ops *ring_ops; member
|
| A D | xgene_enet_hw.c | 82 for (i = 0; i < pdata->ring_ops->num_ring_config; i++) { in xgene_enet_write_ring_state()
|
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_exec_queue_types.h | 135 const struct xe_ring_ops *ring_ops; member
|
| A D | xe_gt_types.h | 318 const struct xe_ring_ops *ring_ops[XE_ENGINE_CLASS_MAX]; member
|
| A D | xe_exec.c | 316 q->ring_ops->emit_job(job); in xe_exec_ioctl()
|
| A D | xe_exec_queue.c | 73 q->ring_ops = gt->ring_ops[hwe->class]; in __xe_exec_queue_alloc()
|
| A D | xe_execlist.c | 312 q->ring_ops->emit_job(job); in execlist_run_job()
|
| A D | xe_gt.c | 584 gt->ring_ops[i] = xe_ring_ops_get(gt, i); in xe_gt_init()
|
| A D | xe_guc_submit.c | 730 q->ring_ops->emit_job(job); in guc_exec_queue_run_job()
|
Completed in 34 milliseconds