Searched refs:snapshot_info (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/ |
D | mlo_global_h_shmem_arena.c | 294 struct wlan_host_mlo_glb_rx_reo_snapshot_info *snapshot_info) in extract_mlo_glb_rx_reo_snapshot_info_tlv() argument 302 qdf_assert_always(snapshot_info); in extract_mlo_glb_rx_reo_snapshot_info_tlv() 316 snapshot_info->valid_link_bmap = valid_link_bmap; in extract_mlo_glb_rx_reo_snapshot_info_tlv() 323 snapshot_info->hw_forwarded_snapshot_ver = in extract_mlo_glb_rx_reo_snapshot_info_tlv() 325 snapshot_info->fw_forwarded_snapshot_ver = in extract_mlo_glb_rx_reo_snapshot_info_tlv() 327 snapshot_info->fw_consumed_snapshot_ver = in extract_mlo_glb_rx_reo_snapshot_info_tlv() 331 snapshot_info->num_links = in extract_mlo_glb_rx_reo_snapshot_info_tlv() 333 snapshot_info->link_info = qdf_mem_malloc( in extract_mlo_glb_rx_reo_snapshot_info_tlv() 334 sizeof(*snapshot_info->link_info) * in extract_mlo_glb_rx_reo_snapshot_info_tlv() 335 snapshot_info->num_links); in extract_mlo_glb_rx_reo_snapshot_info_tlv() [all …]
|
/wlan-driver/qca-wifi-host-cmn/target_if/mgmt_txrx/src/ |
D | target_if_mgmt_txrx_rx_reo.c | 379 struct mgmt_rx_reo_snapshot_info *snapshot_info, in target_if_mgmt_rx_reo_read_snapshot() argument 396 if (!snapshot_info) { in target_if_mgmt_rx_reo_read_snapshot() 401 snapshot_address = snapshot_info->address; in target_if_mgmt_rx_reo_read_snapshot() 407 snapshot_version = snapshot_info->version; in target_if_mgmt_rx_reo_read_snapshot() 537 struct mgmt_rx_reo_snapshot_info *snapshot_info) in target_if_mgmt_rx_reo_get_snapshot_info() argument 561 if (!snapshot_info) { in target_if_mgmt_rx_reo_get_snapshot_info() 589 snapshot_info->address = in target_if_mgmt_rx_reo_get_snapshot_info() 600 snapshot_info->version = snapshot_version; in target_if_mgmt_rx_reo_get_snapshot_info()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/src/ |
D | wlan_mgmt_txrx_rx_reo_utils_api.c | 91 struct mgmt_rx_reo_snapshot_info *snapshot_info) in wlan_mgmt_rx_reo_get_snapshot_info() argument 93 return tgt_mgmt_rx_reo_get_snapshot_info(pdev, id, snapshot_info); in wlan_mgmt_rx_reo_get_snapshot_info() 188 struct mgmt_rx_reo_snapshot_info *snapshot_info) in wlan_mgmt_rx_reo_get_snapshot_info() argument 193 &snapshot_info->address); in wlan_mgmt_rx_reo_get_snapshot_info() 200 snapshot_info->version = 1; in wlan_mgmt_rx_reo_get_snapshot_info()
|
D | wlan_mgmt_txrx_rx_reo_tgt_api.c | 73 struct mgmt_rx_reo_snapshot_info *snapshot_info, in tgt_mgmt_rx_reo_read_snapshot() argument 92 return mgmt_rx_reo_txops->read_mgmt_rx_reo_snapshot(pdev, snapshot_info, in tgt_mgmt_rx_reo_read_snapshot() 257 struct mgmt_rx_reo_snapshot_info *snapshot_info) in tgt_mgmt_rx_reo_get_snapshot_info() argument 273 snapshot_info); in tgt_mgmt_rx_reo_get_snapshot_info()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/inc/ |
D | wlan_mgmt_txrx_rx_reo_tgt_api.h | 116 struct mgmt_rx_reo_snapshot_info *snapshot_info, 157 struct mgmt_rx_reo_snapshot_info *snapshot_info);
|
D | wlan_mgmt_txrx_rx_reo_utils_api.h | 207 struct mgmt_rx_reo_snapshot_info *snapshot_info);
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/ |
D | wlan_mgmt_txrx_rx_reo.c | 1384 struct mgmt_rx_reo_snapshot_info *snapshot_info; in wlan_mgmt_rx_reo_algo_calculate_wait_count() local 1483 snapshot_info = &rx_reo_pdev_ctx-> in wlan_mgmt_rx_reo_algo_calculate_wait_count() 1490 pdev, snapshot_info, snapshot_id, in wlan_mgmt_rx_reo_algo_calculate_wait_count() 7610 struct mgmt_rx_reo_snapshot_info *snapshot_info; in mgmt_rx_reo_initialize_snapshot_address() local 7612 snapshot_info = in mgmt_rx_reo_initialize_snapshot_address() 7616 (pdev, snapshot_id, snapshot_info); in mgmt_rx_reo_initialize_snapshot_address()
|
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/ |
D | wlan_lmac_if_def.h | 344 struct mgmt_rx_reo_snapshot_info *snapshot_info, 352 struct mgmt_rx_reo_snapshot_info *snapshot_info);
|