Searched refs:tag_buf (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/ |
H A D | dp_mon.c | 2387 qdf_nbuf_t tag_buf, in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv() argument 2405 msg_word = (uint32_t *)qdf_nbuf_data(tag_buf); in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv() 2411 qdf_nbuf_data(tag_buf)); in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv() 2413 if (!qdf_nbuf_pull_head(tag_buf, trim_size)) in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv() 2416 qdf_nbuf_trim_tail(tag_buf, qdf_nbuf_len(tag_buf) - in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv() 2421 if (qdf_unlikely(qdf_nbuf_headroom(tag_buf) < head_size)) { in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv() 2423 head_size, qdf_nbuf_headroom(tag_buf)); in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv() 2428 qdf_nbuf_push_head(tag_buf, head_size); in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv() 2435 nbuf_ptr = (uint32_t *)qdf_nbuf_push_head(tag_buf, head_size); in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv() 2440 tag_buf, HTT_INVALID_PEER, in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv() [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_stats.c | 423 static void dp_print_stats_string_tlv(uint32_t *tag_buf) in dp_print_stats_string_tlv() argument 426 (htt_stats_string_tlv *)tag_buf; in dp_print_stats_string_tlv() 429 uint32_t tag_len = (HTT_STATS_TLV_LENGTH_GET(*tag_buf) >> 2); in dp_print_stats_string_tlv() 454 static void dp_print_tx_pdev_stats_cmn_tlv(uint32_t *tag_buf) in dp_print_tx_pdev_stats_cmn_tlv() argument 457 (htt_tx_pdev_stats_cmn_tlv *)tag_buf; in dp_print_tx_pdev_stats_cmn_tlv() 548 static void dp_print_tx_pdev_stats_urrn_tlv_v(uint32_t *tag_buf) in dp_print_tx_pdev_stats_urrn_tlv_v() argument 551 (htt_tx_pdev_stats_urrn_tlv_v *)tag_buf; in dp_print_tx_pdev_stats_urrn_tlv_v() 554 uint32_t tag_len = (HTT_STATS_TLV_LENGTH_GET(*tag_buf) >> 2); in dp_print_tx_pdev_stats_urrn_tlv_v() 579 static void dp_print_tx_pdev_stats_flush_tlv_v(uint32_t *tag_buf) in dp_print_tx_pdev_stats_flush_tlv_v() argument 582 (htt_tx_pdev_stats_flush_tlv_v *)tag_buf; in dp_print_tx_pdev_stats_flush_tlv_v() [all …]
|
H A D | dp_htt.c | 1995 uint32_t *tag_buf) argument 2002 tag_buf, sizeof(struct cdp_pdev_obss_pd_stats_tlv)); 2541 uint32_t *tag_buf; local 2586 tag_buf = tlv_buf_temp + 2588 soc_drop_cnt = HTT_VDEV_GET_STATS_U64(tag_buf); 2594 tag_buf = tlv_buf_temp + 2596 vdev_id = (uint8_t)(*tag_buf); 2604 tag_buf = tlv_buf_temp + 2606 pkt_count = HTT_VDEV_GET_STATS_U64(tag_buf); 2610 tag_buf = tlv_buf_temp + [all …]
|
H A D | dp_peer.h | 1090 uint32_t *tag_buf);
|
H A D | dp_internal.h | 3239 uint8_t tag_type, uint32_t *tag_buf); 3250 void dp_htt_stats_copy_tag(struct dp_pdev *pdev, uint8_t tag_type, uint32_t *tag_buf);
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_cp_stats_tlv.c | 105 void wmi_extract_ctrl_path_twt_stats_tlv(void *tag_buf, in wmi_extract_ctrl_path_twt_stats_tlv() argument 109 (wmi_ctrl_path_twt_stats_struct *)tag_buf; in wmi_extract_ctrl_path_twt_stats_tlv() 135 static void wmi_twt_extract_stats_struct(void *tag_buf, in wmi_twt_extract_stats_struct() argument 147 wmi_extract_ctrl_path_twt_stats_tlv(tag_buf, twt_params); in wmi_twt_extract_stats_struct() 156 static void wmi_twt_extract_stats_struct(void *tag_buf, in wmi_twt_extract_stats_struct() argument 164 wmi_extract_ctrl_path_rrm_sta_stats_tlv(void *tag_buf, in wmi_extract_ctrl_path_rrm_sta_stats_tlv() argument 168 (wmi_ctrl_path_sta_rrm_stats_struct *)tag_buf; in wmi_extract_ctrl_path_rrm_sta_stats_tlv() 188 wmi_rrm_extract_sta_stats_struct(void *tag_buf, in wmi_rrm_extract_sta_stats_struct() argument 194 wmi_extract_ctrl_path_rrm_sta_stats_tlv(tag_buf, rrm_sta_stats); in wmi_rrm_extract_sta_stats_struct() 198 wmi_rrm_extract_sta_stats_struct(void *tag_buf, in wmi_rrm_extract_sta_stats_struct() argument [all …]
|