Lines Matching refs:to_trn
7947 int to_trn = 0; in test_pdcp_proto_SGL() local
8010 to_trn = (input_vec_len - trn_data < fragsz) ? in test_pdcp_proto_SGL()
8013 to_trn_tbl[ecx++] = to_trn; in test_pdcp_proto_SGL()
8028 rte_pktmbuf_append(buf_oop, to_trn); in test_pdcp_proto_SGL()
8032 to_trn); in test_pdcp_proto_SGL()
8034 memcpy(plaintext, input_vec + trn_data, to_trn); in test_pdcp_proto_SGL()
8035 trn_data += to_trn; in test_pdcp_proto_SGL()
8042 to_trn = 0; in test_pdcp_proto_SGL()
8048 to_trn = in test_pdcp_proto_SGL()
8054 to_trn_tbl[ecx++] = to_trn; in test_pdcp_proto_SGL()
8061 rte_pktmbuf_append(buf_oop, to_trn); in test_pdcp_proto_SGL()
8063 trn_data += to_trn; in test_pdcp_proto_SGL()
11129 unsigned int to_trn = 0; in test_AES_GMAC_authentication_SGL() local
11188 to_trn = (tdata->plaintext.len - trn_data < fragsz) ? in test_AES_GMAC_authentication_SGL()
11198 to_trn); in test_AES_GMAC_authentication_SGL()
11201 to_trn); in test_AES_GMAC_authentication_SGL()
11202 trn_data += to_trn; in test_AES_GMAC_authentication_SGL()
11212 uint64_t digest_phys = rte_pktmbuf_iova(buf) + to_trn; in test_AES_GMAC_authentication_SGL()
12348 int to_trn = 0; in test_authenticated_encryption_SGL() local
12467 to_trn = (tdata->plaintext.len - trn_data < fragsz) ? in test_authenticated_encryption_SGL()
12470 to_trn_tbl[ecx++] = to_trn; in test_authenticated_encryption_SGL()
12485 rte_pktmbuf_append(buf_oop, to_trn); in test_authenticated_encryption_SGL()
12489 to_trn); in test_authenticated_encryption_SGL()
12492 to_trn); in test_authenticated_encryption_SGL()
12493 trn_data += to_trn; in test_authenticated_encryption_SGL()
12511 to_trn = 0; in test_authenticated_encryption_SGL()
12526 to_trn = in test_authenticated_encryption_SGL()
12532 to_trn_tbl[ecx++] = to_trn; in test_authenticated_encryption_SGL()
12539 rte_pktmbuf_append(buf_oop, to_trn); in test_authenticated_encryption_SGL()
12541 trn_data += to_trn; in test_authenticated_encryption_SGL()
12556 digest_phys = rte_pktmbuf_iova(buf) + to_trn; in test_authenticated_encryption_SGL()
12558 digest_phys = rte_pktmbuf_iova(buf_last_oop) + to_trn; in test_authenticated_encryption_SGL()