Searched refs:mgmt_rx_reo_txops (Results 1 – 1 of 1) sorted by relevance
32 struct wlan_lmac_if_mgmt_rx_reo_tx_ops *mgmt_rx_reo_txops; in tgt_mgmt_rx_reo_get_num_active_hw_links() local34 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() local55 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 …]