/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
H A D | wlan_mlo_mgr_link_switch.c | 43 link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in mlo_mgr_update_link_info_mac_addr() 70 link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in mlo_mgr_update_ap_link_info() 103 link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in mlo_mgr_clear_ap_link_info() 161 link_info = &ml_dev->link_ctx->links_info[0]; in mlo_mgr_update_link_info_reset() 188 if (!vdev || !vdev->mlo_dev_ctx || !vdev->mlo_dev_ctx->link_ctx) in mlo_mgr_reset_ap_link_info() 197 link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in mlo_mgr_reset_ap_link_info() 222 return &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in mlo_mgr_get_ap_link() 234 link_info = &ml_dev->link_ctx->links_info[0]; in mlo_mgr_alloc_link_info_wmi_chan() 254 link_info = &ml_dev->link_ctx->links_info[0]; in mlo_mgr_free_link_info_wmi_chan() 274 link_info = &mlo_dev_ctx->link_ctx->links_info[0]; in mlo_mgr_get_ap_link_by_link_id() [all …]
|
/wlan-driver/qcacld-3.0/components/cmn_services/logging/src/ |
H A D | wlan_connectivity_logging.c | 495 struct mlo_link_switch_context *link_ctx = vdev->mlo_dev_ctx->link_ctx; in wlan_populate_link_addr() local 498 if (!link_ctx) in wlan_populate_link_addr() 502 link_chan_info = link_ctx->links_info[i].link_chan_info; in wlan_populate_link_addr() 507 link_ctx->links_info[i].link_addr.bytes, in wlan_populate_link_addr() 512 link_ctx->links_info[i].link_addr.bytes, in wlan_populate_link_addr() 517 link_ctx->links_info[i].link_addr.bytes, in wlan_populate_link_addr() 526 wlan_populate_band_bitmap(struct mlo_link_switch_context *link_ctx) in wlan_populate_band_bitmap() argument 532 link_chan_info = link_ctx->links_info[i].link_chan_info; in wlan_populate_band_bitmap() 548 struct mlo_link_switch_context *link_ctx; in wlan_populate_mlo_mgmt_event_param() local 579 link_ctx = vdev->mlo_dev_ctx->link_ctx; in wlan_populate_mlo_mgmt_event_param() [all …]
|
/wlan-driver/qcacld-3.0/components/dp/core/inc/ |
H A D | wlan_dp_txrx.h | 296 QDF_STATUS dp_rx_thread_gro_flush_ind_cbk(void *link_ctx, int rx_ctx_id); 309 QDF_STATUS dp_rx_pkt_thread_enqueue_cbk(void *link_ctx,
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
H A D | wlan_dp_softap_txrx.c | 820 QDF_STATUS dp_softap_rx_packet_cbk(void *link_ctx, qdf_nbuf_t rx_buf) in dp_softap_rx_packet_cbk() argument 833 if (unlikely(!link_ctx || !rx_buf)) { in dp_softap_rx_packet_cbk() 838 dp_link = (struct wlan_dp_link *)link_ctx; in dp_softap_rx_packet_cbk()
|
H A D | wlan_dp_txrx.c | 1351 dp_rx_thread_gro_flush_ind_cbk(void *link_ctx, int rx_ctx_id) in dp_rx_thread_gro_flush_ind_cbk() argument 1353 struct wlan_dp_link *dp_link = link_ctx; in dp_rx_thread_gro_flush_ind_cbk() 1376 QDF_STATUS dp_rx_pkt_thread_enqueue_cbk(void *link_ctx, in dp_rx_pkt_thread_enqueue_cbk() argument 1384 if (qdf_unlikely(!link_ctx || !nbuf_list)) { in dp_rx_pkt_thread_enqueue_cbk() 1389 dp_link = (struct wlan_dp_link *)link_ctx; in dp_rx_pkt_thread_enqueue_cbk()
|
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/ |
H A D | target_if_cm_roam_event.c | 840 ml_ctx->link_ctx) { in target_if_roam_synch_key_event_handler() 842 link_info = &ml_ctx->link_ctx->links_info[j]; in target_if_roam_synch_key_event_handler()
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
H A D | wlan_cm_roam_fw_sync.c | 1049 if (!ml_dev || !ml_dev->link_ctx) in cm_roam_ml_clear_prev_ap_keys() 1052 link_info = &ml_dev->link_ctx->links_info[0]; in cm_roam_ml_clear_prev_ap_keys() 1541 mlo_link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in cm_ho_fail_is_avoid_list_candidate()
|
H A D | wlan_cm_roam_offload.c | 2252 mlo_link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in cm_update_rso_freq_list_from_partner_link()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_mlm_rsp_messages.c | 3010 struct mlo_link_switch_context *link_ctx; in lim_update_mlo_mgr_ap_link_info_mbssid_connect() local 3026 link_ctx = session->vdev->mlo_dev_ctx->link_ctx; in lim_update_mlo_mgr_ap_link_info_mbssid_connect() 3027 if (!link_ctx) { in lim_update_mlo_mgr_ap_link_info_mbssid_connect()
|
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/ |
H A D | wlan_mlo_mgr_roam.c | 312 if (!vdev || !vdev->mlo_dev_ctx || !vdev->mlo_dev_ctx->link_ctx || in mlo_mgr_get_link_info_by_self_addr() 317 mlo_link = &vdev->mlo_dev_ctx->link_ctx->links_info[iter]; in mlo_mgr_get_link_info_by_self_addr()
|
H A D | wlan_t2lm_api.c | 61 link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in t2lm_get_connected_link_id()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ |
H A D | wlan_mlo_mgr_public_structs.h | 943 struct mlo_link_switch_context *link_ctx; member
|
/wlan-driver/qcacld-3.0/components/mlme/core/src/ |
H A D | wlan_mlme_main.c | 600 struct mlo_link_switch_context *link_ctx; in mlme_fill_freq_in_mlo_wide_band_scan_start_req() local 608 link_ctx = mlo_dev_ctx->link_ctx; in mlme_fill_freq_in_mlo_wide_band_scan_start_req() 609 if (!link_ctx) { in mlme_fill_freq_in_mlo_wide_band_scan_start_req() 616 link_ctx->links_info[i].link_id != WLAN_INVALID_LINK_ID; i++) { in mlme_fill_freq_in_mlo_wide_band_scan_start_req() 618 &link_ctx->links_info[i], req); in mlme_fill_freq_in_mlo_wide_band_scan_start_req() 621 link_ctx->links_info[i].link_id); in mlme_fill_freq_in_mlo_wide_band_scan_start_req()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_get_set_utils.c | 8691 link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in policy_mgr_activate_mlo_links_nlink()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_cfg80211.c | 23975 mlo_link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in wlan_hdd_mlo_link_add_pairwise_key()
|