Searched refs:ctx0 (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | execlist.c | 187 struct execlist_ctx_descriptor_format *ctx0 = &running->ctx[0]; in emulate_execlist_ctx_schedule_out() local 204 if (valid_context(ctx1) && same_context(ctx0, ctx)) { in emulate_execlist_ctx_schedule_out() 223 } else if ((!valid_context(ctx1) && same_context(ctx0, ctx)) in emulate_execlist_ctx_schedule_out() 280 struct execlist_ctx_descriptor_format *ctx0, *ctx1; in emulate_execlist_schedule_in() local 325 ctx0 = &running->ctx[0]; in emulate_execlist_schedule_in() 329 running->index, ctx0->context_id, ctx1->context_id); in emulate_execlist_schedule_in() 341 (!same_context(ctx0, execlist->running_context))) || in emulate_execlist_schedule_in() 343 same_context(ctx0, &slot->ctx[0]))) { /* condition b */ in emulate_execlist_schedule_in()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | rss_api.py | 134 ctx0 = cfg.ethnl.rss_get({"header": {"dev-index": cfg.ifindex}}) 135 ksft_eq(ctx0, dflt) 143 ctx0 = cfg.ethnl.rss_get({"header": {"dev-index": cfg.ifindex}}) 144 ksft_eq(ctx0, dflt)
|
| /linux/crypto/ |
| H A D | md5.c | 25 static int __crypto_md5_export(const struct md5_ctx *ctx0, void *out) in __crypto_md5_export() argument 27 struct md5_ctx ctx = *ctx0; in __crypto_md5_export()
|
| H A D | sha1.c | 28 static int __crypto_sha1_export(const struct sha1_ctx *ctx0, void *out) in __crypto_sha1_export() argument 30 struct sha1_ctx ctx = *ctx0; in __crypto_sha1_export()
|
| H A D | sha256.c | 29 static int __crypto_sha256_export(const struct __sha256_ctx *ctx0, void *out) in __crypto_sha256_export() argument 31 struct __sha256_ctx ctx = *ctx0; in __crypto_sha256_export()
|
| H A D | sha512.c | 29 static int __crypto_sha512_export(const struct __sha512_ctx *ctx0, void *out) in __crypto_sha512_export() argument 31 struct __sha512_ctx ctx = *ctx0; in __crypto_sha512_export()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_os.c | 733 struct crc_context *ctx0 = sp->u.scmd.crc_ctx; in qla2x00_sp_free_dma() local 735 dma_pool_free(ha->dl_dma_pool, ctx0, ctx0->crc_ctx_dma); in qla2x00_sp_free_dma() 837 struct crc_context *ctx0 = sp->u.scmd.crc_ctx; in qla2xxx_qpair_sp_free_dma() local 839 dma_pool_free(ha->dl_dma_pool, ctx0, ctx0->crc_ctx_dma); in qla2xxx_qpair_sp_free_dma()
|