Home
last modified time | relevance | path

Searched refs:tp_all (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_packet.h86 __aligned_u64 tp_all; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_packet.h86 __aligned_u64 tp_all; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_packet.h87 __aligned_u64 tp_all; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_cfo_trk.c429 u32 tp_all = 0; in halbb_multi_sta_avg_cfo_calc() local
544 tp_all += cfo_t->tp; in halbb_multi_sta_avg_cfo_calc()
563 cfo_avg = HALBB_DIV(cfo_khz_all_tp_wgt, (s32)tp_all); in halbb_multi_sta_avg_cfo_calc()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_cfo_trk.c429 u32 tp_all = 0; in halbb_multi_sta_avg_cfo_calc() local
544 tp_all += cfo_t->tp; in halbb_multi_sta_avg_cfo_calc()
563 cfo_avg = HALBB_DIV(cfo_khz_all_tp_wgt, (s32)tp_all); in halbb_multi_sta_avg_cfo_calc()
/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c4077 rstats.tp_all = atomic_long_read(&po->rollover->num); in packet_getsockopt()