Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_tx.c1140 uint32_t *header_ptr; in htt_tx_ipa_uc_wdi_tx_buf_alloc() local
1158 header_ptr = shared_tx_buffer->vaddr; in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1163 *header_ptr = HTT_IPA_UC_OFFLOAD_TX_HEADER_DEFAULT; in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1164 header_ptr++; in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1167 *header_ptr |= ((uint16_t) uc_tx_partition_base + in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1170 header_ptr++; in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1174 *header_ptr = qdf_get_lower_32_bits(buffer_paddr + in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1176 header_ptr++; in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1179 *header_ptr = qdf_get_upper_32_bits(buffer_paddr) & in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1181 header_ptr++; in htt_tx_ipa_uc_wdi_tx_buf_alloc()
[all …]