Searched refs:tcase (Results 1 – 1 of 1) sorted by relevance
151 const struct gso_test_case *tcase; in gso_test_func() local156 tcase = test->param_value; in gso_test_func()166 if (tcase->nr_frags) { in gso_test_func()171 page_ref_add(page, tcase->nr_frags - 1); in gso_test_func()173 for (i = 0; i < tcase->nr_frags; i++) { in gso_test_func()175 pg_off += tcase->frags[i]; in gso_test_func()185 if (tcase->frag_skbs) { in gso_test_func()195 frag_size = tcase->frag_skbs[i]; in gso_test_func()215 if (tcase->id == GSO_TEST_GSO_BY_FRAGS) in gso_test_func()220 if (tcase->id == GSO_TEST_GSO_PARTIAL) in gso_test_func()[all …]
Completed in 2 milliseconds