Home
last modified time | relevance | path

Searched refs:user_id (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_generic_api.h534 uint8_t user_id, in hal_txmon_parse_peer_entry() argument
548 TXMON_HAL_USER(tx_ppdu_info, user_id, sw_peer_id) = in hal_txmon_parse_peer_entry()
580 hal_txmon_parse_mpdu_start(void *tx_tlv, uint8_t user_id, in hal_txmon_parse_mpdu_start() argument
585 TXMON_HAL_USER(tx_ppdu_info, user_id, start_seq) = in hal_txmon_parse_mpdu_start()
587 TXMON_HAL(tx_ppdu_info, cur_usr_idx) = user_id; in hal_txmon_parse_mpdu_start()
600 hal_txmon_parse_msdu_start(void *tx_tlv, uint8_t user_id, in hal_txmon_parse_msdu_start() argument
791 uint32_t user_id, in hal_txmon_populate_he_data_per_user() argument
794 uint32_t he_data1 = TXMON_HAL_USER(ppdu_info, user_id, he_data1); in hal_txmon_populate_he_data_per_user()
795 uint32_t he_data2 = TXMON_HAL_USER(ppdu_info, user_id, he_data2); in hal_txmon_populate_he_data_per_user()
796 uint32_t he_data3 = TXMON_HAL_USER(ppdu_info, user_id, he_data3); in hal_txmon_populate_he_data_per_user()
[all …]
H A Dhal_be_api_mon.h793 void *ppduinfo, uint32_t user_id, in hal_rx_populate_mu_user_info() argument
802 mon_rx_user_info = &ppdu_info->rx_user_info[user_id]; in hal_rx_populate_mu_user_info()
1103 uint32_t user_id:6, member
1111 uint32_t user_id:6, member
1116 uint32_t user_id:6, member
1126 uint32_t user_id:6, member
1260 #define TXMON_HAL_USER(hal_tx_ppdu_info, user_id, field) \ argument
1261 hal_tx_ppdu_info->rx_user_status[user_id].field
2134 uint32_t user_id) in hal_rx_parse_receive_user_info() argument
2186 if (user_id < HAL_MAX_UL_MU_USERS) { in hal_rx_parse_receive_user_info()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_rx_mon_2.0.c128 data.ppdu_start_user_info.user_id = in dp_mon_record_tlv()
129 ppdu_info->user_id; in dp_mon_record_tlv()
151 data.mpdu_start.user_id = in dp_mon_record_tlv()
152 ppdu_info->user_id; in dp_mon_record_tlv()
159 data.mpdu_end.user_id = in dp_mon_record_tlv()
160 ppdu_info->user_id; in dp_mon_record_tlv()
175 data.msdu_end.user_id = in dp_mon_record_tlv()
176 ppdu_info->user_id; in dp_mon_record_tlv()
403 uint8_t user_id; in dp_rx_mon_pf_tag_to_buf_headroom_2_0() local
430 user_id = ppdu_info->user_id; in dp_rx_mon_pf_tag_to_buf_headroom_2_0()
[all …]
H A Ddp_tx_mon_status_2.0.c169 uint8_t user_id, qdf_nbuf_t mpdu_nbuf) in dp_tx_mon_enqueue_mpdu_nbuf() argument
178 usr_mpdu_q = &TXMON_PPDU_USR(tx_ppdu_info, user_id, mpdu_q); in dp_tx_mon_enqueue_mpdu_nbuf()
486 uint8_t user_id = TXMON_PPDU(tx_ppdu_info, cur_usr_idx); in dp_tx_mon_generate_ack_frm() local
530 dp_tx_mon_enqueue_mpdu_nbuf(pdev, tx_ppdu_info, user_id, mpdu_nbuf); in dp_tx_mon_generate_ack_frm()
851 uint8_t user_id = TXMON_PPDU(tx_ppdu_info, cur_usr_idx); in dp_tx_mon_generate_block_ack_frm() local
853 user_id, ba_bitmap_sz); in dp_tx_mon_generate_block_ack_frm()
945 user_id, in dp_tx_mon_generate_block_ack_frm()
949 user_id, in dp_tx_mon_generate_block_ack_frm()
953 TXMON_PPDU_USR(tx_ppdu_info, user_id, ba_bitmap), in dp_tx_mon_generate_block_ack_frm()
954 4 << TXMON_PPDU_USR(tx_ppdu_info, user_id, ba_bitmap_sz)); in dp_tx_mon_generate_block_ack_frm()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_generic_api.h461 hal_rx_populate_mu_user_info(void *rx_tlv, void *ppduinfo, uint32_t user_id, in hal_rx_populate_mu_user_info() argument
470 mon_rx_user_info = &ppdu_info->rx_user_info[user_id]; in hal_rx_populate_mu_user_info()
642 uint32_t user_id) in hal_update_rx_ctrl_frame_stats() argument
649 ppdu_info->ctrl_frm_info[user_id].ndpa = 1; in hal_update_rx_ctrl_frame_stats()
652 ppdu_info->ctrl_frm_info[user_id].bar = 1; in hal_update_rx_ctrl_frame_stats()
658 uint32_t user_id) in hal_update_rx_ctrl_frame_stats() argument
678 uint32_t tlv_tag, user_id, tlv_len, value; in hal_rx_status_get_tlv_info_generic_li() local
691 user_id = HAL_RX_GET_USER_TLV32_USERID(rx_tlv_hdr); in hal_rx_status_get_tlv_info_generic_li()
862 if (user_id < HAL_MAX_UL_MU_USERS) { in hal_rx_status_get_tlv_info_generic_li()
864 &ppdu_info->rx_user_status[user_id]; in hal_rx_status_get_tlv_info_generic_li()
[all …]
H A Dhal_li_generic_api.c687 uint32_t user_id; in hal_rx_hw_desc_mpdu_user_id_li() local
689 user_id = HAL_RX_GET_USER_TLV32_USERID( in hal_rx_hw_desc_mpdu_user_id_li()
692 return user_id; in hal_rx_hw_desc_mpdu_user_id_li()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.h325 hal_rx_populate_mu_user_info(void *rx_tlv, void *ppduinfo, uint32_t user_id, in hal_rx_populate_mu_user_info() argument
334 mon_rx_user_info = &ppdu_info->rx_user_info[user_id]; in hal_rx_populate_mu_user_info()
518 uint32_t tlv_tag, user_id, tlv_len, value; in hal_rx_status_get_tlv_info_generic_rh() local
531 user_id = HAL_RX_GET_USER_TLV32_USERID(rx_tlv_hdr); in hal_rx_status_get_tlv_info_generic_rh()
705 if (user_id < HAL_MAX_UL_MU_USERS) { in hal_rx_status_get_tlv_info_generic_rh()
707 &ppdu_info->rx_user_status[user_id]; in hal_rx_status_get_tlv_info_generic_rh()
714 user_id, in hal_rx_status_get_tlv_info_generic_rh()
1505 ppdu_info->user_id = user_id; in hal_rx_status_get_tlv_info_generic_rh()
1536 ppdu_info->rx_user_status[user_id].sw_peer_id = in hal_rx_status_get_tlv_info_generic_rh()
1589 ppdu_info->user_id = user_id; in hal_rx_status_get_tlv_info_generic_rh()
[all …]
H A Dhal_rh_generic_api.c595 uint32_t user_id; in hal_rx_hw_desc_mpdu_user_id_rh() local
597 user_id = HAL_RX_GET_USER_TLV32_USERID( in hal_rx_hw_desc_mpdu_user_id_rh()
600 return user_id; in hal_rx_hw_desc_mpdu_user_id_rh()
/wlan-driver/fw-api/fw/
H A Dtxmon_tlvs.h192 A_UINT32 user_id : 6, member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_rx_mon.c55 int user_id; in dp_rx_mon_handle_cfr_mu_info() local
59 for (user_id = 0; user_id < num_users; user_id++) { in dp_rx_mon_handle_cfr_mu_info()
60 if (user_id >= OFDMA_NUM_USERS) in dp_rx_mon_handle_cfr_mu_info()
63 rx_user_status = &ppdu_info->rx_user_status[user_id]; in dp_rx_mon_handle_cfr_mu_info()
64 rx_stats_peruser = &cdp_rx_ppdu->user[user_id]; in dp_rx_mon_handle_cfr_mu_info()
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
H A Dtarget_if_cfr_enh.c475 uint8_t user_id, chain_id; in dump_metadata() local
527 for (user_id = 0; user_id < meta->num_mu_users; user_id++) { in dump_metadata()
528 usermac = meta->peer_addr.mu_peer_addr[user_id]; in dump_metadata()
530 user_id, QDF_MAC_ADDR_REF(usermac)); in dump_metadata()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api_mon.h846 uint16_t user_id; member
1275 uint8_t user_id; member
/wlan-driver/wpa_supplicant_8/src/eap_peer/
H A Deap_proxy_qmi.c
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_rx_mon_dest_1.0.c81 mon_pdev->ppdu_info.rx_info.user_id = in dp_tx_capture_get_user_id()