Searched refs:last_tsft (Results 1 – 2 of 2) sorted by relevance
691 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()
616 uint64_t last_tsft; member