Home
last modified time | relevance | path

Searched refs:tcase (Results 1 – 5 of 5) sorted by relevance

/linux/net/core/
A Dnet_test.c151 const struct gso_test_case *tcase; in gso_test_func() local
156 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 …]
/linux/tools/testing/selftests/tc-testing/
A Dtdc_helper.py61 def print_test_case(tcase): argument
63 print('\n==============\nTest {}\t{}\n'.format(tcase['id'], tcase['name']))
64 for k in tcase.keys():
65 if (isinstance(tcase[k], list)):
67 print_list(tcase[k])
70 print(k + ": " + str(tcase[k]))
/linux/samples/bpf/
A Dmap_perf_test.bpf.c181 u16 tcase; in BPF_KSYSCALL() member
205 test_case = test_params.tcase; in BPF_KSYSCALL()
/linux/tools/testing/selftests/net/
A Dgro.c630 static void send_flush_id_case(int fd, struct sockaddr_ll *daddr, int tcase) in send_flush_id_case() argument
648 switch (tcase) { in send_flush_id_case()
/linux/drivers/net/wireless/realtek/rtw88/
A Dcoex.c1193 static void rtw_coex_tdma(struct rtw_dev *rtwdev, bool force, u32 tcase) in rtw_coex_tdma() argument
1204 if (tcase & TDMA_4SLOT) /* 4-slot (50ms) mode */ in rtw_coex_tdma()
1209 type = (u8)(tcase & 0xff); in rtw_coex_tdma()

Completed in 21 milliseconds