Lines Matching refs:length
536 size_t length; in build_test_sglist() member
556 partitions[tsgl->nents].length = len_this_sg; in build_test_sglist()
563 partitions[tsgl->nents].length = 0; in build_test_sglist()
566 partitions[tsgl->nents - 1].length += len_remaining; in build_test_sglist()
577 while (offset + partitions[i].length + TESTMGR_POISON_LEN > in build_test_sglist()
585 sg_set_buf(&tsgl->sgl[i], addr, partitions[i].length); in build_test_sglist()
593 copy_len = min(partitions[i].length, data->count); in build_test_sglist()
597 testmgr_poison(addr + copy_len, partitions[i].length + in build_test_sglist()
600 testmgr_poison(addr, partitions[i].length + in build_test_sglist()
632 unsigned int len = sg->length; in verify_correct_output()
669 if (tsgl->sgl[i].length != tsgl->sgl_saved[i].length) in is_test_sglist_corrupted()
1143 tsgl->sgl[0].length, result); in test_shash_vec_cfg()
1179 tsgl->sgl[i].length, result); in test_shash_vec_cfg()
1191 tsgl->sgl[i].length); in test_shash_vec_cfg()
1402 pending_len += tsgl->sgl[i].length; in test_ahash_vec_cfg()