Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_ap.c603 max_mlo_peer_id_stale = mlo_mgr_ctx->max_mlo_peer_id; in mlo_ap_update_max_ml_peer_ids()
608 mlo_mgr_ctx->max_mlo_peer_id = max_ml_peer_ids ? in mlo_ap_update_max_ml_peer_ids()
613 mlo_mgr_ctx->max_mlo_peer_id, pdev_id); in mlo_ap_update_max_ml_peer_ids()
632 for (i = 0; i < mlo_ctx->max_mlo_peer_id; i++) { in mlo_ap_ml_peerid_alloc()
633 mlo_peer_id = (mlo_peer_id + 1) % mlo_ctx->max_mlo_peer_id; in mlo_ap_ml_peerid_alloc()
647 if (i == mlo_ctx->max_mlo_peer_id) in mlo_ap_ml_peerid_alloc()
674 if ((mlo_peer_id > mlo_ctx->max_mlo_peer_id) || in mlo_ap_ml_peerid_free()
H A Dwlan_mlo_mgr_main.c220 mlo_mgr_ctx->max_mlo_peer_id = MAX_MLO_PEER_ID; in mlo_global_ctx_init()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_public_structs.h371 uint16_t max_mlo_peer_id; member