Home
last modified time | relevance | path

Searched refs:out_nents (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/ccree/
Dcc_cipher.h21 u32 out_nents; member
Dcc_buffer_mgr.c356 dma_unmap_sg(dev, dst, req_ctx->out_nents, DMA_BIDIRECTIONAL); in cc_unmap_cipher_request()
405 req_ctx->out_nents = 0; in cc_map_cipher_request()
413 &req_ctx->out_nents, LLI_MAX_NUM_OF_DATA_ENTRIES, in cc_map_cipher_request()
424 cc_add_sg_entry(dev, &sg_data, req_ctx->out_nents, dst, in cc_map_cipher_request()
Dcc_cipher.c827 if (req_ctx->out_nents == 0) { in cc_setup_flow_desc()