Lines Matching refs:to_trn

8552 	int to_trn = 0;  in test_pdcp_proto_SGL()  local
8626 to_trn = (input_vec_len - trn_data < fragsz) ? in test_pdcp_proto_SGL()
8629 to_trn_tbl[ecx++] = to_trn; in test_pdcp_proto_SGL()
8644 rte_pktmbuf_append(buf_oop, to_trn); in test_pdcp_proto_SGL()
8648 to_trn); in test_pdcp_proto_SGL()
8650 memcpy(plaintext, input_vec + trn_data, to_trn); in test_pdcp_proto_SGL()
8651 trn_data += to_trn; in test_pdcp_proto_SGL()
8658 to_trn = 0; in test_pdcp_proto_SGL()
8664 to_trn = in test_pdcp_proto_SGL()
8670 to_trn_tbl[ecx++] = to_trn; in test_pdcp_proto_SGL()
8677 rte_pktmbuf_append(buf_oop, to_trn); in test_pdcp_proto_SGL()
8679 trn_data += to_trn; in test_pdcp_proto_SGL()
13048 unsigned int to_trn = 0; in test_AES_GMAC_authentication_SGL() local
13109 to_trn = (tdata->plaintext.len - trn_data < fragsz) ? in test_AES_GMAC_authentication_SGL()
13119 to_trn); in test_AES_GMAC_authentication_SGL()
13122 to_trn); in test_AES_GMAC_authentication_SGL()
13123 trn_data += to_trn; in test_AES_GMAC_authentication_SGL()
13133 uint64_t digest_phys = rte_pktmbuf_iova(buf) + to_trn; in test_AES_GMAC_authentication_SGL()
14287 int to_trn = 0; in test_authenticated_encryption_SGL() local
14406 to_trn = (tdata->plaintext.len - trn_data < fragsz) ? in test_authenticated_encryption_SGL()
14409 to_trn_tbl[ecx++] = to_trn; in test_authenticated_encryption_SGL()
14424 rte_pktmbuf_append(buf_oop, to_trn); in test_authenticated_encryption_SGL()
14428 to_trn); in test_authenticated_encryption_SGL()
14431 to_trn); in test_authenticated_encryption_SGL()
14432 trn_data += to_trn; in test_authenticated_encryption_SGL()
14450 to_trn = 0; in test_authenticated_encryption_SGL()
14465 to_trn = in test_authenticated_encryption_SGL()
14471 to_trn_tbl[ecx++] = to_trn; in test_authenticated_encryption_SGL()
14478 rte_pktmbuf_append(buf_oop, to_trn); in test_authenticated_encryption_SGL()
14480 trn_data += to_trn; in test_authenticated_encryption_SGL()
14495 digest_phys = rte_pktmbuf_iova(buf) + to_trn; in test_authenticated_encryption_SGL()
14497 digest_phys = rte_pktmbuf_iova(buf_last_oop) + to_trn; in test_authenticated_encryption_SGL()