Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_rx.h1925 uint32_t hal_rx_desc_is_first_msdu(hal_soc_handle_t hal_soc_hdl, in hal_rx_desc_is_first_msdu() function
1930 return hal_soc->ops->hal_rx_desc_is_first_msdu(hw_desc_addr); in hal_rx_desc_is_first_msdu()
1968 if (hal_rx_desc_is_first_msdu(hal_soc_hdl, rx_tlv_hdr)) { in HAL_IS_DECAP_FORMAT_RAW()
Dhal_internal.h1186 uint32_t (*hal_rx_desc_is_first_msdu)(void *hw_desc_addr); member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6290/
Dhal_6290.c1148 hal_soc->ops->hal_rx_desc_is_first_msdu = in hal_hw_txrx_ops_attach_6290()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6390/
Dhal_6390.c1219 hal_soc->ops->hal_rx_desc_is_first_msdu = in hal_hw_txrx_ops_attach_qca6390()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v1/
Dhal_8074v1.c1336 hal_soc->ops->hal_rx_desc_is_first_msdu = in hal_hw_txrx_ops_attach_qca8074()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v2/
Dhal_8074v2.c1332 hal_soc->ops->hal_rx_desc_is_first_msdu = in hal_hw_txrx_ops_attach_qca8074v2()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/wcn6450/
Dhal_wcn6450.c1878 hal_soc->ops->hal_rx_desc_is_first_msdu = in hal_hw_txrx_ops_attach_wcn6450()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/
Dhal_5332.c1419 hal_soc->ops->hal_rx_desc_is_first_msdu = hal_rx_desc_is_first_msdu_be; in hal_hw_txrx_ops_attach_qca5332()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6490/
Dhal_6490.c1847 hal_soc->ops->hal_rx_desc_is_first_msdu = in hal_hw_txrx_ops_attach_qca6490()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5018/
Dhal_5018.c1792 hal_soc->ops->hal_rx_desc_is_first_msdu = in hal_hw_txrx_ops_attach_qca5018()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
Dhal_9224.h1859 hal_soc->ops->hal_rx_desc_is_first_msdu = hal_rx_desc_is_first_msdu_be; in hal_hw_txrx_ops_attach_qcn9224()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6750/
Dhal_6750.c1997 hal_soc->ops->hal_rx_desc_is_first_msdu = in hal_hw_txrx_ops_attach_qca6750()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6122/
Dhal_qcn6122.c1883 hal_soc->ops->hal_rx_desc_is_first_msdu = in hal_hw_txrx_ops_attach_qcn6122()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/
Dhal_6432.c1560 hal_soc->ops->hal_rx_desc_is_first_msdu = hal_rx_desc_is_first_msdu_be; in hal_hw_txrx_ops_attach_qcn6432()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9000/
Dhal_9000.c1880 hal_soc->ops->hal_rx_desc_is_first_msdu = in hal_hw_txrx_ops_attach_qcn9000()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
Dhal_kiwi.c2190 hal_soc->ops->hal_rx_desc_is_first_msdu = in hal_hw_txrx_ops_attach_kiwi()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
Ddp_rx_mon_dest_1.0.c375 if (hal_rx_desc_is_first_msdu(soc->hal_soc, in dp_rx_mon_mpdu_pop()