Home
last modified time | relevance | path

Searched refs:tx_status_info (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_status_2.0.c319 struct hal_tx_status_info *tx_status_info; in dp_tx_mon_generate_cts2self_frm() local
340 tx_status_info = &tx_mon_be->prot_status_info; in dp_tx_mon_generate_cts2self_frm()
342 tx_status_info = &tx_mon_be->data_status_info; in dp_tx_mon_generate_cts2self_frm()
369 TXMON_STATUS_INFO(tx_status_info, addr1), in dp_tx_mon_generate_cts2self_frm()
373 TXMON_STATUS_INFO(tx_status_info, addr2), in dp_tx_mon_generate_cts2self_frm()
400 struct hal_tx_status_info *tx_status_info; in dp_tx_mon_generate_rts_frm() local
419 tx_status_info = &tx_mon_be->prot_status_info; in dp_tx_mon_generate_rts_frm()
443 if (!tx_status_info->protection_addr) in dp_tx_mon_generate_rts_frm()
444 tx_status_info = &tx_mon_be->data_status_info; in dp_tx_mon_generate_rts_frm()
448 TXMON_STATUS_INFO(tx_status_info, addr1), in dp_tx_mon_generate_rts_frm()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_generic_api.h431 struct hal_tx_status_info *tx_status_info) in hal_txmon_parse_tx_fes_status_end() argument
436 TXMON_STATUS_INFO(tx_status_info, phy_abort_reason) = in hal_txmon_parse_tx_fes_status_end()
438 TXMON_STATUS_INFO(tx_status_info, phy_abort_user_number) = in hal_txmon_parse_tx_fes_status_end()
442 TXMON_STATUS_INFO(tx_status_info, in hal_txmon_parse_tx_fes_status_end()
444 TXMON_STATUS_INFO(tx_status_info, in hal_txmon_parse_tx_fes_status_end()
465 struct hal_tx_status_info *tx_status_info) in hal_txmon_parse_response_end_status() argument
471 TXMON_STATUS_INFO(tx_status_info, generated_response) = in hal_txmon_parse_response_end_status()
473 TXMON_STATUS_INFO(tx_status_info, mba_count) = in hal_txmon_parse_response_end_status()
475 TXMON_STATUS_INFO(tx_status_info, mba_fake_bitmap_count) = in hal_txmon_parse_response_end_status()
536 struct hal_tx_status_info *tx_status_info) in hal_txmon_parse_peer_entry() argument
[all …]