Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_rx_ll.c1826 int last_msdu, msdu_len_invalid, msdu_chained; in htt_rx_amsdu_pop_ll() local
1995 msdu_chained = (((*(uint32_t *)&rx_desc->frag_info) & in htt_rx_amsdu_pop_ll()
2004 if (!msdu_len_invalid && !msdu_chained) { in htt_rx_amsdu_pop_ll()
2016 while (msdu_chained--) { in htt_rx_amsdu_pop_ll()
2024 if (msdu_chained == 0) { in htt_rx_amsdu_pop_ll()