Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Docteon_iq.h233 u32 ctxsize; member
264 u32 ctxsize);
Drequest_manager.c690 u32 ctxsize) in octeon_alloc_soft_command() argument
698 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()
/linux-4.4.14/crypto/
Dablkcipher.c430 .ctxsize = crypto_ablkcipher_ctxsize,
511 .ctxsize = crypto_ablkcipher_ctxsize,
Dapi.c340 return len + type_obj->ctxsize(alg, type, mask); in crypto_ctxsize()
Dshash.c562 .ctxsize = crypto_shash_ctxsize,
Dblkcipher.c554 .ctxsize = crypto_blkcipher_ctxsize,
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_guc_submission.c859 const size_t ctxsize = sizeof(struct guc_context_desc); in i915_guc_submission_init() local
860 const size_t poolsize = GUC_MAX_GPU_CONTEXTS * ctxsize; in i915_guc_submission_init()
/linux-4.4.14/include/crypto/
Dalgapi.h27 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask); member