Searched refs:tsf_high32 (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/p54/
H A Dp54.h236 u32 tsf_low32, tsf_high32; member in struct:p54_common
H A Dmain.c162 priv->tsf_high32 = 0; p54_beacon_update()
222 priv->tsf_high32 = priv->tsf_low32 = 0; p54_stop()
H A Dtxrx.c367 priv->tsf_high32++; p54_rx_data()
368 rx_status->mactime = ((u64)priv->tsf_high32) << 32 | tsf32; p54_rx_data()
524 priv->tsf_high32++; p54_rx_stats()

Completed in 151 milliseconds