Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_2.0.c691 tx_mon_be->last_tsft = 0; in dp_config_enh_tx_monitor_2_0()
1166 tx_mon_be->last_tsft = tsft; in dp_populate_tsft_from_phy_timestamp()
1168 } else if (!tx_mon_be->last_ppdu_timestamp || !tx_mon_be->last_tsft) { in dp_populate_tsft_from_phy_timestamp()
1181 tsft = tx_mon_be->last_tsft + diff; in dp_populate_tsft_from_phy_timestamp()
1184 tsft = tx_mon_be->last_tsft + diff; in dp_populate_tsft_from_phy_timestamp()
1188 tx_mon_be->last_tsft = tsft; in dp_populate_tsft_from_phy_timestamp()
H A Ddp_tx_mon_2.0.h616 uint64_t last_tsft; member