Searched refs:RTW_TP_SHIFT (Results 1 – 2 of 2) sorted by relevance
257 tx_unicast_mbps = stats->tx_unicast >> RTW_TP_SHIFT; in rtw_watch_dog_work()258 rx_unicast_mbps = stats->rx_unicast >> RTW_TP_SHIFT; in rtw_watch_dog_work()
41 #define RTW_TP_SHIFT 18 /* bytes/2s --> Mbps */ macro