Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_api.h179 struct wlan_lmac_if_mgmt_txrx_rx_ops *mgmt_rx_ops; in mgmt_txrx_get_nbuf() local
183 mgmt_rx_ops = wlan_lmac_if_get_mgmt_txrx_rx_ops(psoc); in mgmt_txrx_get_nbuf()
185 if (mgmt_rx_ops && mgmt_rx_ops->mgmt_txrx_get_nbuf_from_desc_id) in mgmt_txrx_get_nbuf()
186 return mgmt_rx_ops->mgmt_txrx_get_nbuf_from_desc_id(pdev, in mgmt_txrx_get_nbuf()
208 struct wlan_lmac_if_mgmt_txrx_rx_ops *mgmt_rx_ops; in mgmt_txrx_tx_completion_handler() local
213 mgmt_rx_ops = wlan_lmac_if_get_mgmt_txrx_rx_ops(psoc); in mgmt_txrx_tx_completion_handler()
215 if (mgmt_rx_ops && mgmt_rx_ops->mgmt_tx_completion_handler) in mgmt_txrx_tx_completion_handler()
216 return mgmt_rx_ops->mgmt_tx_completion_handler(pdev, desc_id, in mgmt_txrx_tx_completion_handler()
240 struct wlan_lmac_if_mgmt_txrx_rx_ops *mgmt_rx_ops; in mgmt_txrx_rx_handler() local
242 mgmt_rx_ops = wlan_lmac_if_get_mgmt_txrx_rx_ops(psoc); in mgmt_txrx_rx_handler()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/mgmt_txrx/inc/
H A Dtarget_if_mgmt_txrx_rx_reo.h96 struct wlan_lmac_if_mgmt_txrx_rx_ops *mgmt_rx_ops; in target_if_mgmt_rx_reo_get_rx_ops() local
98 mgmt_rx_ops = wlan_lmac_if_get_mgmt_txrx_rx_ops(psoc); in target_if_mgmt_rx_reo_get_rx_ops()
99 if (!mgmt_rx_ops) { in target_if_mgmt_rx_reo_get_rx_ops()
104 return &mgmt_rx_ops->mgmt_rx_reo_rx_ops; in target_if_mgmt_rx_reo_get_rx_ops()