Home
last modified time | relevance | path

Searched refs:msg_word (Results 1 – 25 of 41) sorted by relevance

12

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_h2t.c145 u_int32_t *msg_word; in htt_h2t_frag_desc_bank_cfg_msg() local
177 msg_word = (u_int32_t *) qdf_nbuf_data(msg); in htt_h2t_frag_desc_bank_cfg_msg()
179 memset(msg_word, 0, sizeof(struct htt_tx_frag_desc_bank_cfg_t)); in htt_h2t_frag_desc_bank_cfg_msg()
183 *msg_word = 0; in htt_h2t_frag_desc_bank_cfg_msg()
184 HTT_H2T_MSG_TYPE_SET(*msg_word, HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG); in htt_h2t_frag_desc_bank_cfg_msg()
186 bank_cfg = (struct htt_tx_frag_desc_bank_cfg_t *)msg_word; in htt_h2t_frag_desc_bank_cfg_msg()
189 HTT_H2T_FRAG_DESC_BANK_PDEVID_SET(*msg_word, 0); in htt_h2t_frag_desc_bank_cfg_msg()
191 HTT_H2T_FRAG_DESC_BANK_NUM_BANKS_SET(*msg_word, 1); in htt_h2t_frag_desc_bank_cfg_msg()
192 HTT_H2T_FRAG_DESC_BANK_DESC_SIZE_SET(*msg_word, pdev->frag_descs.size); in htt_h2t_frag_desc_bank_cfg_msg()
193 HTT_H2T_FRAG_DESC_BANK_SWAP_SET(*msg_word, 0); in htt_h2t_frag_desc_bank_cfg_msg()
[all …]
H A Dhtt_t2h.c77 uint32_t *msg_word; in htt_rx_frag_set_last_msdu() local
84 msg_word = (uint32_t *) qdf_nbuf_data(msg); in htt_rx_frag_set_last_msdu()
86 *(msg_word + HTT_RX_FRAG_IND_HDR_PREFIX_SIZE32)); in htt_rx_frag_set_last_msdu()
96 p_fw_msdu_rx_desc = ((uint8_t *) (msg_word) + in htt_rx_frag_set_last_msdu()
158 static void htt_ipa_op_response(struct htt_pdev_t *pdev, uint32_t *msg_word) in htt_ipa_op_response() argument
166 msg_start_ptr = (uint8_t *) msg_word; in htt_ipa_op_response()
168 HTT_WDI_IPA_OP_RESPONSE_OP_CODE_GET(*msg_word); in htt_ipa_op_response()
169 msg_word++; in htt_ipa_op_response()
170 len = HTT_WDI_IPA_OP_RESPONSE_RSP_LEN_GET(*msg_word); in htt_ipa_op_response()
187 static void htt_ipa_op_response(struct htt_pdev_t *pdev, uint32_t *msg_word) in htt_ipa_op_response() argument
[all …]
H A Dhtt_fw_stats.c896 uint32_t *msg_word = (uint32_t *) record; in htt_t2h_tx_ppdu_log_print() local
900 ((*(msg_word + OL_FW_TX_DBG_PPDU_START_SEQ_NUM_WORD)) & in htt_t2h_tx_ppdu_log_print()
904 ((*(msg_word + OL_FW_TX_DBG_PPDU_COMPLETE_WORD)) & in htt_t2h_tx_ppdu_log_print()
923 ((*(msg_word + in htt_t2h_tx_ppdu_log_print()
928 ((*(msg_word + in htt_t2h_tx_ppdu_log_print()
933 ((*(msg_word + in htt_t2h_tx_ppdu_log_print()
938 ((*(msg_word + in htt_t2h_tx_ppdu_log_print()
943 ((*(msg_word + in htt_t2h_tx_ppdu_log_print()
948 ((*(msg_word + in htt_t2h_tx_ppdu_log_print()
953 ((*(msg_word + in htt_t2h_tx_ppdu_log_print()
[all …]
H A Dhtt_monitor_rx.c87 uint32_t **msg_word, uint32_t amsdu_len, in htt_mon_rx_handle_amsdu_packet() argument
96 *msg_word += HTT_RX_IN_ORD_PADDR_IND_MSDU_DWORDS; in htt_mon_rx_handle_amsdu_packet()
97 paddr = htt_rx_in_ord_paddr_get(*msg_word); in htt_mon_rx_handle_amsdu_packet()
104 last_frag = ((struct htt_rx_in_ord_paddr_ind_msdu_t *)*msg_word)-> in htt_mon_rx_handle_amsdu_packet()
120 *msg_word += HTT_RX_IN_ORD_PADDR_IND_MSDU_DWORDS; in htt_mon_rx_handle_amsdu_packet()
121 paddr = htt_rx_in_ord_paddr_get(*msg_word); in htt_mon_rx_handle_amsdu_packet()
124 *msg_word)->msdu_info; in htt_mon_rx_handle_amsdu_packet()
507 uint32_t *msg_word; in htt_rx_mon_amsdu_rx_in_order_pop_ll() local
521 msg_word = (uint32_t *)rx_ind_data; in htt_rx_mon_amsdu_rx_in_order_pop_ll()
530 msdu_count = HTT_RX_IN_ORD_PADDR_IND_MSDU_CNT_GET(*(msg_word + 1)); in htt_rx_mon_amsdu_rx_in_order_pop_ll()
[all …]
H A Dhtt_rx_ll.c102 htt_get_first_packet_after_wow_wakeup(uint32_t *msg_word, qdf_nbuf_t buf) in htt_get_first_packet_after_wow_wakeup() argument
104 if (HTT_RX_IN_ORD_PADDR_IND_MSDU_INFO_GET(*msg_word) & in htt_get_first_packet_after_wow_wakeup()
977 uint32_t *msg_word, in htt_rx_offload_paddr_msdu_pop_ll() argument
991 msg_word + (msdu_iter * HTT_RX_IN_ORD_PADDR_IND_MSDU_DWORDS); in htt_rx_offload_paddr_msdu_pop_ll()
1008 msg_word + NEXT_FIELD_OFFSET_IN32, buf); in htt_rx_offload_paddr_msdu_pop_ll()
1498 uint32_t *msg_word; in htt_rx_amsdu_rx_in_order_pop_ll() local
1514 msg_word = (uint32_t *)rx_ind_data; in htt_rx_amsdu_rx_in_order_pop_ll()
1518 offload_ind = HTT_RX_IN_ORD_PADDR_IND_OFFLOAD_GET(*msg_word); in htt_rx_amsdu_rx_in_order_pop_ll()
1519 frag_ind = HTT_RX_IN_ORD_PADDR_IND_FRAG_GET(*msg_word); in htt_rx_amsdu_rx_in_order_pop_ll()
1522 msdu_count = HTT_RX_IN_ORD_PADDR_IND_MSDU_CNT_GET(*(msg_word + 1)); in htt_rx_amsdu_rx_in_order_pop_ll()
[all …]
H A Dhtt_rx.c139 uint32_t *msg_word; in htt_rx_amsdu_rx_in_order_get_pktlog() local
141 msg_word = (uint32_t *)qdf_nbuf_data(rx_ind_msg); in htt_rx_amsdu_rx_in_order_get_pktlog()
142 return HTT_RX_IN_ORD_PADDR_IND_PKTLOG_GET(*msg_word); in htt_rx_amsdu_rx_in_order_get_pktlog()
H A Dhtt_tx.c1874 void htt_tx_group_credit_process(struct htt_pdev_t *pdev, u_int32_t *msg_word) in htt_tx_group_credit_process() argument
1882 more_group_present = HTT_TX_CREDIT_TXQ_GRP_GET(*msg_word); in htt_tx_group_credit_process()
1886 group_id = HTT_TXQ_GROUP_ID_GET(*(msg_word+1 in htt_tx_group_credit_process()
1889 HTT_TXQ_GROUP_CREDIT_COUNT_GET(*(msg_word+1 in htt_tx_group_credit_process()
1892 HTT_TXQ_GROUP_SIGN_GET(*(msg_word+1 in htt_tx_group_credit_process()
1895 group_abs = HTT_TXQ_GROUP_ABS_GET(*(msg_word+1 in htt_tx_group_credit_process()
1899 HTT_TXQ_GROUP_VDEV_ID_MASK_GET(*(msg_word+2 in htt_tx_group_credit_process()
1901 ac_mask = HTT_TXQ_GROUP_AC_MASK_GET(*(msg_word+2 in htt_tx_group_credit_process()
1907 more_group_present = HTT_TXQ_GROUP_EXT_GET(*(msg_word+1 in htt_tx_group_credit_process()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.c328 uint32_t *msg_word; in dp_htt_h2t_add_tcl_metadata_ver_v1() local
352 msg_word = (u_int32_t *)qdf_nbuf_data(*msg); in dp_htt_h2t_add_tcl_metadata_ver_v1()
357 *msg_word = 0; in dp_htt_h2t_add_tcl_metadata_ver_v1()
358 HTT_H2T_MSG_TYPE_SET(*msg_word, HTT_H2T_MSG_TYPE_VERSION_REQ); in dp_htt_h2t_add_tcl_metadata_ver_v1()
374 uint32_t *msg_word; in dp_htt_h2t_add_tcl_metadata_ver_v2() local
399 msg_word = (u_int32_t *)qdf_nbuf_data(*msg); in dp_htt_h2t_add_tcl_metadata_ver_v2()
404 *msg_word = 0; in dp_htt_h2t_add_tcl_metadata_ver_v2()
405 HTT_H2T_MSG_TYPE_SET(*msg_word, HTT_H2T_MSG_TYPE_VERSION_REQ); in dp_htt_h2t_add_tcl_metadata_ver_v2()
408 msg_word++; in dp_htt_h2t_add_tcl_metadata_ver_v2()
409 *msg_word = 0; in dp_htt_h2t_add_tcl_metadata_ver_v2()
[all …]
H A Ddp_htt.h176 #define HTT_VDEV_GET_STATS_U64(msg_word) \ argument
177 (((((uint64_t)(*(((uint32_t *)msg_word) + 1))) & HTT_VDEV_STATS_L32_MASK) << \
178 HTT_VDEV_STATS_U32_SHIFT) | ((*(uint32_t *)msg_word) & HTT_VDEV_STATS_L32_MASK))
180 #define HTT_VDEV_GET_STATS_U32(msg_word) \ argument
181 ((*(uint32_t *)msg_word) & HTT_VDEV_STATS_L32_MASK)
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_filter_2.0.c122 void dp_rx_mon_packet_length_set(uint32_t *msg_word, in dp_rx_mon_packet_length_set() argument
125 if (!msg_word || !tlv_filter) in dp_rx_mon_packet_length_set()
128 HTT_RX_RING_SELECTION_CFG_CONFIG_LENGTH_MGMT_SET(*msg_word, in dp_rx_mon_packet_length_set()
130 HTT_RX_RING_SELECTION_CFG_CONFIG_LENGTH_CTRL_SET(*msg_word, in dp_rx_mon_packet_length_set()
132 HTT_RX_RING_SELECTION_CFG_CONFIG_LENGTH_DATA_SET(*msg_word, in dp_rx_mon_packet_length_set()
136 void dp_rx_mon_enable_set(uint32_t *msg_word, in dp_rx_mon_enable_set() argument
139 if (!msg_word || !tlv_filter) in dp_rx_mon_enable_set()
142 HTT_RX_RING_SELECTION_CFG_RX_MON_GLOBAL_EN_SET(*msg_word, in dp_rx_mon_enable_set()
146 void dp_rx_mon_enable_mpdu_logging(uint32_t *msg_word, in dp_rx_mon_enable_mpdu_logging() argument
149 if (!msg_word || !tlv_filter) in dp_rx_mon_enable_mpdu_logging()
[all …]
H A Ddp_mon_filter_2.0.h37 dp_rx_mon_enable_set(uint32_t *msg_word,
46 dp_rx_mon_packet_length_set(uint32_t *msg_word,
58 uint32_t *msg_word, int pdev_id,
67 dp_rx_mon_pkt_tlv_offset_subscribe(uint32_t *msg_word,
76 dp_rx_mon_enable_mpdu_logging(uint32_t *msg_word,
85 dp_rx_mon_enable_fpmo(uint32_t *msg_word,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_htt.c141 uint32_t *msg_word; in dp_htt_h2t_rx_ring_rfs_cfg() local
170 msg_word = (uint32_t *)qdf_nbuf_data(msg); in dp_htt_h2t_rx_ring_rfs_cfg()
176 *msg_word = 0; in dp_htt_h2t_rx_ring_rfs_cfg()
177 htt_logger_bufp = (uint8_t *)msg_word; in dp_htt_h2t_rx_ring_rfs_cfg()
178 HTT_H2T_MSG_TYPE_SET(*msg_word, HTT_H2T_MSG_TYPE_RFS_CONFIG); in dp_htt_h2t_rx_ring_rfs_cfg()
179 HTT_RX_RFS_CONFIG_SET(*msg_word, 1); in dp_htt_h2t_rx_ring_rfs_cfg()
186 *msg_word |= ((32 & 0xff) << 16); in dp_htt_h2t_rx_ring_rfs_cfg()
188 dp_htt_info("RFS sent to F.W: 0x%08x", *msg_word); in dp_htt_h2t_rx_ring_rfs_cfg()
245 uint32_t *msg_word; in dp_htt_t2h_msg_handler_fast() local
261 msg_word = (uint32_t *)qdf_nbuf_data(htt_t2h_msg); in dp_htt_t2h_msg_handler_fast()
[all …]
H A Ddp_rh_rx.c245 uint32_t *msg_word, in dp_rx_desc_nbuf_sanity_check_rh() argument
250 paddr = (HTT_RX_DATA_MSDU_INFO_BUFFER_ADDR_LOW_GET(*msg_word) | in dp_rx_desc_nbuf_sanity_check_rh()
251 ((uint64_t)(HTT_RX_DATA_MSDU_INFO_BUFFER_ADDR_HIGH_GET(*(msg_word + 1))) << 32)); in dp_rx_desc_nbuf_sanity_check_rh()
263 uint32_t *msg_word, in dp_rx_desc_nbuf_sanity_check_rh() argument
270 uint32_t *msg_word, in dp_rx_desc_nbuf_sanity_check_rh()
274 msg_word, HTT_RX_DATA_MSDU_INFO_SIZE); in dp_rx_desc_nbuf_sanity_check_rh()
280 uint32_t *msg_word,
285 msg_word, HTT_RX_DATA_MSDU_INFO_SIZE);
293 uint32_t *msg_word) in dp_rx_ring_record_entry_rh() argument
309 (HTT_RX_DATA_MSDU_INFO_BUFFER_ADDR_LOW_GET(*msg_word) | in dp_rx_ring_record_entry_rh()
[all …]
H A Ddp_rh_tx.c705 uint32_t *msg_word; in dp_tx_compl_handler_rh() local
712 msg_word = (uint32_t *)qdf_nbuf_data(htt_msg); in dp_tx_compl_handler_rh()
713 num_msdus = HTT_SOFT_UMAC_TX_COMP_IND_MSDU_COUNT_GET(*msg_word); in dp_tx_compl_handler_rh()
714 msg_word += HTT_SOFT_UMAC_TX_COMPL_IND_SIZE >> 2; in dp_tx_compl_handler_rh()
717 sw_cookie = HTT_TX_BUFFER_ADDR_INFO_SW_BUFFER_COOKIE_GET(*(msg_word + 1)); in dp_tx_compl_handler_rh()
754 if (HTT_TX_BUFFER_ADDR_INFO_RELEASE_SOURCE_GET(*(msg_word + 1)) == in dp_tx_compl_handler_rh()
760 tx_desc->peer_id = HTT_TX_MSDU_INFO_SW_PEER_ID_GET(*(msg_word + 2)); in dp_tx_compl_handler_rh()
761 tx_status = HTT_TX_MSDU_INFO_RELEASE_REASON_GET(*(msg_word + 3)); in dp_tx_compl_handler_rh()
767 qdf_mem_copy(&tx_desc->comp, msg_word, HTT_TX_MSDU_INFO_SIZE); in dp_tx_compl_handler_rh()
781 msg_word += HTT_TX_MSDU_INFO_SIZE >> 2; in dp_tx_compl_handler_rh()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx.c1571 uint32_t *msg_word; in ol_rx_in_order_indication_handler() local
1607 msg_word = (uint32_t *)rx_ind_data; in ol_rx_in_order_indication_handler()
1609 msdu_count = HTT_RX_IN_ORD_PADDR_IND_MSDU_CNT_GET(*(msg_word + 1)); in ol_rx_in_order_indication_handler()
1806 uint32_t *msg_word) in ol_rx_offload_paddr_deliver_ind_handler() argument
1816 htt_pdev, msg_word, msdu_iter, in ol_rx_offload_paddr_deliver_ind_handler()
1824 msg_word, msdu_iter); in ol_rx_offload_paddr_deliver_ind_handler()
2008 uint32_t *msg_word; in ol_rx_cfr_capture_msg_handler() local
2011 msg_word = (uint32_t *)qdf_nbuf_data(htt_t2h_msg); in ol_rx_cfr_capture_msg_handler()
2014 msg_word++; in ol_rx_cfr_capture_msg_handler()
2015 cfr_dump = (struct htt_cfr_dump_compl_ind *)msg_word; in ol_rx_cfr_capture_msg_handler()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.h2356 uint32_t *msg_word = (struct uint32_t *)desc; in hal_tx_comp_get_buffer_timestamp_rh() local
2359 HTT_TX_MSDU_INFO_BUFFER_TIMESTAMP_GET(*(msg_word + 4)); in hal_tx_comp_get_buffer_timestamp_rh()
2399 uint32_t *msg_word = (uint32_t *)desc; in hal_tx_comp_get_status_generic_rh() local
2401 if (HTT_TX_BUFFER_ADDR_INFO_RELEASE_SOURCE_GET(*(msg_word + 1)) == in hal_tx_comp_get_status_generic_rh()
2407 if (HTT_TX_MSDU_INFO_VALID_GET(*(msg_word + 2))) { in hal_tx_comp_get_status_generic_rh()
2408 ts->peer_id = HTT_TX_MSDU_INFO_SW_PEER_ID_GET(*(msg_word + 2)); in hal_tx_comp_get_status_generic_rh()
2409 ts->tid = HTT_TX_MSDU_INFO_TID_GET(*(msg_word + 2)); in hal_tx_comp_get_status_generic_rh()
2414 ts->transmit_cnt = HTT_TX_MSDU_INFO_TRANSMIT_CNT_GET(*(msg_word + 2)); in hal_tx_comp_get_status_generic_rh()
2416 tx_status = HTT_TX_MSDU_INFO_RELEASE_REASON_GET(*(msg_word + 3)); in hal_tx_comp_get_status_generic_rh()
2419 ts->ppdu_id = HTT_TX_MSDU_INFO_TQM_STATUS_NUMBER_GET(*(msg_word + 3)); in hal_tx_comp_get_status_generic_rh()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h556 uint32_t *msg_word,
692 uint32_t *msg_word,
825 void (*rx_mon_enable)(uint32_t *msg_word,
827 void (*rx_hdr_length_set)(uint32_t *msg_word,
829 void (*rx_packet_length_set)(uint32_t *msg_word,
832 uint32_t *msg_word, int pdev_id,
834 void (*rx_pkt_tlv_offset)(uint32_t *msg_word,
836 void (*rx_enable_mpdu_logging)(uint32_t *msg_word,
838 void (*rx_enable_fpmo)(uint32_t *msg_word,
878 void (*mon_mac_filter_set)(uint32_t *msg_word,
[all …]
H A Ddp_mon.c2084 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()
[all …]
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c561 uint32_t *msg_word; in pkt_capture_rx_in_order_offloaded_pkt() local
563 msg_word = (uint32_t *)qdf_nbuf_data(rx_ind_msg); in pkt_capture_rx_in_order_offloaded_pkt()
567 (*(msg_word + 1)); in pkt_capture_rx_in_order_offloaded_pkt()
1534 uint32_t *msg_word, in pkt_capture_tx_get_txcomplete_data_hdr() argument
1546 has_tx_compl_payload = HTT_TX_COMPL_IND_APPEND4_GET(*msg_word); in pkt_capture_tx_get_txcomplete_data_hdr()
1552 has_retry = HTT_TX_COMPL_IND_APPEND_GET(*msg_word); in pkt_capture_tx_get_txcomplete_data_hdr()
1560 (msg_word + offset_dwords); in pkt_capture_tx_get_txcomplete_data_hdr()
1567 has_tx_tsf = HTT_TX_COMPL_IND_APPEND1_GET(*msg_word); in pkt_capture_tx_get_txcomplete_data_hdr()
1574 has_ack_rssi = HTT_TX_COMPL_IND_APPEND2_GET(*msg_word); in pkt_capture_tx_get_txcomplete_data_hdr()
1578 has_tx_tsf64 = HTT_TX_COMPL_IND_APPEND3_GET(*msg_word); in pkt_capture_tx_get_txcomplete_data_hdr()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_mon_filter_1.0.h228 void dp_mon_mac_filter_set(uint32_t *msg_word,
232 void dp_mon_mac_filter_set(uint32_t *msg_word, in dp_mon_mac_filter_set() argument
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/include/
H A Dpktlog_ac.h161 void pktlog_process_fw_msg(uint8_t pdev_id, uint32_t *msg_word,
225 static inline void pktlog_process_fw_msg(uint8_t pdev_id, uint32_t *msg_word, in pktlog_process_fw_msg() argument
/wlan-driver/qcacld-3.0/components/pkt_capture/dispatcher/inc/
H A Dwlan_pkt_capture_ucfg_api.h245 uint32_t *msg_word,
402 uint32_t *msg_word, in ucfg_pkt_capture_tx_get_txcomplete_data_hdr() argument
/wlan-driver/qcacld-3.0/components/pkt_capture/dispatcher/src/
H A Dwlan_pkt_capture_ucfg_api.c230 uint32_t *msg_word, in ucfg_pkt_capture_tx_get_txcomplete_data_hdr() argument
233 return pkt_capture_tx_get_txcomplete_data_hdr(msg_word, num_msdus); in ucfg_pkt_capture_tx_get_txcomplete_data_hdr()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_rx.c1722 uint32_t *msg_word,
1728 if (!msg_word || !tlv_filter)
1741 HTT_RX_RING_SELECTION_CFG_WORD_MASK_COMPACTION_ENABLE_SET(*msg_word, 1);
1744 msg_word += 3;
1745 *msg_word = 0;
1748 *msg_word,
1752 msg_word++;
1753 *msg_word = 0;
1755 *msg_word,
1760 uint32_t *msg_word,
/wlan-driver/qcacld-3.0/components/pkt_capture/core/inc/
H A Dwlan_pkt_capture_data_txrx.h220 uint32_t *msg_word,

12