Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_rx.c199 bool (*htt_rx_msdu_desc_completes_mpdu)(htt_pdev_handle pdev, void *msdu_desc); variable
H A Dhtt_rx_hl.c526 htt_rx_msdu_desc_completes_mpdu = htt_rx_msdu_desc_completes_mpdu_hl; in htt_rx_attach()
H A Dhtt_rx_ll.c2241 htt_rx_msdu_desc_completes_mpdu = htt_rx_msdu_desc_completes_mpdu_ll; in htt_rx_attach()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_htt_rx_api.h508 extern bool (*htt_rx_msdu_desc_completes_mpdu)(htt_pdev_handle pdev,
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_internal.h170 while (!htt_rx_msdu_desc_completes_mpdu in ol_rx_mpdu_list_next()
H A Dol_rx.c1410 htt_rx_msdu_desc_completes_mpdu(htt_pdev, rx_desc); in ol_rx_deliver()