Searched refs:iniov_ix (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c598 static int create_output_descriptors(struct cryptocop_operation *operation, int *iniov_ix, int *iniov_offset, size_t desc_len, struct cryptocop_dma_desc **current_out_cdesc, struct strcop_meta_out *meta_out, int alloc_flag) argument
602 int rem_length = operation->tfrm_op.indata[*iniov_ix].iov_len - *iniov_offset;
615 cdesc->dma_descr->buf = (char*)virt_to_phys(operation->tfrm_op.indata[*iniov_ix].iov_base + *iniov_offset);
621 if (*iniov_offset >= operation->tfrm_op.indata[*iniov_ix].iov_len) {
623 ++(*iniov_ix);
624 if (*iniov_ix > operation->tfrm_op.incount) {
764 int iniov_ix = 0; local
1188 failed = create_output_descriptors(operation, &iniov_ix, &iniov_offset, desc_len, &current_out_cdesc, &meta_out, alloc_flag);

Completed in 45 milliseconds