Searched refs:ctxsize (Results 1 – 8 of 8) sorted by relevance
233 u32 ctxsize; member264 u32 ctxsize);
690 u32 ctxsize) in octeon_alloc_soft_command() argument698 BUG_ON((offset + datasize + rdatasize + ctxsize) > in octeon_alloc_soft_command()727 if (ctxsize) { in octeon_alloc_soft_command()729 sc->ctxsize = ctxsize; in octeon_alloc_soft_command()733 offset = (offset + ctxsize + 127) & 0xffffff80; in octeon_alloc_soft_command()
430 .ctxsize = crypto_ablkcipher_ctxsize,511 .ctxsize = crypto_ablkcipher_ctxsize,
340 return len + type_obj->ctxsize(alg, type, mask); in crypto_ctxsize()
562 .ctxsize = crypto_shash_ctxsize,
554 .ctxsize = crypto_blkcipher_ctxsize,
859 const size_t ctxsize = sizeof(struct guc_context_desc); in i915_guc_submission_init() local860 const size_t poolsize = GUC_MAX_GPU_CONTEXTS * ctxsize; in i915_guc_submission_init()
27 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask); member