Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccree/
A Dcc_buffer_mgr.c276 *mapped_nents = ret; in cc_map_sg()
372 u32 mapped_nents = 0; in cc_map_cipher_request() local
399 if (mapped_nents > 1) in cc_map_cipher_request()
417 if (mapped_nents > 1) in cc_map_cipher_request()
582 int mapped_nents = 0; in cc_aead_chain_assoc() local
601 if (mapped_nents < 0) in cc_aead_chain_assoc()
602 return mapped_nents; in cc_aead_chain_assoc()
946 u32 mapped_nents = 0; in cc_map_aead_request() local
1143 u32 mapped_nents = 0; in cc_map_hash_request_final() local
1227 u32 mapped_nents = 0; in cc_map_hash_request_update() local
[all …]
A Dcc_buffer_mgr.h28 unsigned int mapped_nents; member
/linux/drivers/crypto/caam/
A Dcaamhash.c860 mapped_nents = 0; in ahash_update_ctx()
890 if (mapped_nents) in ahash_update_ctx()
1021 if (!mapped_nents) { in ahash_finup_ctx()
1026 mapped_nents = 0; in ahash_finup_ctx()
1095 if (!mapped_nents) { in ahash_digest()
1100 mapped_nents = 0; in ahash_digest()
1104 edesc = ahash_edesc_alloc(req, mapped_nents > 1 ? mapped_nents : 0, in ahash_digest()
1236 mapped_nents = 0; in ahash_update_no_ctx()
1331 if (!mapped_nents) { in ahash_finup_no_ctx()
1336 mapped_nents = 0; in ahash_finup_no_ctx()
[all …]
A Dcaamalg_qi2.c3552 if (!mapped_nents) { in ahash_update_ctx()
3557 mapped_nents = 0; in ahash_update_ctx()
3583 if (mapped_nents) { in ahash_update_ctx()
3735 if (!mapped_nents) { in ahash_finup_ctx()
3740 mapped_nents = 0; in ahash_finup_ctx()
3828 if (!mapped_nents) { in ahash_digest()
3833 mapped_nents = 0; in ahash_digest()
4009 mapped_nents = 0; in ahash_update_no_ctx()
4117 if (!mapped_nents) { in ahash_finup_no_ctx()
4122 mapped_nents = 0; in ahash_finup_no_ctx()
[all …]
/linux/net/smc/
A Dsmc_ib.c774 int mapped_nents; in smc_ib_buf_map_sg() local
776 mapped_nents = ib_dma_map_sg(lnk->smcibdev->ibdev, in smc_ib_buf_map_sg()
780 if (!mapped_nents) in smc_ib_buf_map_sg()
783 return mapped_nents; in smc_ib_buf_map_sg()

Completed in 21 milliseconds