Home
last modified time | relevance | path

Searched refs:last_ppdu_timestamp (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.c692 tx_mon_be->last_ppdu_timestamp = 0; in dp_config_enh_tx_monitor_2_0()
1167 tx_mon_be->last_ppdu_timestamp = ppdu_timestamp; 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()
1175 uint32_t last_usec = (tx_mon_be->last_ppdu_timestamp / in dp_populate_tsft_from_phy_timestamp()
1189 tx_mon_be->last_ppdu_timestamp = ppdu_timestamp; in dp_populate_tsft_from_phy_timestamp()
H A Ddp_tx_mon_2.0.h617 uint32_t last_ppdu_timestamp; member