Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/tc-testing/
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-6.6.21/samples/bpf/
Dmap_perf_test.bpf.c181 u16 tcase; in BPF_KSYSCALL() member
205 test_case = test_params.tcase; in BPF_KSYSCALL()
/linux-6.6.21/drivers/net/wireless/realtek/rtw88/
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()