Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_rx.h2191 uint32_t hal_rx_get_ppdu_id(hal_soc_handle_t hal_soc_hdl, in hal_rx_get_ppdu_id() function
2196 return hal_soc->ops->hal_rx_get_ppdu_id(buf); in hal_rx_get_ppdu_id()
Dhal_internal.h1222 uint32_t (*hal_rx_get_ppdu_id)(uint8_t *buf); member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6290/
Dhal_6290.c1199 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_6290; in hal_hw_txrx_ops_attach_6290()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6390/
Dhal_6390.c1270 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_6390; in hal_hw_txrx_ops_attach_qca6390()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
Ddp_li_rx.c1042 dp_pdev->ppdu_id = hal_rx_get_ppdu_id(soc->hal_soc, in dp_rx_chain_msdus_li()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v1/
Dhal_8074v1.c1387 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_8074v1; in hal_hw_txrx_ops_attach_qca8074()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v2/
Dhal_8074v2.c1383 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_8074v2; in hal_hw_txrx_ops_attach_qca8074v2()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/wcn6450/
Dhal_wcn6450.c1925 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_6450; in hal_hw_txrx_ops_attach_wcn6450()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/
Dhal_5332.c1448 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_be; in hal_hw_txrx_ops_attach_qca5332()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6490/
Dhal_6490.c1896 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_6490; in hal_hw_txrx_ops_attach_qca6490()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5018/
Dhal_5018.c1843 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_5018; in hal_hw_txrx_ops_attach_qca5018()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
Dhal_9224.h1986 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_be; in hal_hw_txrx_ops_attach_qcn9224()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6750/
Dhal_6750.c2045 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_6750; in hal_hw_txrx_ops_attach_qca6750()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6122/
Dhal_qcn6122.c1934 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_6122; in hal_hw_txrx_ops_attach_qcn6122()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/
Dhal_6432.c1589 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_be; in hal_hw_txrx_ops_attach_qcn6432()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9000/
Dhal_9000.c1931 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_9000; in hal_hw_txrx_ops_attach_qcn9000()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
Dhal_kiwi.c2237 hal_soc->ops->hal_rx_get_ppdu_id = hal_rx_get_ppdu_id_be; in hal_hw_txrx_ops_attach_kiwi()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.h1580 msdu_ppdu_id = hal_rx_get_ppdu_id(pdev->soc->hal_soc, rx_desc); in dp_monitor_check_com_info_ppdu_id()