Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/ !
H A Ddp_tx_mon_status_2.0.c1217 struct dp_tx_ppdu_info *tx_prot_ppdu_info, in dp_tx_mon_update_ppdu_info_status() argument
1269 TXMON_PPDU_HAL(tx_prot_ppdu_info, is_used) = 1; in dp_tx_mon_update_ppdu_info_status()
1270 TXMON_PPDU_COM(tx_prot_ppdu_info, ppdu_timestamp) = in dp_tx_mon_update_ppdu_info_status()
1271 TXMON_PPDU_COM(tx_prot_ppdu_info, ppdu_timestamp) << 1; in dp_tx_mon_update_ppdu_info_status()
1274 dp_tx_mon_generate_prot_frm(pdev, tx_prot_ppdu_info); in dp_tx_mon_update_ppdu_info_status()
1393 TXMON_PPDU_COM(tx_prot_ppdu_info, in dp_tx_mon_update_ppdu_info_status()
1595 struct dp_tx_ppdu_info *tx_prot_ppdu_info = NULL; in dp_tx_mon_process_tlv_2_0() local
1627 tx_prot_ppdu_info = dp_tx_mon_get_ppdu_info(pdev, TX_PROT_PPDU_INFO, in dp_tx_mon_process_tlv_2_0()
1630 if (!tx_prot_ppdu_info) { in dp_tx_mon_process_tlv_2_0()
1645 dp_tx_mon_free_ppdu_info(tx_prot_ppdu_info, tx_mon_be); in dp_tx_mon_process_tlv_2_0()
[all …]
H A Ddp_tx_mon_2.0.h607 struct dp_tx_ppdu_info *tx_prot_ppdu_info; member
H A Ddp_tx_mon_2.0.c576 tx_mon_be->tx_prot_ppdu_info = tx_ppdu_info; in dp_tx_mon_get_ppdu_info()