Searched refs:outcount (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/powerpc/kernel/ |
D | iommu.c | 268 int outcount, incount, i, build_fail = 0; in iommu_map_sg() local 279 outcount = 1; in iommu_map_sg() 346 outcount++; in iommu_map_sg() 374 DBG("mapped %d elements:\n", outcount); in iommu_map_sg() 379 if (outcount < incount) { in iommu_map_sg() 388 return outcount; in iommu_map_sg()
|
/linux-3.4.99/arch/sparc/kernel/ |
D | iommu.c | 533 int outcount, incount, i; in dma_4u_map_sg() local 559 outcount = 1; in dma_4u_map_sg() 619 outcount++; in dma_4u_map_sg() 639 if (outcount < incount) { in dma_4u_map_sg() 645 return outcount; in dma_4u_map_sg()
|
D | pci_sun4v.c | 351 int outcount, incount, i; in dma_4v_map_sg() local 367 outcount = 1; in dma_4v_map_sg() 431 outcount++; in dma_4v_map_sg() 456 if (outcount < incount) { in dma_4v_map_sg() 462 return outcount; in dma_4v_map_sg()
|
/linux-3.4.99/arch/cris/include/arch-v32/arch/ |
D | cryptocop.h | 235 size_t outcount; member
|
/linux-3.4.99/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 549 …while ((outiov_ix < operation->tfrm_op.outcount) && ((out_ix + operation->tfrm_op.outdata[outiov_i… in create_input_descriptors() 553 if (outiov_ix >= operation->tfrm_op.outcount){ in create_input_descriptors() 561 while ((out_length > 0) && (outiov_ix < operation->tfrm_op.outcount)) { in create_input_descriptors() 576 …ov_offset, operation->tfrm_op.outdata[outiov_ix].iov_len, operation->tfrm_op.outcount, outiov_ix)); in create_input_descriptors() 2580 cop->tfrm_op.outcount = 0; in cryptocop_ioctl_process() 2890 cop->tfrm_op.outcount = iovix; in cryptocop_ioctl_process() 3320 cop->tfrm_op.outcount, in print_cryptocop_operation() 3373 for (i = 0; i < cop->tfrm_op.outcount; i++){ in print_cryptocop_operation()
|