Home
last modified time | relevance | path

Searched refs:dev_ctx (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dwlan_mlo_mgr_ap.c37 struct wlan_mlo_dev_context *dev_ctx; in mlo_ap_vdev_attach() local
51 dev_ctx = vdev->mlo_dev_ctx; in mlo_ap_vdev_attach()
61 mlo_dev_lock_acquire(dev_ctx); in mlo_ap_vdev_attach()
62 dev_ctx->ap_ctx->num_ml_vdevs = vdev_count; in mlo_ap_vdev_attach()
63 mlo_dev_lock_release(dev_ctx); in mlo_ap_vdev_attach()
67 if (dev_ctx->wlan_vdev_list[i]) in mlo_ap_vdev_attach()
68 pr_vdev_ids[i] = wlan_vdev_get_id(dev_ctx->wlan_vdev_list[i]); in mlo_ap_vdev_attach()
77 if (dev_ctx->wlan_bridge_vdev_list[i]) in mlo_ap_vdev_attach()
79 dev_ctx->wlan_bridge_vdev_list[i]); in mlo_ap_vdev_attach()
89 struct wlan_mlo_dev_context *dev_ctx; in mlo_ap_vdev_attach() local
[all …]
Dwlan_mlo_mgr_cmn.c49 struct wlan_mlo_dev_context *dev_ctx; in mlo_get_vdev_by_link_id() local
58 dev_ctx = vdev->mlo_dev_ctx; in mlo_get_vdev_by_link_id()
60 mlo_dev_lock_acquire(dev_ctx); in mlo_get_vdev_by_link_id()
62 if (dev_ctx->wlan_vdev_list[i] && in mlo_get_vdev_by_link_id()
63 wlan_vdev_mlme_is_mlo_vdev(dev_ctx->wlan_vdev_list[i]) && in mlo_get_vdev_by_link_id()
64 dev_ctx->wlan_vdev_list[i]->vdev_mlme.mlo_link_id == in mlo_get_vdev_by_link_id()
67 dev_ctx->wlan_vdev_list[i], in mlo_get_vdev_by_link_id()
69 partner_vdev = dev_ctx->wlan_vdev_list[i]; in mlo_get_vdev_by_link_id()
74 mlo_dev_lock_release(dev_ctx); in mlo_get_vdev_by_link_id()
548 struct wlan_mlo_dev_context *dev_ctx; in mlo_get_ml_vdev_list() local
[all …]
Dwlan_mlo_mgr_sta.c2388 struct wlan_mlo_dev_context *dev_ctx; in mlo_sta_get_vdev_list() local
2399 dev_ctx = vdev->mlo_dev_ctx; in mlo_sta_get_vdev_list()
2401 mlo_dev_lock_acquire(dev_ctx); in mlo_sta_get_vdev_list()
2403 for (i = 0; i < QDF_ARRAY_SIZE(dev_ctx->wlan_vdev_list); i++) { in mlo_sta_get_vdev_list()
2404 if (dev_ctx->wlan_vdev_list[i]) { in mlo_sta_get_vdev_list()
2406 wlan_objmgr_vdev_try_get_ref(dev_ctx->wlan_vdev_list[i], in mlo_sta_get_vdev_list()
2411 dev_ctx->wlan_vdev_list[i]; in mlo_sta_get_vdev_list()
2415 mlo_dev_lock_release(dev_ctx); in mlo_sta_get_vdev_list()