Home
last modified time | relevance | path

Searched refs:link_ctx (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_link_switch.c43 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 Dwlan_connectivity_logging.c495 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 Dwlan_dp_txrx.h296 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 Dwlan_dp_softap_txrx.c820 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 Dwlan_dp_txrx.c1351 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 Dtarget_if_cm_roam_event.c840 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 Dwlan_cm_roam_fw_sync.c1049 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 Dwlan_cm_roam_offload.c2252 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 Dlim_process_mlm_rsp_messages.c3010 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 Dwlan_mlo_mgr_roam.c312 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 Dwlan_t2lm_api.c61 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 Dwlan_mlo_mgr_public_structs.h943 struct mlo_link_switch_context *link_ctx; member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c600 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 Dwlan_policy_mgr_get_set_utils.c8691 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 Dwlan_hdd_cfg80211.c23975 mlo_link_info = &vdev->mlo_dev_ctx->link_ctx->links_info[0]; in wlan_hdd_mlo_link_add_pairwise_key()