Searched refs:ctx0 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | execlist.c | 194 struct execlist_ctx_descriptor_format *ctx0 = &running->ctx[0]; in emulate_execlist_ctx_schedule_out() local 211 if (valid_context(ctx1) && same_context(ctx0, ctx)) { in emulate_execlist_ctx_schedule_out() 230 } else if ((!valid_context(ctx1) && same_context(ctx0, ctx)) in emulate_execlist_ctx_schedule_out() 288 struct execlist_ctx_descriptor_format *ctx0, *ctx1; in emulate_execlist_schedule_in() local 333 ctx0 = &running->ctx[0]; in emulate_execlist_schedule_in() 337 running->index, ctx0->context_id, ctx1->context_id); in emulate_execlist_schedule_in() 349 (!same_context(ctx0, execlist->running_context))) || in emulate_execlist_schedule_in() 351 same_context(ctx0, &slot->ctx[0]))) { /* condition b */ in emulate_execlist_schedule_in()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.c | 513 u64 sge_cmd, ctx0, ctx1; in cxio_hal_init_ctrl_qp() local 551 ctx0 = (V_EC_SIZE((1 << T3_CTRL_QP_SIZE_LOG2)) | in cxio_hal_init_ctrl_qp() 553 ctx0 <<= 32; in cxio_hal_init_ctrl_qp() 554 ctx0 |= V_EC_CREDITS(FW_WR_NUM); in cxio_hal_init_ctrl_qp() 568 wqe->ctx0 = cpu_to_be64(ctx0); in cxio_hal_init_ctrl_qp()
|
D | cxio_wr.h | 292 __be64 ctx0; /* 6 */ member
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_os.c | 714 struct crc_context *ctx0 = ctx; in qla2x00_sp_free_dma() local 716 dma_pool_free(ha->dl_dma_pool, ctx0, ctx0->crc_ctx_dma); in qla2x00_sp_free_dma() 790 struct crc_context *ctx0 = ctx; in qla2xxx_qpair_sp_free_dma() local 792 dma_pool_free(ha->dl_dma_pool, ctx, ctx0->crc_ctx_dma); in qla2xxx_qpair_sp_free_dma()
|