Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_t2h.c78 unsigned int num_msdu_bytes; in htt_rx_frag_set_last_msdu() local
85 num_msdu_bytes = HTT_RX_FRAG_IND_FW_RX_DESC_BYTES_GET( in htt_rx_frag_set_last_msdu()
93 pdev->rx_mpdu_range_offset_words = 3 + ((num_msdu_bytes + 3) >> 2); in htt_rx_frag_set_last_msdu()
787 unsigned int num_msdu_bytes; in htt_t2h_msg_handler() local
811 num_msdu_bytes = in htt_t2h_msg_handler()
822 (HTT_RX_IND_HDR_BYTES + num_msdu_bytes + 3); in htt_t2h_msg_handler()
823 if (qdf_unlikely(num_msdu_bytes > in htt_t2h_msg_handler()
827 num_msdu_bytes); in htt_t2h_msg_handler()
1142 unsigned int num_msdu_bytes; in htt_t2h_msg_handler_fast() local
1157 num_msdu_bytes = in htt_t2h_msg_handler_fast()
[all …]
Dhtt_rx_ll.c1804 uint32_t *msg_word, num_msdu_bytes; in htt_rx_amsdu_pop_ll() local
1816 num_msdu_bytes = HTT_RX_FRAG_IND_FW_RX_DESC_BYTES_GET( in htt_rx_amsdu_pop_ll()
1819 num_msdu_bytes = HTT_RX_IND_FW_RX_DESC_BYTES_GET( in htt_rx_amsdu_pop_ll()
1938 if (pdev->rx_ind_msdu_byte_idx < num_msdu_bytes) { in htt_rx_amsdu_pop_ll()