Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_t2h.c788 unsigned int calculated_msg_len; in htt_t2h_msg_handler() local
844 calculated_msg_len = rx_mpdu_range_offset_bytes + in htt_t2h_msg_handler()
850 if (qdf_unlikely(calculated_msg_len < in htt_t2h_msg_handler()
858 if (qdf_unlikely(calculated_msg_len > msg_len)) { in htt_t2h_msg_handler()
861 calculated_msg_len); in htt_t2h_msg_handler()
1143 unsigned int calculated_msg_len; in htt_t2h_msg_handler_fast() local
1193 calculated_msg_len = rx_mpdu_range_offset_bytes + in htt_t2h_msg_handler_fast()
1200 if (qdf_unlikely(calculated_msg_len < in htt_t2h_msg_handler_fast()
1209 if (qdf_unlikely(calculated_msg_len > msg_len)) { in htt_t2h_msg_handler_fast()
1212 calculated_msg_len); in htt_t2h_msg_handler_fast()