Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/ !
H A Ddp_tx_mon_2.0.c1175 uint32_t last_usec = (tx_mon_be->last_ppdu_timestamp / in dp_populate_tsft_from_phy_timestamp() local
1179 if (last_usec < cur_usec) { in dp_populate_tsft_from_phy_timestamp()
1180 diff = cur_usec - last_usec; in dp_populate_tsft_from_phy_timestamp()
1183 diff = (PHY_TIMESTAMP_WRAP - last_usec) + cur_usec; in dp_populate_tsft_from_phy_timestamp()