Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccree/
H A Dcc_cipher.h21 u32 out_nents; member
H A Dcc_buffer_mgr.c361 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 Dcc_cipher.c830 if (req_ctx->out_nents == 0) { in cc_setup_flow_desc()