Lines Matching refs:msg_word
2084 uint32_t *msg_word; in dp_rx_populate_cbf_hdr() local
2098 msg_word = (uint32_t *)qdf_nbuf_data(mpdu); in dp_rx_populate_cbf_hdr()
2102 HTT_H2T_MSG_TYPE_SET(*msg_word, HTT_T2H_MSG_TYPE_PPDU_STATS_IND); in dp_rx_populate_cbf_hdr()
2103 HTT_T2H_PPDU_STATS_MAC_ID_SET(*msg_word, mac_id); in dp_rx_populate_cbf_hdr()
2104 HTT_T2H_PPDU_STATS_PDEV_ID_SET(*msg_word, pdev->pdev_id); in dp_rx_populate_cbf_hdr()
2108 HTT_T2H_PPDU_STATS_PAYLOAD_SIZE_SET(*msg_word, align4byte); in dp_rx_populate_cbf_hdr()
2109 msg_word++; in dp_rx_populate_cbf_hdr()
2110 HTT_T2H_PPDU_STATS_PPDU_ID_SET(*msg_word, ppdu_id); in dp_rx_populate_cbf_hdr()
2111 msg_word++; in dp_rx_populate_cbf_hdr()
2113 *msg_word = msdu_timestamp; in dp_rx_populate_cbf_hdr()
2114 msg_word++; in dp_rx_populate_cbf_hdr()
2116 msg_word++; in dp_rx_populate_cbf_hdr()
2120 HTT_STATS_TLV_TAG_SET(*msg_word, in dp_rx_populate_cbf_hdr()
2126 HTT_STATS_TLV_LENGTH_SET(*msg_word, align4byte); in dp_rx_populate_cbf_hdr()
2127 msg_word++; in dp_rx_populate_cbf_hdr()
2130 *msg_word, data_size); in dp_rx_populate_cbf_hdr()
2131 msg_word++; in dp_rx_populate_cbf_hdr()
2394 uint32_t *msg_word; in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv() local
2405 msg_word = (uint32_t *)qdf_nbuf_data(tag_buf); in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv()
2406 msg_word = msg_word + 2; in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv()
2407 tsf_hdr = *msg_word; in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv()
5234 uint32_t *msg_word = (uint32_t *)qdf_nbuf_data(htt_t2h_msg); in dp_htt_process_tlv() local
5236 length = HTT_T2H_PPDU_STATS_PAYLOAD_SIZE_GET(*msg_word); in dp_htt_process_tlv()
5238 msg_word = msg_word + 1; in dp_htt_process_tlv()
5239 ppdu_id = HTT_T2H_PPDU_STATS_PPDU_ID_GET(*msg_word); in dp_htt_process_tlv()
5242 msg_word = msg_word + 1; in dp_htt_process_tlv()
5243 tsf_l32 = (uint32_t)(*msg_word); in dp_htt_process_tlv()
5245 msg_word = msg_word + 2; in dp_htt_process_tlv()
5247 tlv_buf = (uint8_t *)msg_word; in dp_htt_process_tlv()
5248 tlv_type = HTT_STATS_TLV_TAG_GET(*msg_word); in dp_htt_process_tlv()
5249 tlv_length = HTT_STATS_TLV_LENGTH_GET(*msg_word); in dp_htt_process_tlv()
5268 (*(msg_word + 1)); in dp_htt_process_tlv()
5269 msg_word = in dp_htt_process_tlv()
5282 HTT_PPDU_STATS_USERS_INFO_TLV_MAX_USERS_GET(*(msg_word + 1)); in dp_htt_process_tlv()
5295 dp_process_ppdu_tag(pdev, msg_word, tlv_length, ppdu_info); in dp_htt_process_tlv()
5303 msg_word = (uint32_t *)((uint8_t *)tlv_buf + tlv_length); in dp_htt_process_tlv()
5414 uint32_t *msg_word = (uint32_t *)qdf_nbuf_data(htt_t2h_msg); in dp_htt_process_smu_ppdu_stats_tlv() local
5416 length = HTT_T2H_PPDU_STATS_PAYLOAD_SIZE_GET(*msg_word); in dp_htt_process_smu_ppdu_stats_tlv()
5418 msg_word = msg_word + 4; in dp_htt_process_smu_ppdu_stats_tlv()
5421 tlv_buf = (uint8_t *)msg_word; in dp_htt_process_smu_ppdu_stats_tlv()
5422 tlv_type = HTT_STATS_TLV_TAG_GET(*msg_word); in dp_htt_process_smu_ppdu_stats_tlv()
5423 tlv_length = HTT_STATS_TLV_LENGTH_GET(*msg_word); in dp_htt_process_smu_ppdu_stats_tlv()
5436 soc, msg_word, HTT_INVALID_VDEV, in dp_htt_process_smu_ppdu_stats_tlv()
5439 msg_word = (uint32_t *)((uint8_t *)tlv_buf + tlv_length); in dp_htt_process_smu_ppdu_stats_tlv()
5521 uint32_t *msg_word, in dp_ppdu_stats_ind_handler() argument
5528 target_pdev_id = HTT_T2H_PPDU_STATS_PDEV_ID_GET(*msg_word); in dp_ppdu_stats_ind_handler()