Searched refs:current_in_cdesc (Results 1 – 1 of 1) sorted by relevance
651 …(struct cryptocop_operation *operation, struct cryptocop_dma_desc **current_in_cdesc, struct crypt… in append_input_descriptors() argument675 (*current_in_cdesc)->next = alloc_cdesc(alloc_flag); in append_input_descriptors()676 if (!(*current_in_cdesc)->next){ in append_input_descriptors()680 (*current_in_cdesc) = (*current_in_cdesc)->next; in append_input_descriptors()681 (*current_in_cdesc)->dma_descr->buf = (char*)virt_to_phys(mem2mem_discard_buf); in append_input_descriptors()682 (*current_in_cdesc)->dma_descr->after = (*current_in_cdesc)->dma_descr->buf + desclen; in append_input_descriptors()683 … (*current_in_cdesc)->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_in, mi); in append_input_descriptors()687 … (*current_in_cdesc)->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_in, mi); in append_input_descriptors()698 (*current_in_cdesc)->next = idescs; in append_input_descriptors()700 (*current_in_cdesc) = (*current_in_cdesc)->next; in append_input_descriptors()[all …]