Home
last modified time | relevance | path

Searched refs:TXMON_STATUS_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.c369 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()
448 TXMON_STATUS_INFO(tx_status_info, addr1), in dp_tx_mon_generate_rts_frm()
451 TXMON_STATUS_INFO(tx_status_info, addr2), in dp_tx_mon_generate_rts_frm()
455 TXMON_STATUS_INFO(tx_status_info, addr2), in dp_tx_mon_generate_rts_frm()
458 TXMON_STATUS_INFO(tx_status_info, addr1), in dp_tx_mon_generate_rts_frm()
522 TXMON_STATUS_INFO(tx_status_info, addr1), in dp_tx_mon_generate_ack_frm()
597 TXMON_STATUS_INFO(tx_status_info, addr1), in dp_tx_mon_generate_3addr_qos_null_frm()
600 TXMON_STATUS_INFO(tx_status_info, addr2), in dp_tx_mon_generate_3addr_qos_null_frm()
603 TXMON_STATUS_INFO(tx_status_info, addr3), in dp_tx_mon_generate_3addr_qos_null_frm()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_generic_api.h436 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()
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()
717 TXMON_STATUS_INFO(status_info, band_center_freq1) = c_freq1; in hal_txmon_parse_fw2sw()
718 TXMON_STATUS_INFO(status_info, band_center_freq2) = c_freq2; in hal_txmon_parse_fw2sw()
719 TXMON_STATUS_INFO(status_info, freq) = freq_mhz; in hal_txmon_parse_fw2sw()
[all …]
H A Dhal_be_api_mon.h1263 #define TXMON_STATUS_INFO(hal_tx_status_info, field) \ macro