Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dif_packet.h89 __aligned_u64 tp_all; member
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dphy.c4533 u32 tp_all = 0; in rtw89_phy_multi_sta_cfo_calc() local
4591 tp_all = stats->rx_throughput; /* need tp for each entry */ in rtw89_phy_multi_sta_cfo_calc()
4592 cfo_avg = phy_div(cfo_khz_all_tp_wgt, (s32)tp_all); in rtw89_phy_multi_sta_cfo_calc()
/linux-6.15/net/packet/
H A Daf_packet.c4208 rstats.tp_all = atomic_long_read(&po->rollover->num); in packet_getsockopt()