Searched refs:max_mlo_peer_id (Results 1 – 3 of 3) sorted by relevance
603 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()
220 mlo_mgr_ctx->max_mlo_peer_id = MAX_MLO_PEER_ID; in mlo_global_ctx_init()
371 uint16_t max_mlo_peer_id; member