Home
last modified time | relevance | path

Searched refs:RTW_TP_SHIFT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dmain.c243 (u32)(stats->tx_unicast >> RTW_TP_SHIFT)); in rtw_watch_dog_work()
245 (u32)(stats->rx_unicast >> RTW_TP_SHIFT)); in rtw_watch_dog_work()
H A Dmain.h41 #define RTW_TP_SHIFT 18 /* bytes/2s --> Mbps */ macro