Home
last modified time | relevance | path

Searched refs:mapped_nents (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c262 *mapped_nents = 0; in cc_map_sg()
283 *mapped_nents = ret; in cc_map_sg()
381 u32 mapped_nents = 0; in cc_map_cipher_request() local
409 if (mapped_nents > 1) in cc_map_cipher_request()
427 if (mapped_nents > 1) in cc_map_cipher_request()
591 int mapped_nents = 0; in cc_aead_chain_assoc() local
610 if (mapped_nents < 0) in cc_aead_chain_assoc()
611 return mapped_nents; in cc_aead_chain_assoc()
955 u32 mapped_nents = 0; in cc_map_aead_request() local
1153 u32 mapped_nents = 0; in cc_map_hash_request_final() local
[all …]
H A Dcc_buffer_mgr.h28 unsigned int mapped_nents; member
/linux-6.15/drivers/crypto/caam/
H A Dcaamhash.c868 mapped_nents = 0; in ahash_update_ctx()
898 if (mapped_nents) in ahash_update_ctx()
1029 if (!mapped_nents) { in ahash_finup_ctx()
1034 mapped_nents = 0; in ahash_finup_ctx()
1103 if (!mapped_nents) { in ahash_digest()
1108 mapped_nents = 0; in ahash_digest()
1112 edesc = ahash_edesc_alloc(req, mapped_nents > 1 ? mapped_nents : 0, in ahash_digest()
1244 mapped_nents = 0; in ahash_update_no_ctx()
1339 if (!mapped_nents) { in ahash_finup_no_ctx()
1344 mapped_nents = 0; in ahash_finup_no_ctx()
[all …]
H A Dcaamalg_qi2.c3564 if (!mapped_nents) { in ahash_update_ctx()
3569 mapped_nents = 0; in ahash_update_ctx()
3595 if (mapped_nents) { in ahash_update_ctx()
3747 if (!mapped_nents) { in ahash_finup_ctx()
3752 mapped_nents = 0; in ahash_finup_ctx()
3840 if (!mapped_nents) { in ahash_digest()
3845 mapped_nents = 0; in ahash_digest()
4021 mapped_nents = 0; in ahash_update_no_ctx()
4129 if (!mapped_nents) { in ahash_finup_no_ctx()
4134 mapped_nents = 0; in ahash_finup_no_ctx()
[all …]
/linux-6.15/net/smc/
H A Dsmc_ib.c812 int mapped_nents; in smc_ib_buf_map_sg() local
814 mapped_nents = ib_dma_map_sg(lnk->smcibdev->ibdev, in smc_ib_buf_map_sg()
818 if (!mapped_nents) in smc_ib_buf_map_sg()
821 return mapped_nents; in smc_ib_buf_map_sg()