Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/mgmt_txrx/inc/
H A Dtarget_if_mgmt_txrx_rx_reo.h45 struct wlan_lmac_if_mgmt_rx_reo_tx_ops *mgmt_rx_reo_tx_ops; in target_if_get_mgmt_rx_reo_low_level_ops() local
47 mgmt_rx_reo_tx_ops = wlan_psoc_get_mgmt_rx_reo_txops(psoc); in target_if_get_mgmt_rx_reo_low_level_ops()
48 if (!mgmt_rx_reo_tx_ops) { in target_if_get_mgmt_rx_reo_low_level_ops()
53 return &mgmt_rx_reo_tx_ops->low_level_ops; in target_if_get_mgmt_rx_reo_low_level_ops()
/wlan-driver/qca-wifi-host-cmn/target_if/mgmt_txrx/src/
H A Dtarget_if_mgmt_txrx_rx_reo.c747 struct wlan_lmac_if_mgmt_rx_reo_tx_ops *mgmt_rx_reo_tx_ops; in target_if_mgmt_rx_reo_tx_ops_register() local
753 mgmt_rx_reo_tx_ops = &mgmt_txrx_tx_ops->mgmt_rx_reo_tx_ops; in target_if_mgmt_rx_reo_tx_ops_register()
754 mgmt_rx_reo_tx_ops->get_num_active_hw_links = in target_if_mgmt_rx_reo_tx_ops_register()
756 mgmt_rx_reo_tx_ops->get_valid_hw_link_bitmap = in target_if_mgmt_rx_reo_tx_ops_register()
758 mgmt_rx_reo_tx_ops->read_mgmt_rx_reo_snapshot = in target_if_mgmt_rx_reo_tx_ops_register()
760 mgmt_rx_reo_tx_ops->get_mgmt_rx_reo_snapshot_info = in target_if_mgmt_rx_reo_tx_ops_register()
762 mgmt_rx_reo_tx_ops->mgmt_rx_reo_filter_config = in target_if_mgmt_rx_reo_tx_ops_register()
764 mgmt_rx_reo_tx_ops->schedule_delivery = in target_if_mgmt_rx_reo_tx_ops_register()
766 mgmt_rx_reo_tx_ops->cancel_scheduled_delivery = in target_if_mgmt_rx_reo_tx_ops_register()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/inc/
H A Dwlan_mgmt_txrx_rx_reo_tgt_api.h50 return &mgmt_txrx_tx_ops->mgmt_rx_reo_tx_ops; in wlan_pdev_get_mgmt_rx_reo_txops()
70 return &mgmt_txrx_tx_ops->mgmt_rx_reo_tx_ops; in wlan_psoc_get_mgmt_rx_reo_txops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h410 struct wlan_lmac_if_mgmt_rx_reo_tx_ops mgmt_rx_reo_tx_ops; member