Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/
H A Dwlan_mgmt_txrx_rx_reo.c1040 return mgmt_txrx_pdev_ctx->mgmt_rx_reo_pdev_ctx; in wlan_mgmt_rx_reo_get_priv_object()
7598 struct mgmt_rx_reo_pdev_info *mgmt_rx_reo_pdev_ctx; in mgmt_rx_reo_initialize_snapshot_address() local
7601 mgmt_rx_reo_pdev_ctx = wlan_mgmt_rx_reo_get_priv_object(pdev); in mgmt_rx_reo_initialize_snapshot_address()
7602 if (!mgmt_rx_reo_pdev_ctx) { in mgmt_rx_reo_initialize_snapshot_address()
7613 &mgmt_rx_reo_pdev_ctx->host_target_shared_snapshot_info in mgmt_rx_reo_initialize_snapshot_address()
7640 struct mgmt_rx_reo_pdev_info *mgmt_rx_reo_pdev_ctx; in mgmt_rx_reo_initialize_snapshot_value() local
7642 mgmt_rx_reo_pdev_ctx = wlan_mgmt_rx_reo_get_priv_object(pdev); in mgmt_rx_reo_initialize_snapshot_value()
7643 if (!mgmt_rx_reo_pdev_ctx) { in mgmt_rx_reo_initialize_snapshot_value()
7651 (&mgmt_rx_reo_pdev_ctx->last_valid_shared_snapshot in mgmt_rx_reo_initialize_snapshot_value()
7658 (&mgmt_rx_reo_pdev_ctx->host_snapshot); in mgmt_rx_reo_initialize_snapshot_value()
[all …]
H A Dwlan_mgmt_txrx_main_i.h221 struct mgmt_rx_reo_pdev_info *mgmt_rx_reo_pdev_ctx; member