Searched refs:tcase (Results 1 – 5 of 5) 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 …]
61 def print_test_case(tcase): argument63 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]))
181 u16 tcase; in BPF_KSYSCALL() member205 test_case = test_params.tcase; in BPF_KSYSCALL()
630 static void send_flush_id_case(int fd, struct sockaddr_ll *daddr, int tcase) in send_flush_id_case() argument648 switch (tcase) { in send_flush_id_case()
1193 static void rtw_coex_tdma(struct rtw_dev *rtwdev, bool force, u32 tcase) in rtw_coex_tdma() argument1204 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