Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/src/
H A Dwlan_mgmt_txrx_rx_reo_tgt_api.c32 struct wlan_lmac_if_mgmt_rx_reo_tx_ops *mgmt_rx_reo_txops; in tgt_mgmt_rx_reo_get_num_active_hw_links() local
34 mgmt_rx_reo_txops = wlan_psoc_get_mgmt_rx_reo_txops(psoc); in tgt_mgmt_rx_reo_get_num_active_hw_links()
35 if (!mgmt_rx_reo_txops) { in tgt_mgmt_rx_reo_get_num_active_hw_links()
40 if (!mgmt_rx_reo_txops->get_num_active_hw_links) { in tgt_mgmt_rx_reo_get_num_active_hw_links()
45 return mgmt_rx_reo_txops->get_num_active_hw_links(psoc, in tgt_mgmt_rx_reo_get_num_active_hw_links()
53 struct wlan_lmac_if_mgmt_rx_reo_tx_ops *mgmt_rx_reo_txops; in tgt_mgmt_rx_reo_get_valid_hw_link_bitmap() local
55 mgmt_rx_reo_txops = wlan_psoc_get_mgmt_rx_reo_txops(psoc); in tgt_mgmt_rx_reo_get_valid_hw_link_bitmap()
56 if (!mgmt_rx_reo_txops) { in tgt_mgmt_rx_reo_get_valid_hw_link_bitmap()
61 if (!mgmt_rx_reo_txops->get_valid_hw_link_bitmap) { in tgt_mgmt_rx_reo_get_valid_hw_link_bitmap()
66 return mgmt_rx_reo_txops->get_valid_hw_link_bitmap(psoc, in tgt_mgmt_rx_reo_get_valid_hw_link_bitmap()
[all …]