Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_attach_probe.c102 char data_short[4]; in verify_sleepable_user_copy_str() local
105 ret = bpf_copy_from_user_str(data_short, sizeof(data_short), user_ptr, 0); in verify_sleepable_user_copy_str()
107 if (bpf_strncmp(data_short, 4, "tes\0") != 0 || ret != 4) in verify_sleepable_user_copy_str()
112 if (bpf_strncmp(data_short, 4, "tes\0") != 0 || ret != 4) in verify_sleepable_user_copy_str()
/linux-6.12.1/drivers/staging/rtl8723bs/include/
Drtl8723b_xmit.h138 u32 data_short:1; member
/linux-6.12.1/drivers/staging/rtl8723bs/hal/
Drtl8723b_hal_init.c2643 ptxdesc->data_short = 1; in rtl8723b_fill_default_txdesc()
2651 ptxdesc->data_short = 1; in rtl8723b_fill_default_txdesc()
2669 ptxdesc->data_short = 1;/* DATA_SHORT */ in rtl8723b_fill_default_txdesc()