Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_t2h.c807 if (msg_len < (2 + HTT_RX_PPDU_DESC_SIZE32 + 1) * sizeof(uint32_t)) { in htt_t2h_msg_handler()
813 *(msg_word + 2 + HTT_RX_PPDU_DESC_SIZE32)); in htt_t2h_msg_handler()
1160 HTT_RX_PPDU_DESC_SIZE32)); in htt_t2h_msg_handler_fast()
Dhtt_rx_ll.c1822 + HTT_RX_PPDU_DESC_SIZE32)); in htt_rx_amsdu_pop_ll()
/wlan-driver/fw-api/fw/
Dhtt.h12021 #define HTT_RX_PPDU_DESC_SIZE32 (HTT_RX_PPDU_DESC_BYTES >> 2) macro