Home
last modified time | relevance | path

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

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