Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_prealloc.h161 uint32_t dp_get_tx_inqueue(ol_txrx_soc_handle soc);
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_prealloc.c1126 uint32_t dp_get_tx_inqueue(ol_txrx_soc_handle soc) in dp_get_tx_inqueue() function
1135 uint32_t dp_get_tx_inqueue(ol_txrx_soc_handle soc) in dp_get_tx_inqueue() function
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c148 .dp_get_tx_inqueue = dp_get_tx_inqueue,
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn.h3105 !soc->ol_ops->dp_get_tx_inqueue) in cdp_get_tx_inqueue()
3108 return soc->ol_ops->dp_get_tx_inqueue(soc); in cdp_get_tx_inqueue()
H A Dcdp_txrx_ops.h1729 uint32_t (*dp_get_tx_inqueue)(ol_txrx_soc_handle soc); member