Searched refs:out_nents (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_cipher.h | 21 u32 out_nents; member
|
H A D | cc_buffer_mgr.c | 361 dma_unmap_sg(dev, dst, req_ctx->out_nents, DMA_FROM_DEVICE); in cc_unmap_cipher_request() 415 req_ctx->out_nents = 0; in cc_map_cipher_request() 423 &req_ctx->out_nents, LLI_MAX_NUM_OF_DATA_ENTRIES, in cc_map_cipher_request() 434 cc_add_sg_entry(dev, &sg_data, req_ctx->out_nents, dst, in cc_map_cipher_request()
|
H A D | cc_cipher.c | 827 if (req_ctx->out_nents == 0) { in cc_setup_flow_desc()
|
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_cipher.h | 21 u32 out_nents; member
|
H A D | cc_buffer_mgr.c | 361 dma_unmap_sg(dev, dst, req_ctx->out_nents, DMA_FROM_DEVICE); in cc_unmap_cipher_request() 415 req_ctx->out_nents = 0; in cc_map_cipher_request() 423 &req_ctx->out_nents, LLI_MAX_NUM_OF_DATA_ENTRIES, in cc_map_cipher_request() 434 cc_add_sg_entry(dev, &sg_data, req_ctx->out_nents, dst, in cc_map_cipher_request()
|
H A D | cc_cipher.c | 830 if (req_ctx->out_nents == 0) { in cc_setup_flow_desc()
|
Completed in 7 milliseconds